You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data-explorer/azure-powershell.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The steps in this article aren't required if you're running commands in [Azure C
14
14
15
15
## Prerequisites
16
16
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).
18
18
* Follow the Azure PowerShell prerequisites relevant to your environment. For more information, see [Install Azure PowerShell](/powershell/azure/install-azure-powershell).
Copy file name to clipboardExpand all lines: data-explorer/confidential-compute.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.custom: references_regions
9
9
#Customer intent: I want to deploy Azure Data Explorer cluster in an confidential compute SKU.
10
10
---
11
11
12
-
# Enable confidential compute on your Azure Data Explorer cluster (preview)
12
+
# Enable confidential compute on your Azure Data Explorer cluster
13
13
14
14
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).
Copy file name to clipboardExpand all lines: data-explorer/create-cluster-database.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,28 +21,28 @@ Prerequisites by method of cluster and database creation:
21
21
22
22
### [C#](#tab/csharp)
23
23
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).
25
25
*[Visual Studio 2022 Community Edition](https://www.visualstudio.com/downloads/). Turn on **Azure development** during the Visual Studio setup.
26
26
* Install the [Microsoft.Azure.Management.Kusto NuGet package](https://www.nuget.org/packages/Microsoft.Azure.Management.Kusto/).
27
27
*[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**.
28
28
29
29
### [Python](#tab/python)
30
30
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).
* Install the [azure-common](https://pypi.org/project/azure-common/) and [azure-mgmt-kusto](https://pypi.org/project/azure-mgmt-kusto/) packages.
34
34
*[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**.
35
35
36
36
### [Go](#tab/go)
37
37
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).
* 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).
41
41
*[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**.
42
42
43
43
### [Azure CLI](#tab/azcli)
44
44
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).
46
46
* 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.
47
47
* 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).
48
48
@@ -84,7 +84,7 @@ The following steps aren't required if you're running commands in Azure Cloud Sh
84
84
85
85
### [ARM template](#tab/arm)
86
86
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).
0 commit comments