az synapse kusto data-connection event-hub
Command group 'synapse kusto data-connection' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Manage kusto pool data connection with synapse sub group event-hub.
Commands
Name | Description | Type | Status |
---|---|---|---|
az synapse kusto data-connection event-hub create |
Create a data connection. |
Core | Experimental |
az synapse kusto data-connection event-hub update |
Updates a data connection. |
Core | Experimental |
az synapse kusto data-connection event-hub create
Command group 'synapse kusto data-connection' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Create a data connection.
az synapse kusto data-connection event-hub create --data-connection-name
--database-name
--kusto-pool-name
--resource-group
--workspace-name
[--compression {GZip, None}]
[--consumer-group]
[--data-format {APACHEAVRO, AVRO, CSV, JSON, MULTIJSON, ORC, PARQUET, PSV, RAW, SCSV, SINGLEJSON, SOHSV, TSV, TSVE, TXT, W3CLOGFILE}]
[--event-hub-resource-id]
[--event-system-properties]
[--location]
[--managed-identity-resource-id]
[--mapping-rule-name]
[--no-wait]
[--table-name]
Examples
KustoPoolDataConnectionsCreateOrUpdate.json
az synapse kusto data-connection event-hub create --data-connection-name "DataConnections8" --database-name "KustoDatabase8" --kusto-pool-name "kustoclusterrptest4" --location "westus" --consumer-group "testConsumerGroup1" --event-hub-resource-id "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest1" --resource-group "kustorptest" --workspace-name "synapseWorkspaceName"
Required Parameters
The name of the data connection.
The name of the database in the Kusto pool.
The name of the Kusto pool.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the workspace.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
The event hub messages compression type.
Property | Value |
---|---|
Accepted values: | GZip, None |
The event hub consumer group.
The data format of the message. Optionally the data format can be added to each message.
Property | Value |
---|---|
Accepted values: | APACHEAVRO, AVRO, CSV, JSON, MULTIJSON, ORC, PARQUET, PSV, RAW, SCSV, SINGLEJSON, SOHSV, TSV, TSVE, TXT, W3CLOGFILE |
The resource ID of the event hub to be used to create a data connection.
System properties of the event hub.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
The resource ID of a managed identity (system or user assigned) to be used to authenticate with event hub.
The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.
Do not wait for the long-running operation to finish.
Property | Value |
---|---|
Default value: | False |
The table where the data should be ingested. Optionally the table information can be added to each message.
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |
az synapse kusto data-connection event-hub update
Command group 'synapse kusto data-connection' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Updates a data connection.
az synapse kusto data-connection event-hub update [--compression {GZip, None}]
[--consumer-group]
[--data-connection-name]
[--data-format {APACHEAVRO, AVRO, CSV, JSON, MULTIJSON, ORC, PARQUET, PSV, RAW, SCSV, SINGLEJSON, SOHSV, TSV, TSVE, TXT, W3CLOGFILE}]
[--database-name]
[--event-hub-resource-id]
[--event-system-properties]
[--ids]
[--kusto-pool-name]
[--location]
[--managed-identity-resource-id]
[--mapping-rule-name]
[--no-wait]
[--resource-group]
[--subscription]
[--table-name]
[--workspace-name]
Examples
KustoPoolDataConnectionsUpdate
az synapse kusto data-connection event-hub update --data-connection-name "DataConnections8" --database-name "KustoDatabase8" --kusto-pool-name "kustoclusterrptest4" --location "westus" --consumer-group "testConsumerGroup1" --event-hub-resource-id "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest1" --resource-group "kustorptest" --workspace-name "synapseWorkspaceName"
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
The event hub messages compression type.
Property | Value |
---|---|
Accepted values: | GZip, None |
The event hub consumer group.
The name of the data connection.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The data format of the message. Optionally the data format can be added to each message.
Property | Value |
---|---|
Accepted values: | APACHEAVRO, AVRO, CSV, JSON, MULTIJSON, ORC, PARQUET, PSV, RAW, SCSV, SINGLEJSON, SOHSV, TSV, TSVE, TXT, W3CLOGFILE |
The name of the database in the Kusto pool.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The resource ID of the event hub to be used to create a data connection.
System properties of the event hub.
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.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The name of the Kusto pool.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
The resource ID of a managed identity (system or user assigned) to be used to authenticate with event hub.
The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.
Do not wait for the long-running operation to finish.
Property | Value |
---|---|
Default value: | False |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The table where the data should be ingested. Optionally the table information can be added to each message.
The name of the workspace.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |