az datafactory integration-runtime self-hosted
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 self-hosted command. Learn more about extensions.
Manage integration runtime with datafactory sub group self-hosted.
Commands
Name | Description | Type | Status |
---|---|---|---|
az datafactory integration-runtime self-hosted create |
Create an integration runtime. |
Extension | GA |
az datafactory integration-runtime self-hosted create
Create an integration runtime.
az datafactory integration-runtime self-hosted create --factory-name
--integration-runtime-name
--resource-group
[--description]
[--enable-scia]
[--if-match]
[--linked-info]
Examples
IntegrationRuntimes_Create
az datafactory integration-runtime self-hosted create --factory-name "exampleFactoryName" --description "A selfhosted integration runtime" --name "exampleIntegrationRuntime" --resource-group "exampleResourceGroup"
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
Integration runtime description.
An alternative option to ensure interactive authoring function when your self-hosted integration runtime is unable to establish a connection with Azure Relay.
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.
The base definition of a linked 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.