az datafactory integration-runtime managed

Note

This reference is part of the datafactory extension for the Azure CLI (version 2.15.0 or higher). The extension will automatically install the first time you run an az datafactory integration-runtime managed command. Learn more about extensions.

Manage integration runtime with datafactory sub group managed.

Commands

Name Description Type Status
az datafactory integration-runtime managed create

Create an integration runtime.

Extension GA

az datafactory integration-runtime managed create

Create an integration runtime.

az datafactory integration-runtime managed create --factory-name
                                                  --integration-runtime-name
                                                  --resource-group
                                                  [--compute-properties]
                                                  [--description]
                                                  [--if-match]
                                                  [--ssis-properties]

Required Parameters

--factory-name

The factory name.

--integration-runtime-name --name -n

The integration runtime name.

--resource-group -g

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

Optional Parameters

--compute-properties

The compute resource for managed integration runtime. Expected value: json-string/json-file/@json-file.

--description

Integration runtime description.

--if-match

ETag of the integration runtime entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update.

--ssis-properties

SSIS properties for managed integration runtime. Expected value: json-string/json-file/@json-file.

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.