Azure Data Explorer Attached Database Configuration

This page shows how to write Terraform and Azure Resource Manager for Data Explorer Attached Database Configuration and write them securely.

azurerm_kusto_attached_database_configuration (Terraform)

The Attached Database Configuration in Data Explorer can be configured in Terraform with the resource name azurerm_kusto_attached_database_configuration. 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) Attached Database Configuration

Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations (Azure Resource Manager)

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

Example Usage from GitHub

KustoAttachedDatabaseConfigurationsCreateOrUpdate.json#L22
        "type": "Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations",
        "location": "westus",
        "properties": {
          "clusterResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterLeader",
          "databaseName": "db1",
          "defaultPrincipalsModificationKind": "Union",
KustoAttachedDatabaseConfigurationsCreateOrUpdate.json#L22
        "type": "Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations",
        "location": "westus",
        "properties": {
          "clusterResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterLeader",
          "databaseName": "db1",
          "defaultPrincipalsModificationKind": "Union",
KustoAttachedDatabaseConfigurationsCreateOrUpdate.json#L22
        "type": "Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations",
        "location": "westus",
        "properties": {
          "clusterResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterLeader",
          "databaseName": "db1",
          "defaultPrincipalsModificationKind": "Union",
KustoAttachedDatabaseConfigurationsCreateOrUpdate.json#L22
        "type": "Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations",
        "location": "westus",
        "properties": {
          "clusterResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterLeader",
          "databaseName": "db1",
          "defaultPrincipalsModificationKind": "Union",
KustoAttachedDatabaseConfigurationsCreateOrUpdate.json#L22
        "type": "Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations",
        "location": "westus",
        "properties": {
          "clusterResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterLeader",
          "databaseName": "db1",
          "defaultPrincipalsModificationKind": "Union",
KustoAttachedDatabaseConfigurationsCreateOrUpdate.json#L22
        "type": "Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations",
        "location": "westus",
        "properties": {
          "clusterResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterLeader",
          "databaseName": "db1",
          "defaultPrincipalsModificationKind": "Union",
KustoAttachedDatabaseConfigurationsCreateOrUpdate.json#L22
        "type": "Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations",
        "location": "westus",
        "properties": {
          "clusterResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterLeader",
          "databaseName": "db1",
          "defaultPrincipalsModificationKind": "Union",
KustoAttachedDatabaseConfigurationsCreateOrUpdate.json#L22
        "type": "Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations",
        "location": "westus",
        "properties": {
          "clusterResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterLeader",
          "databaseName": "db1",
          "defaultPrincipalsModificationKind": "Union",
KustoAttachedDatabaseConfigurationsListByCluster.json#L15
            "type": "Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations",
            "location": "westus",
            "properties": {
              "clusterResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterLeader",
              "databaseName": "db1",
              "defaultPrincipalsModificationKind": "Union",
KustoAttachedDatabaseConfigurationsListByCluster.json#L15
            "type": "Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations",
            "location": "westus",
            "properties": {
              "clusterResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterLeader",
              "databaseName": "db1",
              "defaultPrincipalsModificationKind": "Union",

Frequently asked questions

What is Azure Data Explorer Attached Database Configuration?

Azure Data Explorer Attached Database Configuration is a resource for Data Explorer of Microsoft Azure. Settings can be wrote in Terraform.