az logic workflow identity

Note

This reference is part of the logic extension for the Azure CLI (version 2.55.0 or higher). The extension will automatically install the first time you run an az logic workflow identity command. Learn more about extensions.

Manage workflow identity.

Commands

Name Description Type Status
az logic workflow identity assign

Assign identities.

Extension GA
az logic workflow identity remove

Remove identities.

Extension GA

az logic workflow identity assign

Assign identities.

az logic workflow identity assign --name
                                  --resource-group
                                  [--system-assigned {0, 1, f, false, n, no, t, true, y, yes}]
                                  [--user-assigned]

Required Parameters

--name

The workflow name.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Optional Parameters

--system-assigned

Enable system assigned identity.

accepted values: 0, 1, f, false, n, no, t, true, y, yes
--user-assigned

Space separated resource IDs to add user-assigned identities. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.

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.

az logic workflow identity remove

Remove identities.

az logic workflow identity remove --name
                                  --resource-group
                                  [--system-assigned {0, 1, f, false, n, no, t, true, y, yes}]
                                  [--user-assigned]

Required Parameters

--name

The workflow name.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Optional Parameters

--system-assigned

Enable system assigned identity.

accepted values: 0, 1, f, false, n, no, t, true, y, yes
--user-assigned

Space separated resource IDs to add user-assigned identities. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.

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.