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

--factory-name

The factory name.

--integration-runtime-name --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>.

Optional Parameters

--description

Integration runtime description.

--enable-scia --enable-self-contained-interactive-authoring

An alternative option to ensure interactive authoring function when your self-hosted integration runtime is unable to establish a connection with Azure Relay.

--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.

--linked-info

The base definition of a linked integration runtime. Expected value: json-string/json-file/@json-file.

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.