Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions data-explorer/create-cluster-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ This section guides you through the process of creating an Azure Data Explorer c

### [Go](#tab/go)

The following code shows how to create a cluster. To clone the code repository, see [Manage an Azure Data Explorer cluster using Azure Go SDK](https://github.com/Azure-Samples/azure-data-explorer-go-cluster-management/tree/main).
The following code shows how to create a cluster.

1. Set the required environment variables including service principal information from the [prerequisites](#prerequisites). Enter your subscription ID, resource group, and region where you want to create the cluster.

Expand Down Expand Up @@ -637,7 +637,7 @@ In this section, you'll create a database within the cluster created in the prev

### [Go](#tab/go)

The following code shows how to create a database. The package imports and environment variable initiation is the same as in the previous section. To clone the code repository, see [Manage an Azure Data Explorer cluster using Azure Go SDK](https://github.com/Azure-Samples/azure-data-explorer-go-cluster-management/tree/main).
The following code shows how to create a database. The package imports and environment variable initiation is the same as in the previous section.

1. Run the following code to create the database:

Expand Down
Loading