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
The factory name.
The integration runtime name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The compute resource for managed integration runtime. Expected value: json-string/json-file/@json-file.
Integration runtime description.
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 for managed integration runtime. Expected value: json-string/json-file/@json-file.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.