← 返回命令列表

Linux command

az-logicapp 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Create a Logic App

az logicapp create --name [MyLogicApp] --resource-group [MyResourceGroup] --storage-account [MyStorageAccount] --plan [MyPlan]

List all Logic Apps

az logicapp list --resource-group [MyResourceGroup]

Show details

az logicapp show --name [MyLogicApp] --resource-group [MyResourceGroup]

Start a Logic App

az logicapp start --name [MyLogicApp] --resource-group [MyResourceGroup]

Stop a Logic App

az logicapp stop --name [MyLogicApp] --resource-group [MyResourceGroup]

Delete a Logic App

az logicapp delete --name [MyLogicApp] --resource-group [MyResourceGroup] --yes

说明

az logicapp manages Azure Logic Apps (Standard), which are serverless workflows that integrate apps, data, services, and systems. Logic Apps provide visual designers and prebuilt connectors for enterprise integration scenarios. This command group manages Standard tier Logic Apps. For Consumption tier Logic Apps, use the Azure portal or ARM templates.

FAQ

What is the az-logicapp command used for?

az logicapp manages Azure Logic Apps (Standard), which are serverless workflows that integrate apps, data, services, and systems. Logic Apps provide visual designers and prebuilt connectors for enterprise integration scenarios. This command group manages Standard tier Logic Apps. For Consumption tier Logic Apps, use the Azure portal or ARM templates.

How do I run a basic az-logicapp example?

Run `az logicapp create --name [MyLogicApp] --resource-group [MyResourceGroup] --storage-account [MyStorageAccount] --plan [MyPlan]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more az-logicapp examples?

This page includes 6 examples for az-logicapp, plus related commands for nearby Linux tasks.