az synapse integration-runtime managed

Manage integration runtime with synapse sub group managed.

Commands

Name Description Type Status
az synapse integration-runtime managed create

Create an managed integration runtime.

Core GA

az synapse integration-runtime managed create

Create an managed integration runtime.

az synapse integration-runtime managed create --name
                                              --resource-group
                                              --workspace-name
                                              [--compute-type {ComputeOptimized, General, MemoryOptimized}]
                                              [--core-count]
                                              [--description]
                                              [--if-match]
                                              [--location]
                                              [--no-wait]
                                              [--time-to-live]

Examples

Create an managed integration runtime.

az synapse integration-runtime managed create --workspace-name testsynapseworkspace --resource-group rg \
  --name testintegrationruntime

Required Parameters

--name -n

The integration runtime name.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--workspace-name

The workspace name.

Optional Parameters

--compute-type

Compute type of the data flow cluster which will execute data flow job.

accepted values: ComputeOptimized, General, MemoryOptimized
default value: General
--core-count

Core count of the data flow cluster which will execute data flow job.

default value: 8
--description

The integration runtime description.

--if-match

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.

--location -l

The integration runtime location.

default value: AutoResolve
--no-wait

Do not wait for the long-running operation to finish.

default value: False
--time-to-live

Time to live (in minutes) setting of the data flow cluster which will execute data flow job.

default value: 0
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.