From aeb13b711c4cc247d9d23d2dcd3061c49e5942be Mon Sep 17 00:00:00 2001 From: Shlomo Sagir <51323195+shsagir@users.noreply.github.com> Date: Sun, 8 Dec 2024 14:52:30 +0200 Subject: [PATCH] Update create-cluster-database.md --- data-explorer/create-cluster-database.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data-explorer/create-cluster-database.md b/data-explorer/create-cluster-database.md index f9752df2b4..948f818c04 100644 --- a/data-explorer/create-cluster-database.md +++ b/data-explorer/create-cluster-database.md @@ -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. @@ -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: