diff --git a/data-explorer/add-cluster-principal.md b/data-explorer/add-cluster-principal.md index f647fa1cda..d6d27692b6 100644 --- a/data-explorer/add-cluster-principal.md +++ b/data-explorer/add-cluster-principal.md @@ -40,7 +40,7 @@ The following list outlines the prerequisites to add a cluster principal with Py The following list outlines the prerequisites to add a cluster principal with an ARM template. -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md). --- diff --git a/data-explorer/add-database-principal.md b/data-explorer/add-database-principal.md index fe80e3a88f..9a5b4142db 100644 --- a/data-explorer/add-database-principal.md +++ b/data-explorer/add-database-principal.md @@ -38,7 +38,7 @@ The following list outlines the prerequisites to add a cluster principal with Py The following list outlines the prerequisites to add a cluster principal with an ARM template. -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md). --- diff --git a/data-explorer/azure-powershell.md b/data-explorer/azure-powershell.md index 3b03e8a4d1..8307b3823b 100644 --- a/data-explorer/azure-powershell.md +++ b/data-explorer/azure-powershell.md @@ -14,7 +14,7 @@ The steps in this article aren't required if you're running commands in [Azure C ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * Follow the Azure PowerShell prerequisites relevant to your environment. For more information, see [Install Azure PowerShell](/powershell/azure/install-azure-powershell). ## Install az.Kusto cmdlets diff --git a/data-explorer/confidential-compute.md b/data-explorer/confidential-compute.md index a4900f44ce..d31723f773 100644 --- a/data-explorer/confidential-compute.md +++ b/data-explorer/confidential-compute.md @@ -9,7 +9,7 @@ ms.custom: references_regions #Customer intent: I want to deploy Azure Data Explorer cluster in an confidential compute SKU. --- -# Enable confidential compute on your Azure Data Explorer cluster (preview) +# Enable confidential compute on your Azure Data Explorer cluster 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). diff --git a/data-explorer/create-cluster-and-database.md b/data-explorer/create-cluster-and-database.md index 81bc07c302..9a44624d3a 100644 --- a/data-explorer/create-cluster-and-database.md +++ b/data-explorer/create-cluster-and-database.md @@ -30,7 +30,7 @@ A Microsoft account or a Microsoft Entra user identity to create a free cluster. ### [Full cluster](#tab/full) -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * Sign in to the [Azure portal](https://portal.azure.com/). --- diff --git a/data-explorer/create-cluster-database.md b/data-explorer/create-cluster-database.md index 9ac16e30ac..45bd72f1e1 100644 --- a/data-explorer/create-cluster-database.md +++ b/data-explorer/create-cluster-database.md @@ -21,28 +21,28 @@ Prerequisites by method of cluster and database creation: ### [C#](#tab/csharp) -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * [Visual Studio 2022 Community Edition](https://www.visualstudio.com/downloads/). Turn on **Azure development** during the Visual Studio setup. * Install the [Microsoft.Azure.Management.Kusto NuGet package](https://www.nuget.org/packages/Microsoft.Azure.Management.Kusto/). * [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**. ### [Python](#tab/python) -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * [Python 3.4+](https://www.python.org/downloads/). * Install the [azure-common](https://pypi.org/project/azure-common/) and [azure-mgmt-kusto](https://pypi.org/project/azure-mgmt-kusto/) packages. * [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**. ### [Go](#tab/go) -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * Install [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git). * 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). * [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**. ### [Azure CLI](#tab/azcli) -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * 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. * 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). @@ -84,7 +84,7 @@ The following steps aren't required if you're running commands in Azure Cloud Sh ### [ARM template](#tab/arm) -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). --- diff --git a/data-explorer/create-event-grid-connection-sdk.md b/data-explorer/create-event-grid-connection-sdk.md index 2c5b83a488..945b7a5e18 100644 --- a/data-explorer/create-event-grid-connection-sdk.md +++ b/data-explorer/create-event-grid-connection-sdk.md @@ -21,7 +21,7 @@ For general information about ingesting into Azure Data Explorer from Event Grid ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md). * A destination table. [Create a table](/kusto/management/create-table-command?view=azure-data-explorer&preserve-view=true) or use an existing table. * An [ingestion mapping](/kusto/management/mappings?view=azure-data-explorer&preserve-view=true) for the table. diff --git a/data-explorer/create-event-grid-connection.md b/data-explorer/create-event-grid-connection.md index c9e460f5d2..4a245ea883 100644 --- a/data-explorer/create-event-grid-connection.md +++ b/data-explorer/create-event-grid-connection.md @@ -22,7 +22,7 @@ For general information about ingesting into Azure Data Explorer from Event Grid ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md). * A destination table. [Create a table](/kusto/management/create-table-command?view=azure-data-explorer&preserve-view=true) or use an existing table. * An [ingestion mapping](/kusto/management/mappings?view=azure-data-explorer&preserve-view=true) for the table. diff --git a/data-explorer/create-event-hubs-connection-sdk.md b/data-explorer/create-event-hubs-connection-sdk.md index bc98123d38..97d89aad49 100644 --- a/data-explorer/create-event-hubs-connection-sdk.md +++ b/data-explorer/create-event-hubs-connection-sdk.md @@ -18,7 +18,7 @@ To learn how to create the connection in the Azure Data Explorer web UI, Azure p ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md). * A destination table. [Create a table](/kusto/management/create-table-command?view=azure-data-explorer&preserve-view=true) or use an existing table. * An [ingestion mapping](/kusto/management/mappings?view=azure-data-explorer&preserve-view=true) for the table. diff --git a/data-explorer/create-event-hubs-connection.md b/data-explorer/create-event-hubs-connection.md index 93436d08d9..161f6fecc4 100644 --- a/data-explorer/create-event-hubs-connection.md +++ b/data-explorer/create-event-hubs-connection.md @@ -116,7 +116,7 @@ In the **Data preparation** window, all three steps are marked with green check ### Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md). * A destination table. [Create a table](/kusto/management/create-table-command?view=azure-data-explorer&preserve-view=true) or use an existing table. * 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 ### Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md). * A destination table. [Create a table](/kusto/management/create-table-command?view=azure-data-explorer&preserve-view=true) or use an existing table. * 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 ### Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md). * A destination table. [Create a table](/kusto/management/create-table-command?view=azure-data-explorer&preserve-view=true) or use an existing table. * An [ingestion mapping](/kusto/management/mappings?view=azure-data-explorer&preserve-view=true) for the table. diff --git a/data-explorer/create-iot-hub-connection-sdk.md b/data-explorer/create-iot-hub-connection-sdk.md index 547f47ac12..9fb6176409 100644 --- a/data-explorer/create-iot-hub-connection-sdk.md +++ b/data-explorer/create-iot-hub-connection-sdk.md @@ -20,7 +20,7 @@ For general information about ingesting into Azure Data Explorer from IoT Hub, s ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md). * A destination table. [Create a table](/kusto/management/create-table-command?view=azure-data-explorer&preserve-view=true) or use an existing table. * An [ingestion mapping](/kusto/management/mappings?view=azure-data-explorer&preserve-view=true) for the table. diff --git a/data-explorer/create-iot-hub-connection.md b/data-explorer/create-iot-hub-connection.md index 48aca382c9..2fe17062d7 100644 --- a/data-explorer/create-iot-hub-connection.md +++ b/data-explorer/create-iot-hub-connection.md @@ -20,7 +20,7 @@ For general information about ingesting into Azure Data Explorer from IoT Hub, s ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md). * A destination table. [Create a table](/kusto/management/create-table-command?view=azure-data-explorer&preserve-view=true) or use an existing table. * An [ingestion mapping](/kusto/management/mappings?view=azure-data-explorer&preserve-view=true) for the table. diff --git a/data-explorer/data-factory-command-activity.md b/data-explorer/data-factory-command-activity.md index c7784d2f41..7787193433 100644 --- a/data-explorer/data-factory-command-activity.md +++ b/data-explorer/data-factory-command-activity.md @@ -15,7 +15,7 @@ ms.custom: sfi-image-nochange ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md). * A source of data. * A data factory. [Create a data factory](data-factory-load-data.md#create-a-data-factory). diff --git a/data-explorer/data-factory-load-data.md b/data-explorer/data-factory-load-data.md index a7157dcf9d..f3bc5ebe60 100644 --- a/data-explorer/data-factory-load-data.md +++ b/data-explorer/data-factory-load-data.md @@ -34,7 +34,7 @@ In this article, you use the Data Factory Copy Data tool to load data from Amazo ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md). * A source of data. diff --git a/data-explorer/data-factory-template.md b/data-explorer/data-factory-template.md index 5fc26d3db5..e570c2bef8 100644 --- a/data-explorer/data-factory-template.md +++ b/data-explorer/data-factory-template.md @@ -26,7 +26,7 @@ You create the *Bulk Copy from Database to Azure Data Explorer* template by usin ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md). * A data factory. [Create a data factory](data-factory-load-data.md#create-a-data-factory). * A source of data. diff --git a/data-explorer/data-purge-portal.md b/data-explorer/data-purge-portal.md index 99a9741ab2..a575ea2560 100644 --- a/data-explorer/data-purge-portal.md +++ b/data-explorer/data-purge-portal.md @@ -24,7 +24,7 @@ Azure Data Explorer supports both individual record deletion and purging an enti ## Prerequisites -* If you don't have an Azure subscription, create a [free Azure account](https://azure.microsoft.com/free/) before you begin. +* If you don't have an Azure subscription, create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn) before you begin. * Sign in to the [Azure Data Explorer web UI](https://dataexplorer.azure.com/). * Create [an Azure Data Explorer cluster and database](create-cluster-and-database.md) diff --git a/data-explorer/data-share.md b/data-explorer/data-share.md index 62fc663e95..d3e204024d 100644 --- a/data-explorer/data-share.md +++ b/data-explorer/data-share.md @@ -35,7 +35,7 @@ The data provider can share the data at the database level or at the cluster lev ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * An Azure Data Explorer cluster and database for the leader and follower. [Create a cluster and database](create-cluster-and-database.md). * The leader database should contain data. You can [ingest data](web-ui-samples-query.md) using one of the methods discussed in [ingestion overview](ingest-data-overview.md). diff --git a/data-explorer/database-script.md b/data-explorer/database-script.md index 2338c20e54..ddc1255989 100644 --- a/data-explorer/database-script.md +++ b/data-explorer/database-script.md @@ -47,7 +47,7 @@ Notice the two commands are idempotent. When first run, they create the tables, ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md). ## Security diff --git a/data-explorer/database-table-policies.md b/data-explorer/database-table-policies.md index b8da2b06c6..68000166a5 100644 --- a/data-explorer/database-table-policies.md +++ b/data-explorer/database-table-policies.md @@ -15,7 +15,7 @@ Azure Data Explorer is a fast and highly scalable data exploration service for l ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md). * [A test table](net-sdk-ingest-data.md#create-a-table-on-your-test-cluster). diff --git a/data-explorer/delete-cluster.md b/data-explorer/delete-cluster.md index 42a6c19d80..6d6fa74291 100644 --- a/data-explorer/delete-cluster.md +++ b/data-explorer/delete-cluster.md @@ -15,7 +15,7 @@ To delete only table records, see [Soft delete overview](/kusto/concepts/data-so ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). ## Delete a cluster diff --git a/data-explorer/delete-database.md b/data-explorer/delete-database.md index 2be3a70eb9..f6b07c03ab 100644 --- a/data-explorer/delete-database.md +++ b/data-explorer/delete-database.md @@ -11,7 +11,7 @@ This article explains how to delete a database in Azure Data Explorer. ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). ## Delete a database diff --git a/data-explorer/devops.md b/data-explorer/devops.md index 24aa4e2664..d128d4eb42 100644 --- a/data-explorer/devops.md +++ b/data-explorer/devops.md @@ -27,7 +27,7 @@ This document describes a simple example of using the **Azure Data Explorer - Pi ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md). * Azure Data Explorer cluster setup: * Create Microsoft Entra app by [provisioning a Microsoft Entra application](provision-entra-id-app.md). diff --git a/data-explorer/end-to-end-blob-ingestion.md b/data-explorer/end-to-end-blob-ingestion.md index 56f81390aa..e051b1bb53 100644 --- a/data-explorer/end-to-end-blob-ingestion.md +++ b/data-explorer/end-to-end-blob-ingestion.md @@ -19,7 +19,7 @@ You'll learn how to programmatically create a resource group, a storage account ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * [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**. ## Install packages diff --git a/data-explorer/external-table.md b/data-explorer/external-table.md index fe1b3a4a0c..c09a3e2486 100644 --- a/data-explorer/external-table.md +++ b/data-explorer/external-table.md @@ -12,7 +12,7 @@ An external table is a schema entity that references data stored outside the Azu ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md). * Sign in to the [Azure Data Explorer web UI](https://dataexplorer.azure.com/) and [add a connection to your cluster](web-query-data.md#add-clusters). diff --git a/data-explorer/follower.md b/data-explorer/follower.md index feabe80aa8..6a8cd717a3 100644 --- a/data-explorer/follower.md +++ b/data-explorer/follower.md @@ -28,7 +28,7 @@ The following apply to clusters: ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * An Azure Data Explorer cluster and database for the leader and follower. [Create a cluster and database](create-cluster-and-database.md). * The leader database should contain data. You can [ingest data](web-ui-samples-query.md) using one of the methods discussed in [ingestion overview](ingest-data-overview.md). diff --git a/data-explorer/hot-windows.md b/data-explorer/hot-windows.md index cff5164ee9..88116f8144 100644 --- a/data-explorer/hot-windows.md +++ b/data-explorer/hot-windows.md @@ -19,7 +19,7 @@ This document shows you how to use hot windows to query cold data. ## Prerequisites -* If you don't have an Azure subscription, create a [free Azure account](https://azure.microsoft.com/free/) before you begin. +* If you don't have an Azure subscription, create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn) before you begin. * Create [an Azure Data Explorer cluster and database](create-cluster-and-database.md). * Ingest data in your cluster with one of the methods described in the [Azure Data Explorer data ingestion overview](ingest-data-overview.md). diff --git a/data-explorer/ingest-data-cosmos-db-connection.md b/data-explorer/ingest-data-cosmos-db-connection.md index 77940d37f4..572e1cd440 100644 --- a/data-explorer/ingest-data-cosmos-db-connection.md +++ b/data-explorer/ingest-data-cosmos-db-connection.md @@ -30,7 +30,7 @@ Step 3: [Test the data connection](#step-3-test-the-data-connection) ## Prerequisites -- An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +- An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). - An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md). - A container from a [Cosmos DB account for NoSQL](/azure/cosmos-db/nosql/). - If your Cosmos DB account blocks network access, for example by using a [private endpoint](/azure/cosmos-db/how-to-configure-private-endpoints), you must [create a managed private endpoint](security-network-managed-private-endpoint-create.md) to the Cosmos DB account. This is required for your cluster to invoke the change feed API. diff --git a/data-explorer/ingest-data-cross-tenant.md b/data-explorer/ingest-data-cross-tenant.md index a9623ee07c..bfbc361106 100644 --- a/data-explorer/ingest-data-cross-tenant.md +++ b/data-explorer/ingest-data-cross-tenant.md @@ -13,7 +13,7 @@ In this article, you learn how to use PowerShell to create a cross-tenant Event ## Prerequisites -* If you don't have an Azure subscription, create a [free Azure account](https://azure.microsoft.com/free/) before you begin. +* If you don't have an Azure subscription, create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn) before you begin. * Create an Event Hub in *Tenant1*. This is the tenant that hosts the source Event Hubs. * Create [a test cluster and database](create-cluster-and-database.md) in *Tenant2*. This is the tenant that hosts the destination cluster. * A single Entra account with access to both tenants or a [multitenant service principal](/entra/identity-platform/howto-convert-app-to-be-multi-tenant). diff --git a/data-explorer/ingest-data-event-grid-manual.md b/data-explorer/ingest-data-event-grid-manual.md index 82f18f081f..c8505bea76 100644 --- a/data-explorer/ingest-data-event-grid-manual.md +++ b/data-explorer/ingest-data-event-grid-manual.md @@ -21,7 +21,7 @@ In this article, you learn how to manually create the resources needed for Event ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md). * A [storage account](/azure/storage/common/storage-quickstart-create-account?tabs=azure-portal). An Event Grid notification subscription can be set on Azure Storage accounts for `BlobStorage`, `StorageV2`, or [Data Lake Storage Gen2](/azure/storage/blobs/data-lake-storage-introduction). * An [Event Hubs namespace and event hub](/azure/event-hubs/event-hubs-create). diff --git a/data-explorer/ingest-data-kafka.md b/data-explorer/ingest-data-kafka.md index b385a33bb0..a98c933c98 100644 --- a/data-explorer/ingest-data-kafka.md +++ b/data-explorer/ingest-data-kafka.md @@ -13,7 +13,7 @@ ms.date: 08/21/2024 ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * An Azure Data Explorer [cluster and database](/azure/data-explorer/create-cluster-and-database) with the default cache and retention policies. * [Azure CLI](/cli/azure/install-azure-cli). * [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install). diff --git a/data-explorer/ingest-data-no-code.md b/data-explorer/ingest-data-no-code.md index f305d0dd4a..2b631bec2a 100644 --- a/data-explorer/ingest-data-no-code.md +++ b/data-explorer/ingest-data-no-code.md @@ -28,7 +28,7 @@ In this tutorial, you'll learn how to: ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md). In this tutorial, the database name is *TestDatabase*. ## Azure Monitor data provider: diagnostic metrics and logs and activity logs diff --git a/data-explorer/ingest-data-streaming.md b/data-explorer/ingest-data-streaming.md index 90d74120e7..455f2a4256 100644 --- a/data-explorer/ingest-data-streaming.md +++ b/data-explorer/ingest-data-streaming.md @@ -40,7 +40,7 @@ Use the following table to help you choose the ingestion type that's appropriate ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). ## Performance and operational considerations diff --git a/data-explorer/ingest-data-telegraf.md b/data-explorer/ingest-data-telegraf.md index 5800169d9b..6d4260067b 100644 --- a/data-explorer/ingest-data-telegraf.md +++ b/data-explorer/ingest-data-telegraf.md @@ -18,7 +18,7 @@ The Azure Data Explorer [ADX output plugin](https://github.com/influxdata/telegr ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md). * [Telegraf](https://portal.influxdata.com/downloads/). Host Telegraf in a virtual machine (VM) or container. Telegraf can be hosted locally where the app or service being monitored is deployed, or remotely on a dedicated monitoring compute/container. diff --git a/data-explorer/integrate-azure-functions.md b/data-explorer/integrate-azure-functions.md index e3cc75663e..baae3caaf8 100644 --- a/data-explorer/integrate-azure-functions.md +++ b/data-explorer/integrate-azure-functions.md @@ -14,7 +14,7 @@ Azure Functions allow you to run serverless code in the cloud on a schedule or i ## Prerequisites -- An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +- An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). - An Azure Data Explorer cluster and database with sample data. [Create a cluster and database](create-cluster-and-database.md). - A [storage account](/azure/storage/common/storage-quickstart-create-account?tabs=azure-portal). diff --git a/data-explorer/k2bridge.md b/data-explorer/k2bridge.md index 1c7ff29c2d..78e07806ed 100644 --- a/data-explorer/k2bridge.md +++ b/data-explorer/k2bridge.md @@ -43,7 +43,7 @@ The following image shows a Kibana instance bound to Azure Data Explorer by K2Br Before you can visualize data from Azure Data Explorer in Kibana, have the following ready: -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * An [Azure Data Explorer cluster and database](create-cluster-and-database.md). You will need the cluster's URL and the database name. * [Helm v3](https://github.com/helm/helm#install), the Kubernetes package manager. * Azure Kubernetes Service (AKS) cluster or any other Kubernetes cluster. Use version 1.21.2 or newer, with a minimum of three Azure Kubernetes Service nodes. Version 1.21.2 has been tested and verified. If you need an AKS cluster, see how to deploy an AKS cluster [using the Azure CLI](/azure/aks/kubernetes-walkthrough) or [using the Azure portal](/azure/aks/kubernetes-walkthrough-portal). diff --git a/data-explorer/kusto/debug-inline-python.md b/data-explorer/kusto/debug-inline-python.md index a32fedcf19..905bce6a44 100644 --- a/data-explorer/kusto/debug-inline-python.md +++ b/data-explorer/kusto/debug-inline-python.md @@ -21,7 +21,7 @@ Kusto Query Language tools aren't convenient for developing and debugging Python ::: moniker range="azure-data-explorer" -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * An Azure Data Explorer cluster and database. [Create a cluster and database](/azure/data-explorer/create-cluster-and-database). * Install Python [Anaconda Distribution](https://www.anaconda.com/download). In **Advanced Options**, select **Add Anaconda to my PATH environment variable**. * Install [Visual Studio Code](https://code.visualstudio.com/Download). diff --git a/data-explorer/kusto/functions-library/series-uv-anomalies-fl.md b/data-explorer/kusto/functions-library/series-uv-anomalies-fl.md index d5d1887722..f1b638b9bc 100644 --- a/data-explorer/kusto/functions-library/series-uv-anomalies-fl.md +++ b/data-explorer/kusto/functions-library/series-uv-anomalies-fl.md @@ -17,7 +17,7 @@ The function `series_uv_anomalies_fl()` is a [user-defined function (UDF)](../qu ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * A cluster and database [Create a cluster and database](/azure/data-explorer/create-cluster-and-database) or a [KQL database](/fabric/real-time-intelligence/create-database) with editing permissions and data. * The Python plugin must be [enabled on the cluster](../query/python-plugin.md#enable-the-plugin). This is required for the inline Python used in the function. * [Create an Anomaly Detector resource and obtain its key](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesAnomalyDetector) to access the service. diff --git a/data-explorer/kusto/functions-library/series-uv-change-points-fl.md b/data-explorer/kusto/functions-library/series-uv-change-points-fl.md index 224c866125..a37635f196 100644 --- a/data-explorer/kusto/functions-library/series-uv-change-points-fl.md +++ b/data-explorer/kusto/functions-library/series-uv-change-points-fl.md @@ -17,7 +17,7 @@ The function `series_uv_change_points_fl()` is a [user-defined function (UDF)](. ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * A cluster and database [Create a cluster and database](/azure/data-explorer/create-cluster-and-database) or a [KQL database](/fabric/real-time-intelligence/create-database) with editing permissions and data. * The Python plugin must be [enabled on the cluster](../query/python-plugin.md#enable-the-plugin). This is required for the inline Python used in the function. * [Create an Anomaly Detector resource and obtain its key](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesAnomalyDetector) to access the service. diff --git a/data-explorer/kusto/management/toc.yml b/data-explorer/kusto/management/toc.yml index 90f2704415..b0a741872d 100644 --- a/data-explorer/kusto/management/toc.yml +++ b/data-explorer/kusto/management/toc.yml @@ -222,6 +222,32 @@ items: - name: .show materialized-view(s) details displayName: show materialized view details href: materialized-views/materialized-view-show-details-command.md + - name: Graphs + items: + - name: Persistent graph overview + href: graph/graph-persistent-overview.md + - name: Graph models overview + href: graph/graph-model-overview.md + - name: .create-or-alter graph_model + href: graph/graph-model-create-or-alter.md + - name: .drop graph_model + href: graph/graph-model-drop.md + - name: .show graph_model + href: graph/graph-model-show.md + - name: .show graph_models + href: graph/graph-models-show.md + - name: Graph snapshot overview + href: graph/graph-snapshot-overview.md + - name: .make graph_snapshot + href: graph/graph-snapshot-make.md + - name: .drop graph_snapshot + href: graph/graph-snapshot-drop.md + - name: .drop graph_snapshots + href: graph/graph-snapshots-drop.md + - name : .show graph_snapshot + href: graph/graph-snapshot-show.md + - name: .show graph_snapshots + href: graph/graph-snapshots-show.md - name: Stored query results items: - name: Stored query results diff --git a/data-explorer/language-extensions.md b/data-explorer/language-extensions.md index a280998c25..9419931b4b 100644 --- a/data-explorer/language-extensions.md +++ b/data-explorer/language-extensions.md @@ -12,7 +12,7 @@ The language extensions feature allows you to use language extension plugins to ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md). * Review the [limitations](#limitations). Note that language extensions can only be enabled on SKUs that support [nested virtualization](/kusto/concepts/sandboxes?view=azure-data-explorer&preserve-view=true#vm-sizes-supporting-nested-virtualization). * Cluster AllDatabasesAdmin permissions. [Manage Azure Data Explorer cluster permissions](manage-cluster-permissions.md). diff --git a/data-explorer/monitor-queued-ingestion.md b/data-explorer/monitor-queued-ingestion.md index cd7a928054..2693b8224c 100644 --- a/data-explorer/monitor-queued-ingestion.md +++ b/data-explorer/monitor-queued-ingestion.md @@ -37,7 +37,7 @@ In this article, you'll learn how to use ingestion metrics in the Azure portal t ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md). * An active queued ingestion, such as [Event Hubs](ingest-data-event-hub-overview.md), [IoT Hub](ingest-data-iot-hub-overview.md), or [Event Grid](ingest-data-event-grid-overview.md). diff --git a/data-explorer/node-ingest-data.md b/data-explorer/node-ingest-data.md index 0552791498..b11735bab6 100644 --- a/data-explorer/node-ingest-data.md +++ b/data-explorer/node-ingest-data.md @@ -20,7 +20,7 @@ ms.custom: sfi-ropc-nochange Azure Data Explorer is a fast and highly scalable data exploration service for log and telemetry data. Azure Data Explorer provides two client libraries for Node: an [ingest library](https://github.com/Azure/azure-kusto-node/tree/master/packages/azure-kusto-ingest) and [a data library](https://github.com/Azure/azure-kusto-node/tree/master/packages/azure-kusto-data). These libraries enable you to ingest (load) data into a cluster and query data from your code. In this article, you first create a table and data mapping in a test cluster. You then queue ingestion to the cluster and validate the results. -If you don't have an Azure subscription, create a [free Azure account](https://azure.microsoft.com/free/) before you begin. +If you don't have an Azure subscription, create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn) before you begin. ## Prerequisites diff --git a/data-explorer/open-telemetry-connector.md b/data-explorer/open-telemetry-connector.md index d1aef1db2e..4c94488e3a 100644 --- a/data-explorer/open-telemetry-connector.md +++ b/data-explorer/open-telemetry-connector.md @@ -31,7 +31,7 @@ In this article, you learn how to: ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * A cluster and a database. Learn how to [create an Azure Data Explorer cluster and database](create-cluster-and-database.md). ## Set up your environment diff --git a/data-explorer/power-bi-sql-query.md b/data-explorer/power-bi-sql-query.md index dfb548bca3..bbeb4bcb03 100644 --- a/data-explorer/power-bi-sql-query.md +++ b/data-explorer/power-bi-sql-query.md @@ -14,7 +14,7 @@ Azure Data Explorer is a fast and highly scalable data exploration service for l Azure Data Explorer provides three options for connecting to data in Power BI: use the built-in connector, import a query from Azure Data Explorer, or use a SQL query. This article shows you how to use a SQL query to get data and visualize it in a Power BI report. -If you don't have an Azure subscription, create a [free Azure account](https://azure.microsoft.com/free/) before you begin. +If you don't have an Azure subscription, create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn) before you begin. ## Prerequisites diff --git a/data-explorer/purview.md b/data-explorer/purview.md index 4bbd05391b..38a39b9223 100644 --- a/data-explorer/purview.md +++ b/data-explorer/purview.md @@ -11,7 +11,7 @@ Microsoft Purview simplifies data governance by offering a unified service to ma ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md). ## Connect to Azure Data Explorer in Purview diff --git a/data-explorer/redash.md b/data-explorer/redash.md index 3c27b6984a..c167541a7a 100644 --- a/data-explorer/redash.md +++ b/data-explorer/redash.md @@ -13,7 +13,7 @@ ms.custom: sfi-image-nochange ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md). * Ingest data as explained in [ingest sample data into Azure Data Explorer](web-ui-samples-query.md). For more ingestion options, see [ingestion overview](ingest-data-overview.md). diff --git a/data-explorer/security-network-managed-private-endpoint-create.md b/data-explorer/security-network-managed-private-endpoint-create.md index a16d8481ee..4d5792d3f9 100644 --- a/data-explorer/security-network-managed-private-endpoint-create.md +++ b/data-explorer/security-network-managed-private-endpoint-create.md @@ -16,7 +16,7 @@ Managed private endpoints are an optional method to connect to Azure resources t ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * An [Azure Data Explorer cluster](create-cluster-and-database.md) that isn't injected in a virtual network. * An [event hub](/azure/event-hubs/event-hubs-about) or a [Azure Storage](/azure/storage/blobs/storage-blobs-overview) blob in a subscription that is registered to the Microsoft.Network resource provider. For more information, see [Register subscription to resource provider](/azure/azure-resource-manager/management/resource-providers-and-types#azure-portal). diff --git a/data-explorer/security-network-private-endpoint-create.md b/data-explorer/security-network-private-endpoint-create.md index 0ca5971000..831f4f13e2 100644 --- a/data-explorer/security-network-private-endpoint-create.md +++ b/data-explorer/security-network-private-endpoint-create.md @@ -15,7 +15,7 @@ Private endpoints use private IP addresses from your virtual network to connect ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * Sign in to the [Azure portal](https://portal.azure.com/). * An [Azure Data Explorer cluster](create-cluster-and-database.md) that isn't injected in a virtual network. * A [virtual network](/azure/virtual-network/quick-create-portal). diff --git a/data-explorer/spark-connector.md b/data-explorer/spark-connector.md index e6a062971e..d90023e50d 100644 --- a/data-explorer/spark-connector.md +++ b/data-explorer/spark-connector.md @@ -24,7 +24,7 @@ This topic describes how to install and configure the Azure Data Explorer Spark ## Prerequisites -* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/). +* An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). * An Azure Data Explorer cluster and database. [Create a cluster and database](create-cluster-and-database.md). * A Spark cluster * Install connector library: diff --git a/data-explorer/start-for-free-upgrade.md b/data-explorer/start-for-free-upgrade.md index 840e147cad..55d1c90323 100644 --- a/data-explorer/start-for-free-upgrade.md +++ b/data-explorer/start-for-free-upgrade.md @@ -13,7 +13,7 @@ Upgrading your free cluster to a full cluster allows you to use [all the feature ## Prerequisites - A [free Azure Data Explorer cluster](start-for-free-web-ui.md) -- An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/free/) +- An Azure subscription. Create a [free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn) - [Contributor](/azure/role-based-access-control/built-in-roles#contributor) permissions or greater in the Azure subscription > [!NOTE]