az datafactory integration-runtime linked-integration-runtime
Datafactory integration-runtime sub group linked-integration-runtime.
Commands
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
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 "myFactoryName" --integration-runtime-name "myIntegrationRuntime" --resource-group "myResourceGroup" --subscription-id "12345678-1234-1234-1234-12345678abc"
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.
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.
Increase logging verbosity. Use --debug for full debug logs.