Azure Data Explorer Iothub Data Connection

This page shows how to write Terraform and Azure Resource Manager for Data Explorer Iothub Data Connection and write them securely.

azurerm_kusto_iothub_data_connection (Terraform)

The Iothub Data Connection in Data Explorer can be configured in Terraform with the resource name azurerm_kusto_iothub_data_connection. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for Azure best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

Explanation in Terraform Registry

Manages a Kusto (also known as Azure Data Explorer) IotHub Data Connection

Microsoft.Kusto/Clusters/Databases/DataConnections (Azure Resource Manager)

The Clusters/Databases/DataConnections in Microsoft.Kusto can be configured in Azure Resource Manager with the resource name Microsoft.Kusto/Clusters/Databases/DataConnections. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

KustoDataConnectionsUpdate.json#L23
        "type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
        "location": "westus",
        "kind": "EventHub",
        "properties": {
          "eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest1",
          "consumerGroup": "testConsumerGroup1"
KustoDataConnectionsCreateOrUpdate.json#L23
        "type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
        "location": "westus",
        "kind": "EventHub",
        "properties": {
          "eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest1",
          "consumerGroup": "testConsumerGroup1"
KustoDataConnectionsCreateOrUpdate.json#L23
        "type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
        "location": "westus",
        "kind": "EventHub",
        "properties": {
          "eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest1",
          "consumerGroup": "testConsumerGroup1"
KustoDataConnectionsUpdate.json#L23
        "type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
        "location": "westus",
        "kind": "EventHub",
        "properties": {
          "eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest1",
          "consumerGroup": "testConsumerGroup1"
KustoDataConnectionsUpdate.json#L23
        "type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
        "location": "westus",
        "kind": "EventHub",
        "properties": {
          "eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest1",
          "consumerGroup": "testConsumerGroup1"
KustoDataConnectionsCreateOrUpdate.json#L23
        "type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
        "location": "westus",
        "kind": "EventHub",
        "properties": {
          "eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest1",
          "consumerGroup": "testConsumerGroup1"
KustoDataConnectionsListByDatabase.json#L16
            "type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
            "location": "westus",
            "kind": "EventHub",
            "properties": {
              "eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest1",
              "consumerGroup": "testConsumerGroup1"
KustoDataConnectionsListByDatabase.json#L16
            "type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
            "location": "westus",
            "kind": "EventHub",
            "properties": {
              "eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest1",
              "consumerGroup": "testConsumerGroup1"
KustoDataConnectionsCreateOrUpdate.json#L23
        "type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
        "location": "westus",
        "kind": "EventHub",
        "properties": {
          "eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest1",
          "consumerGroup": "testConsumerGroup1"
KustoDataConnectionsUpdate.json#L23
        "type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
        "location": "westus",
        "kind": "EventHub",
        "properties": {
          "eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest1",
          "consumerGroup": "testConsumerGroup1"

Frequently asked questions

What is Azure Data Explorer Iothub Data Connection?

Azure Data Explorer Iothub Data Connection is a resource for Data Explorer of Microsoft Azure. Settings can be wrote in Terraform.