az datafactory integration-runtime linked-integration-runtime
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 linked-integration-runtime command. Learn more about extensions.
Manage integration runtime with datafactory sub group linked-integration-runtime.
Commands
Name | Description | Type | Status |
---|---|---|---|
az datafactory integration-runtime linked-integration-runtime create |
Create a linked integration runtime entry in a shared integration runtime. |
Extension | GA |
az datafactory integration-runtime linked-integration-runtime create
Create a linked integration runtime entry in a shared integration runtime.
az datafactory integration-runtime linked-integration-runtime create --factory-name
--integration-runtime-name
--resource-group
[--data-factory-name]
[--location]
[--name]
[--subscription-id]
Examples
IntegrationRuntimes_CreateLinkedIntegrationRuntime
az datafactory integration-runtime linked-integration-runtime create --name "bfa92911-9fb6-4fbe-8f23-beae87bc1c83" --location "West US" --data-factory-name "e9955d6d-56ea-4be3-841c-52a12c1a9981" --subscription-id "061774c7-4b5a-4159-a55b-365581830283" --factory-name "exampleFactoryName" --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
The name of the data factory that the linked integration runtime belongs to.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
The name of the linked integration runtime.
The ID of the subscription that the linked integration runtime belongs to.
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.