az synapse kusto data-connection event-grid

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

Commands

Name Description Type Status
az synapse kusto data-connection event-grid create

Create a data connection.

Core Experimental
az synapse kusto data-connection event-grid update

Updates a data connection.

Core Experimental

az synapse kusto data-connection event-grid create

Experimental

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-grid create --data-connection-name
                                                   --database-name
                                                   --kusto-pool-name
                                                   --resource-group
                                                   --workspace-name
                                                   [--blob-storage-event-type {Microsoft.Storage.BlobCreated, Microsoft.Storage.BlobRenamed}]
                                                   [--consumer-group]
                                                   [--data-format {APACHEAVRO, AVRO, CSV, JSON, MULTIJSON, ORC, PARQUET, PSV, RAW, SCSV, SINGLEJSON, SOHSV, TSV, TSVE, TXT, W3CLOGFILE}]
                                                   [--event-hub-resource-id]
                                                   [--ignore-first-record {false, true}]
                                                   [--location]
                                                   [--mapping-rule-name]
                                                   [--no-wait]
                                                   [--storage-account-resource-id]
                                                   [--table-name]

Required Parameters

--data-connection-name

The name of the data connection.

--database-name

The name of the database in the Kusto pool.

--kusto-pool-name

The name of the Kusto pool.

--resource-group -g

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

--workspace-name

The name of the workspace.

Optional Parameters

--blob-storage-event-type

The name of blob storage event type to process.

accepted values: Microsoft.Storage.BlobCreated, Microsoft.Storage.BlobRenamed
--consumer-group

The event hub consumer group.

--data-format

The data format of the message. Optionally the data format can be added to each message.

accepted values: APACHEAVRO, AVRO, CSV, JSON, MULTIJSON, ORC, PARQUET, PSV, RAW, SCSV, SINGLEJSON, SOHSV, TSV, TSVE, TXT, W3CLOGFILE
--event-hub-resource-id

The resource ID where the event grid is configured to send events.

--ignore-first-record

A Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file.

accepted values: false, true
--location -l

Location. Values from: az account list-locations. You can configure the default location using az configure --defaults location=<location>.

--mapping-rule-name

The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.

--no-wait

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

default value: False
--storage-account-resource-id

The resource ID of the storage account where the data resides.

--table-name

The table where the data should be ingested. Optionally the table information can be added to each message.

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.

az synapse kusto data-connection event-grid update

Experimental

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-grid update [--blob-storage-event-type {Microsoft.Storage.BlobCreated, Microsoft.Storage.BlobRenamed}]
                                                   [--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]
                                                   [--ids]
                                                   [--ignore-first-record {false, true}]
                                                   [--kusto-pool-name]
                                                   [--location]
                                                   [--mapping-rule-name]
                                                   [--no-wait]
                                                   [--resource-group]
                                                   [--storage-account-resource-id]
                                                   [--subscription]
                                                   [--table-name]
                                                   [--workspace-name]

Optional Parameters

--blob-storage-event-type

The name of blob storage event type to process.

accepted values: Microsoft.Storage.BlobCreated, Microsoft.Storage.BlobRenamed
--consumer-group

The event hub consumer group.

--data-connection-name

The name of the data connection.

--data-format

The data format of the message. Optionally the data format can be added to each message.

accepted values: APACHEAVRO, AVRO, CSV, JSON, MULTIJSON, ORC, PARQUET, PSV, RAW, SCSV, SINGLEJSON, SOHSV, TSV, TSVE, TXT, W3CLOGFILE
--database-name

The name of the database in the Kusto pool.

--event-hub-resource-id

The resource ID where the event grid is configured to send events.

--ids

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.

--ignore-first-record

A Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file.

accepted values: false, true
--kusto-pool-name

The name of the Kusto pool.

--location -l

Location. Values from: az account list-locations. You can configure the default location using az configure --defaults location=<location>.

--mapping-rule-name

The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.

--no-wait

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

default value: False
--resource-group -g

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

--storage-account-resource-id

The resource ID of the storage account where the data resides.

--subscription

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

--table-name

The table where the data should be ingested. Optionally the table information can be added to each message.

--workspace-name

The name of the workspace.

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.