az logic integration-account

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 integration-account command. Learn more about extensions.

Manage logic integration account.

Commands

Name Description Type Status
az logic integration-account assembly

Manage integration account assembly.

Extension GA
az logic integration-account assembly create

Create an assembly for an integration account.

Extension GA
az logic integration-account assembly delete

Delete an assembly for an integration account.

Extension GA
az logic integration-account assembly list

List the assemblies for an integration account.

Extension GA
az logic integration-account assembly show

Show an assembly for an integration account.

Extension GA
az logic integration-account assembly update

Update an assembly for an integration account.

Extension GA
az logic integration-account batch-configuration

Manage integration account batch configuration.

Extension GA
az logic integration-account batch-configuration create

Create a batch configuration for an integration account.

Extension GA
az logic integration-account batch-configuration delete

Delete a batch configuration for an integration account.

Extension GA
az logic integration-account batch-configuration list

List the batch configurations for an integration account.

Extension GA
az logic integration-account batch-configuration show

Show a batch configuration for an integration account.

Extension GA
az logic integration-account batch-configuration update

Update a batch configuration for an integration account.

Extension GA
az logic integration-account create

Create an integration account.

Extension GA
az logic integration-account delete

Delete an integration account.

Extension GA
az logic integration-account import

Import an integration account.

Extension GA
az logic integration-account list

List integration accounts.

Extension GA
az logic integration-account list-callback-url

List the integration account callback URL.

Extension GA
az logic integration-account map

Manage logic integration account map.

Extension GA
az logic integration-account map create

Create an integration account map. If the map is larger than 4 MB, you need to store the map in an Azure blob and use the blob's Shared Access Signature (SAS) URL as the 'contentLink' property value.

Extension GA
az logic integration-account map delete

Delete an integration account map.

Extension GA
az logic integration-account map list

List a list of integration account maps.

Extension GA
az logic integration-account map show

Get an integration account map.

Extension GA
az logic integration-account map update

Update an integration account map. If the map is larger than 4 MB, you need to store the map in an Azure blob and use the blob's Shared Access Signature (SAS) URL as the 'contentLink' property value.

Extension GA
az logic integration-account partner

Manage integration account partner.

Extension GA
az logic integration-account partner create

Create an integration account partner.

Extension GA
az logic integration-account partner delete

Delete an integration account partner.

Extension GA
az logic integration-account partner list

List integration account partners.

Extension GA
az logic integration-account partner show

Get an integration account partner.

Extension GA
az logic integration-account partner update

Update an integration account partner.

Extension GA
az logic integration-account session

Manage integration account session.

Extension GA
az logic integration-account session create

Create an integration account session.

Extension GA
az logic integration-account session delete

Delete an integration account session.

Extension GA
az logic integration-account session list

List a list of integration account sessions.

Extension GA
az logic integration-account session show

Show an integration account session.

Extension GA
az logic integration-account session update

Update an integration account session.

Extension GA
az logic integration-account show

Show an integration account.

Extension GA
az logic integration-account update

Update an integration account.

Extension GA

az logic integration-account create

Create an integration account.

az logic integration-account create --name
                                    --resource-group
                                    [--integration-service-environment]
                                    [--location]
                                    [--sku {Basic, Free, NotSpecified, Standard}]
                                    [--state {Completed, Deleted, Disabled, Enabled, NotSpecified, Suspended}]
                                    [--tags]

Examples

Create integration account

az logic integration-account create --sku Standard --name integration-account-name --resource-group rg

Required Parameters

--name -n

The integration account name.

--resource-group -g

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

Optional Parameters

--integration-service-environment

The integration service environment. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.

--location -l

The resource location.

--sku

The sku name.

accepted values: Basic, Free, NotSpecified, Standard
--state

The workflow state.

accepted values: Completed, Deleted, Disabled, Enabled, NotSpecified, Suspended
--tags

The resource tags. 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 integration-account delete

Delete an integration account.

az logic integration-account delete [--ids]
                                    [--name]
                                    [--resource-group]
                                    [--subscription]
                                    [--yes]

Examples

Delete integration account

az logic integration-account delete --name integration-account-name --resource-group rg

Optional Parameters

--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

--name -n

The integration account name.

--resource-group -g

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

--subscription

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

--yes -y

Do not prompt for confirmation.

default value: False
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 integration-account import

Import an integration account.

az logic integration-account import --input-path
                                    --name
                                    --resource-group
                                    [--location]
                                    [--sku {Basic, Free, NotSpecified, Standard}]
                                    [--tags]

Examples

Import integration account

az logic integration-account import --name integration-account-name --resource-group rg --input-path integration.json

Required Parameters

--input-path

Path to a intergration-account file Support json-file and yaml-file.

--name -n

The integration account name.

--resource-group -g

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

Optional Parameters

--location -l

The resource location.

--sku

The sku name.

accepted values: Basic, Free, NotSpecified, Standard
--tags

The resource tags. 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 integration-account list

List integration accounts.

az logic integration-account list [--max-items]
                                  [--next-token]
                                  [--resource-group]
                                  [--top]

Examples

List integration accounts by resource group name

az logic integration-account list --resource-group rg

Optional Parameters

--max-items

Total number of items to return in the command's output. If the total number of items available is more than the value specified, a token is provided in the command's output. To resume pagination, provide the token value in --next-token argument of a subsequent command.

--next-token

Token to specify where to start paginating. This is the token value from a previously truncated response.

--resource-group -g

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

--top

The number of items to be included in the result.

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 integration-account list-callback-url

List the integration account callback URL.

az logic integration-account list-callback-url [--ids]
                                               [--integration-account-name]
                                               [--key-type {NotSpecified, Primary, Secondary}]
                                               [--not-after]
                                               [--resource-group]
                                               [--subscription]

Optional Parameters

--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

--integration-account-name

The integration account name.

--key-type

The key type.

accepted values: NotSpecified, Primary, Secondary
--not-after

The expiry time.

--resource-group -g

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

--subscription

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

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 integration-account show

Show an integration account.

az logic integration-account show [--ids]
                                  [--name]
                                  [--resource-group]
                                  [--subscription]

Examples

Show integration account

az logic integration-account show --name integration-account-name --resource-group rg

Optional Parameters

--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

--name -n

The integration account name.

--resource-group -g

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

--subscription

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

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 integration-account update

Update an integration account.

az logic integration-account update --name
                                    --resource-group
                                    [--integration-service-environment]
                                    [--location]
                                    [--sku {Basic, Free, NotSpecified, Standard}]
                                    [--state {Completed, Deleted, Disabled, Enabled, NotSpecified, Suspended}]
                                    [--tags]

Examples

Update an integration account

az logic integration-account update --sku Basic --tag atag=123 --name integration-account-name --resource-group rg

Required Parameters

--name -n

The integration account name.

--resource-group -g

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

Optional Parameters

--integration-service-environment

The integration service environment. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.

--location -l

The resource location.

--sku

The sku name.

accepted values: Basic, Free, NotSpecified, Standard
--state

The workflow state.

accepted values: Completed, Deleted, Disabled, Enabled, NotSpecified, Suspended
--tags

The resource tags. 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.