az synapse integration-runtime
Manage Synapse's integration runtimes.
Commands
Name | Description | Type | Status |
---|---|---|---|
az synapse integration-runtime create |
Create an integration runtime. |
Core | Deprecated |
az synapse integration-runtime delete |
Delete an integration runtime. |
Core | GA |
az synapse integration-runtime get-connection-info |
Get the integration runtime connection infomation. |
Core | GA |
az synapse integration-runtime get-monitoring-data |
Get metric data for a self-hosted integration runtime. |
Core | GA |
az synapse integration-runtime get-status |
Gets detailed status information for an integration runtime. |
Core | GA |
az synapse integration-runtime list |
List integration runtimes. |
Core | GA |
az synapse integration-runtime list-auth-key |
Get keys for a self-hosted integration runtime. |
Core | GA |
az synapse integration-runtime managed |
Manage integration runtime with synapse sub group managed. |
Core | GA |
az synapse integration-runtime managed create |
Create an managed integration runtime. |
Core | GA |
az synapse integration-runtime regenerate-auth-key |
Regenerate self-hosted integration runtime key. |
Core | GA |
az synapse integration-runtime self-hosted |
Manage integration runtime with synapse sub group self-hosted. |
Core | GA |
az synapse integration-runtime self-hosted create |
Create an self-hosted integration runtime. |
Core | GA |
az synapse integration-runtime show |
Get an integration runtime. |
Core | GA |
az synapse integration-runtime start |
Start an SSIS integration runtime. |
Core | GA |
az synapse integration-runtime stop |
Stop an SSIS integration runtime. |
Core | GA |
az synapse integration-runtime sync-credentials |
Synchronize credentials among integration runtime nodes. |
Core | GA |
az synapse integration-runtime update |
Update an integration runtime. |
Core | GA |
az synapse integration-runtime upgrade |
Upgrade self-hosted integration runtime. |
Core | GA |
az synapse integration-runtime wait |
Place the CLI in a waiting state until a condition of a integration runtime is met. |
Core | GA |
az synapse integration-runtime create
This command has been deprecated and will be removed in a future release. Use 'managed create, self-hosted create' instead.
Create an integration runtime.
az synapse integration-runtime create --name
--resource-group
--type {Managed, SelfHosted}
--workspace-name
[--compute-type {ComputeOptimized, General, MemoryOptimized}]
[--core-count]
[--description]
[--if-match]
[--location]
[--no-wait]
[--time-to-live]
Examples
Create an integration runtime.
az synapse integration-runtime create --workspace-name testsynapseworkspace --resource-group rg \
--name testintegrationruntime --type Managed
Required Parameters
The integration runtime name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The integration runtime type.
The workspace name.
Optional Parameters
Compute type of the data flow cluster which will execute data flow job.
Core count of the data flow cluster which will execute data flow job.
The 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.
The integration runtime location.
Do not wait for the long-running operation to finish.
Time to live (in minutes) setting of the data flow cluster which will execute data flow job.
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.
az synapse integration-runtime delete
Delete an integration runtime.
az synapse integration-runtime delete [--ids]
[--name]
[--no-wait]
[--resource-group]
[--subscription]
[--workspace-name]
[--yes]
Examples
Delete an integration runtime.
az synapse integration-runtime delete --workspace-name testsynapseworkspace --resource-group rg \
--name testintegrationruntime
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The integration runtime name.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The workspace name.
Do not prompt for confirmation.
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.
az synapse integration-runtime get-connection-info
Get the integration runtime connection infomation.
az synapse integration-runtime get-connection-info [--ids]
[--name]
[--resource-group]
[--subscription]
[--workspace-name]
Examples
Get the integration runtime connection infomation.
az synapse integration-runtime get-connection-info --workspace-name testsynapseworkspace --resource-group rg \
--name selfhostedintegrationruntime
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The integration runtime name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The workspace name.
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.
az synapse integration-runtime get-monitoring-data
Get metric data for a self-hosted integration runtime.
az synapse integration-runtime get-monitoring-data [--ids]
[--name]
[--resource-group]
[--subscription]
[--workspace-name]
Examples
Get metric data for a self-hosted integration runtime.
az synapse integration-runtime get-monitoring-data --workspace-name testsynapseworkspace --resource-group rg \
--name selfhostedintegrationruntime
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The integration runtime name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The workspace name.
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.
az synapse integration-runtime get-status
Gets detailed status information for an integration runtime.
az synapse integration-runtime get-status [--ids]
[--name]
[--resource-group]
[--subscription]
[--workspace-name]
Examples
Gets detailed status information for an integration runtime.
az synapse integration-runtime get-status --workspace-name testsynapseworkspace --resource-group rg \
--name selfhostedintegrationruntime
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The integration runtime name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The workspace name.
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.
az synapse integration-runtime list
List integration runtimes.
az synapse integration-runtime list --resource-group
--workspace-name
Examples
List integration runtimes.
az synapse integration-runtime list --workspace-name testsynapseworkspace --resource-group rg
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The workspace name.
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.
az synapse integration-runtime list-auth-key
Get keys for a self-hosted integration runtime.
az synapse integration-runtime list-auth-key --name
--resource-group
--workspace-name
Examples
Get keys for a self-hosted integration runtime.
az synapse integration-runtime list-auth-key --workspace-name testsynapseworkspace --resource-group rg \
--name selfhostedintegrationruntime
Required Parameters
The integration runtime name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The workspace name.
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.
az synapse integration-runtime regenerate-auth-key
Regenerate self-hosted integration runtime key.
az synapse integration-runtime regenerate-auth-key [--ids]
[--key-name {authKey1, authKey2}]
[--name]
[--resource-group]
[--subscription]
[--workspace-name]
Examples
Regenerate self-hosted integration runtime key.
az synapse integration-runtime regenerate-auth-key --workspace-name testsynapseworkspace --resource-group rg \
--name selfhostedintegrationruntime --key-name authKey1
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The name of the authentication key to regenerate.
The integration runtime name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The workspace name.
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.
az synapse integration-runtime show
Get an integration runtime.
az synapse integration-runtime show [--ids]
[--if-none-match]
[--name]
[--resource-group]
[--subscription]
[--workspace-name]
Examples
Get an integration runtime.
az synapse integration-runtime show --workspace-name testsynapseworkspace --resource-group rg \
--name testintegrationruntime
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
ETag of the integration runtime entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned. Default value is None.
The integration runtime name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The workspace name.
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.
az synapse integration-runtime start
Start an SSIS integration runtime.
az synapse integration-runtime start [--ids]
[--name]
[--no-wait]
[--resource-group]
[--subscription]
[--workspace-name]
Examples
start an SSIS integration runtime.
az synapse integration-runtime start --workspace-name testsynapseworkspace --resource-group rg \
--name testintegrationruntime
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The integration runtime name.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The workspace name.
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.
az synapse integration-runtime stop
Stop an SSIS integration runtime.
az synapse integration-runtime stop [--ids]
[--name]
[--no-wait]
[--resource-group]
[--subscription]
[--workspace-name]
[--yes]
Examples
stop an SSIS integration runtime.
az synapse integration-runtime stop --workspace-name testsynapseworkspace --resource-group rg \
--name testintegrationruntime
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The integration runtime name.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The workspace name.
Do not prompt for confirmation.
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.
az synapse integration-runtime sync-credentials
Synchronize credentials among integration runtime nodes.
az synapse integration-runtime sync-credentials [--ids]
[--name]
[--resource-group]
[--subscription]
[--workspace-name]
Examples
Synchronize credentials among integration runtime nodes.
az synapse integration-runtime sync-credentials --workspace-name testsynapseworkspace --resource-group rg \
--name selfhostedintegrationruntime
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The integration runtime name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The workspace name.
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.
az synapse integration-runtime update
Update an integration runtime.
az synapse integration-runtime update --auto-update {Off, On}
--update-delay-offset
[--ids]
[--name]
[--resource-group]
[--subscription]
[--workspace-name]
Examples
Update an integration runtime.
az synapse integration-runtime update --workspace-name testsynapseworkspace --resource-group rg \
--name testintegrationruntime --auto-update On --update-delay-offset '"PT03H"'
Required Parameters
Enable or disable the self-hosted integration runtime auto-update.
The time of the day for the self-hosted integration runtime auto-update.
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The integration runtime name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The workspace name.
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.
az synapse integration-runtime upgrade
Upgrade self-hosted integration runtime.
az synapse integration-runtime upgrade [--ids]
[--name]
[--resource-group]
[--subscription]
[--workspace-name]
Examples
Upgrade self-hosted integration runtime.
az synapse integration-runtime upgrade --workspace-name testsynapseworkspace --resource-group rg \
--name testintegrationruntime
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The integration runtime name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The workspace name.
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.
az synapse integration-runtime wait
Place the CLI in a waiting state until a condition of a integration runtime is met.
az synapse integration-runtime wait --name
--resource-group
--workspace-name
[--created]
[--custom]
[--deleted]
[--exists]
[--if-none-match]
[--interval]
[--timeout]
[--updated]
Required Parameters
The integration runtime name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The workspace name.
Optional Parameters
Wait until created with 'provisioningState' at 'Succeeded'.
Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].
Wait until deleted.
Wait until the resource exists.
ETag of the integration runtime entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned. Default value is None.
Polling interval in seconds.
Maximum wait in seconds.
Wait until updated with provisioningState at 'Succeeded'.
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.