Skip to content

Commit f3bca64

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
2 parents bd2da85 + 03a871a commit f3bca64

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+81
-55
lines changed

data-explorer/add-cluster-principal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The following list outlines the prerequisites to add a cluster principal with Py
4040

4141
The following list outlines the prerequisites to add a cluster principal with an ARM template.
4242

43-
* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/).
43+
* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
4444
* An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md).
4545

4646
---

data-explorer/add-database-principal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The following list outlines the prerequisites to add a cluster principal with Py
3838

3939
The following list outlines the prerequisites to add a cluster principal with an ARM template.
4040

41-
* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/).
41+
* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
4242
* An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md).
4343

4444
---

data-explorer/azure-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The steps in this article aren't required if you're running commands in [Azure C
1414

1515
## Prerequisites
1616

17-
* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/).
17+
* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
1818
* Follow the Azure PowerShell prerequisites relevant to your environment. For more information, see [Install Azure PowerShell](/powershell/azure/install-azure-powershell).
1919

2020
## Install az.Kusto cmdlets

data-explorer/confidential-compute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom: references_regions
99
#Customer intent: I want to deploy Azure Data Explorer cluster in an confidential compute SKU.
1010
---
1111

12-
# Enable confidential compute on your Azure Data Explorer cluster (preview)
12+
# Enable confidential compute on your Azure Data Explorer cluster
1313

1414
Confidential compute virtual machines (VMs) provide strong security and confidentiality for tenants. They establish a hardware-enforced boundary between your application and the virtualization stack. Clusters deployed with confidential compute VMs ensure hardware-based security and data confidentiality for sensitive workloads by establishing a trusted execution environment (TEE). For more information, see [confidential compute](/azure/confidential-computing/confidential-vm-overview) and [Azure guidance for isolated compute](/azure/confidential-computing/confidential-vm-faq).
1515

data-explorer/create-cluster-and-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ A Microsoft account or a Microsoft Entra user identity to create a free cluster.
3030

3131
### [Full cluster](#tab/full)
3232

33-
* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/).
33+
* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
3434
* Sign in to the [Azure portal](https://portal.azure.com/).
3535

3636
---

data-explorer/create-cluster-database.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,28 @@ Prerequisites by method of cluster and database creation:
2121

2222
### [C#](#tab/csharp)
2323

24-
* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/).
24+
* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
2525
* [Visual Studio 2022 Community Edition](https://www.visualstudio.com/downloads/). Turn on **Azure development** during the Visual Studio setup.
2626
* Install the [Microsoft.Azure.Management.Kusto NuGet package](https://www.nuget.org/packages/Microsoft.Azure.Management.Kusto/).
2727
* [A Microsoft Entra application and service principal that can access resources](/azure/active-directory/develop/howto-create-service-principal-portal). Save the **Directory (tenant) ID**, **Application ID**, and **Client Secret**.
2828

2929
### [Python](#tab/python)
3030

31-
* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/).
31+
* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
3232
* [Python 3.4+](https://www.python.org/downloads/).
3333
* Install the [azure-common](https://pypi.org/project/azure-common/) and [azure-mgmt-kusto](https://pypi.org/project/azure-mgmt-kusto/) packages.
3434
* [A Microsoft Entra application and service principal that can access resources](/azure/active-directory/develop/howto-create-service-principal-portal). Save the **Directory (tenant) ID**, **Application ID**, and **Client Secret**.
3535

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

38-
* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/).
38+
* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
3939
* Install [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git).
4040
* Install an appropriate version of [Go](https://golang.org/). For supported versions, see [Azure Kusto Module for Go](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/kusto/armkusto).
4141
* [A Microsoft Entra application and service principal that can access resources](/azure/active-directory/develop/howto-create-service-principal-portal). Save the **Directory (tenant) ID**, **Application ID**, and **Client Secret**.
4242

4343
### [Azure CLI](#tab/azcli)
4444

45-
* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/).
45+
* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
4646
* You can use [Azure Cloud Shell](https://shell.azure.com) to run the code in this article without having to install anything on your local environment.
4747
* If you choose to install and use the Azure CLI locally, follow the steps in [Configure parameters](#configure-the-cli-parameters). This article requires the Azure CLI version 2.0.4 or later. Run `az --version` to check your version. If you need to install or upgrade, see [Install the Azure CLI](/cli/azure/install-azure-cli).
4848

@@ -84,7 +84,7 @@ The following steps aren't required if you're running commands in Azure Cloud Sh
8484
8585
### [ARM template](#tab/arm)
8686
87-
* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/).
87+
* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
8888
8989
---
9090

data-explorer/create-event-grid-connection-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For general information about ingesting into Azure Data Explorer from Event Grid
2121
2222
## Prerequisites
2323

24-
* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/).
24+
* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
2525
* An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md).
2626
* A destination table. [Create a table](/kusto/management/create-table-command?view=azure-data-explorer&preserve-view=true) or use an existing table.
2727
* An [ingestion mapping](/kusto/management/mappings?view=azure-data-explorer&preserve-view=true) for the table.

data-explorer/create-event-grid-connection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For general information about ingesting into Azure Data Explorer from Event Grid
2222
2323
## Prerequisites
2424

25-
* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/).
25+
* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
2626
* An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md).
2727
* A destination table. [Create a table](/kusto/management/create-table-command?view=azure-data-explorer&preserve-view=true) or use an existing table.
2828
* An [ingestion mapping](/kusto/management/mappings?view=azure-data-explorer&preserve-view=true) for the table.

data-explorer/create-event-hubs-connection-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To learn how to create the connection in the Azure Data Explorer web UI, Azure p
1818
1919
## Prerequisites
2020

21-
* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/).
21+
* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
2222
* An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md).
2323
* A destination table. [Create a table](/kusto/management/create-table-command?view=azure-data-explorer&preserve-view=true) or use an existing table.
2424
* An [ingestion mapping](/kusto/management/mappings?view=azure-data-explorer&preserve-view=true) for the table.

data-explorer/create-event-hubs-connection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ In the **Data preparation** window, all three steps are marked with green check
116116

117117
### Prerequisites
118118

119-
* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/).
119+
* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
120120
* An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md).
121121
* A destination table. [Create a table](/kusto/management/create-table-command?view=azure-data-explorer&preserve-view=true) or use an existing table.
122122
* An [ingestion mapping](/kusto/management/mappings?view=azure-data-explorer&preserve-view=true) for the table.
@@ -150,7 +150,7 @@ In the **Data preparation** window, all three steps are marked with green check
150150

151151
### Prerequisites
152152

153-
* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/).
153+
* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
154154
* An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md).
155155
* A destination table. [Create a table](/kusto/management/create-table-command?view=azure-data-explorer&preserve-view=true) or use an existing table.
156156
* An [ingestion mapping](/kusto/management/mappings?view=azure-data-explorer&preserve-view=true) for the table.
@@ -213,7 +213,7 @@ In the **Data preparation** window, all three steps are marked with green check
213213

214214
### Prerequisites
215215

216-
* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/).
216+
* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
217217
* An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md).
218218
* A destination table. [Create a table](/kusto/management/create-table-command?view=azure-data-explorer&preserve-view=true) or use an existing table.
219219
* An [ingestion mapping](/kusto/management/mappings?view=azure-data-explorer&preserve-view=true) for the table.

0 commit comments

Comments
 (0)