Share via


az security automation-action-logic-app

Creates security automation logic app action.

Commands

Name Description Type Status
az security automation-action-logic-app create

Creates security automation logic app action.

Core GA

az security automation-action-logic-app create

Creates security automation logic app action.

az security automation-action-logic-app create --logic-app-resource-id
                                               --uri

Examples

Creates security automation logic app action.

az security automation-action-logic-app create --logic-app-resource-id '/subscriptions/03b601f1-7eca-4496-8f8d-355219eee254/resourceGroups/sample-rg/providers/Microsoft.Logic/workflows/LA' --uri 'https://ms.portal.azure.com/'

Required Parameters

--logic-app-resource-id

The triggered Logic App Azure Resource ID. This can also reside on other subscriptions, given that you have permissions to trigger the Logic App.

--uri

The Logic App trigger URI endpoint (it will not be included in any response).

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.