Skip to content

Commit 87535a8

Browse files
author
orspod
committed
Move QS to how to and remove QS text
1 parent 4a8dc4e commit 87535a8

11 files changed

+85
-94
lines changed

articles/data-explorer/create-cluster-database-cli.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: 'Quickstart: Create an Azure Data Explorer cluster and database by using Azure CLI'
2+
title: 'Create an Azure Data Explorer cluster and database by using Azure CLI'
33
description: Learn how to create an Azure Data Explorer cluster and database by using the Azure CLI
44
author: radennis
55
ms.author: radennis
66
ms.reviewer: orspodek
77
ms.service: data-explorer
8-
ms.topic: quickstart
9-
ms.date: 04/10/2019
8+
ms.topic: conceptual
9+
ms.date: 06/03/2019
1010
---
1111

1212
# Create an Azure Data Explorer cluster and database by using Azure CLI
@@ -19,15 +19,15 @@ ms.date: 04/10/2019
1919
> * [Python](create-cluster-database-python.md)
2020
>
2121
22-
Azure Data Explorer is a fast, fully managed data analytics service for real-time analysis on large volumes of data streaming from applications, websites, IoT devices, and more. To use Azure Data Explorer, you first create a cluster, and create one or more databases in that cluster. Then you ingest (load) data into a database so that you can run queries against it. In this quickstart, you create a cluster and a database by using Azure CLI.
22+
Azure Data Explorer is a fast, fully managed data analytics service for real-time analysis on large volumes of data streaming from applications, websites, IoT devices, and more. To use Azure Data Explorer, you first create a cluster, and create one or more databases in that cluster. Then you ingest (load) data into a database so that you can run queries against it. In this article, you create a cluster and a database by using Azure CLI.
2323

2424
## Prerequisites
2525

26-
To complete this quickstart, you need an Azure subscription. If you don't have one, [create a free account](https://azure.microsoft.com/free/) before you begin.
26+
To complete this article, you need an Azure subscription. If you don't have one, [create a free account](https://azure.microsoft.com/free/) before you begin.
2727

2828
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
2929

30-
If you choose to install and use the Azure CLI locally, this quickstart 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?view=azure-cli-latest).
30+
If you choose to install and use the Azure CLI locally, 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?view=azure-cli-latest).
3131

3232
## Configure the CLI parameters
3333

@@ -95,7 +95,7 @@ You now have a cluster and a database.
9595
9696
## Clean up resources
9797
98-
* If you plan to follow our other quickstarts and tutorials, keep the resources you created.
98+
* If you plan to follow our other articles, keep the resources you created.
9999
* To clean up resources, delete the cluster. When you delete a cluster, it also deletes all the databases in it. Use the following command to delete your cluster:
100100
101101
```azurecli-interactive
@@ -104,5 +104,4 @@ You now have a cluster and a database.
104104
105105
## Next steps
106106
107-
> [!div class="nextstepaction"]
108-
> [Quickstart: Ingest data using the Azure Data Explorer Python library](python-ingest-data.md)
107+
* [Ingest data using the Azure Data Explorer Python library](python-ingest-data.md)

articles/data-explorer/create-cluster-database-csharp.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: 'Quickstart: Create an Azure Data Explorer cluster and database by using C#'
2+
title: 'Create an Azure Data Explorer cluster and database by using C#'
33
description: Learn how to create an Azure Data Explorer cluster and database by using the C#
44
author: oflipman
55
ms.author: oflipman
66
ms.reviewer: orspodek
77
ms.service: data-explorer
8-
ms.topic: quickstart
9-
ms.date: 03/25/2019
8+
ms.topic: conceptual
9+
ms.date: 06/03/2019
1010
---
1111

1212
# Create an Azure Data Explorer cluster and database by using C#
@@ -19,7 +19,7 @@ ms.date: 03/25/2019
1919
> * [Python](create-cluster-database-python.md)
2020
>
2121
22-
Azure Data Explorer is a fast, fully managed data analytics service for real-time analysis on large volumes of data streaming from applications, websites, IoT devices, and more. To use Azure Data Explorer, you first create a cluster, and create one or more databases in that cluster. Then you ingest (load) data into a database so that you can run queries against it. In this quickstart, you create a cluster and a database by using C#.
22+
Azure Data Explorer is a fast, fully managed data analytics service for real-time analysis on large volumes of data streaming from applications, websites, IoT devices, and more. To use Azure Data Explorer, you first create a cluster, and create one or more databases in that cluster. Then you ingest (load) data into a database so that you can run queries against it. In this article, you create a cluster and a database by using C#.
2323

2424
## Prerequisites
2525

@@ -107,7 +107,7 @@ You now have a cluster and a database.
107107
108108
## Clean up resources
109109
110-
* If you plan to follow our other quickstarts and tutorials, keep the resources you created.
110+
* If you plan to follow our other articles, keep the resources you created.
111111
* To clean up resources, delete the cluster. When you delete a cluster, it also deletes all the databases in it. Use the following command to delete your cluster:
112112
113113
```C#-interactive
@@ -116,5 +116,4 @@ You now have a cluster and a database.
116116
117117
## Next steps
118118
119-
> [!div class="nextstepaction"]
120-
> [Quickstart: Ingest data using the Azure Data Explorer .NET Standard SDK (Preview)](net-standard-ingest-data.md)
119+
* [Ingest data using the Azure Data Explorer .NET Standard SDK (Preview)](net-standard-ingest-data.md)

articles/data-explorer/create-cluster-database-powershell.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: 'Quickstart: Create an Azure Data Explorer cluster and database by using PowerShell'
2+
title: 'Create an Azure Data Explorer cluster and database by using PowerShell'
33
description: Learn how to create an Azure Data Explorer cluster and database by using PowerShell
44
author: oflipman
55
ms.author: oflipman
66
ms.reviewer: orspodek
77
ms.service: data-explorer
8-
ms.topic: quickstart
9-
ms.date: 03/25/2019
8+
ms.topic: conceptual
9+
ms.date: 06/03/2019
1010
---
1111

1212

@@ -20,7 +20,7 @@ ms.date: 03/25/2019
2020
> * [Python](create-cluster-database-python.md)
2121
>
2222
23-
Azure Data Explorer is a fast, fully managed data analytics service for real-time analysis on large volumes of data streaming from applications, websites, IoT devices, and more. To use Azure Data Explorer, you first create a cluster, and create one or more databases in that cluster. Then you ingest (load) data into a database so that you can run queries against it. In this quickstart, you create a cluster and a database by using Powershell. You can run PowerShell cmdlets and scripts on Windows, Linux, or in [Azure Cloud Shell](../cloud-shell/overview.md) with [Az.Kusto](/powershell/module/az.kusto/?view=azps-1.4.0#kusto) to create and configure Azure Data Explorer clusters and databases.
23+
Azure Data Explorer is a fast, fully managed data analytics service for real-time analysis on large volumes of data streaming from applications, websites, IoT devices, and more. To use Azure Data Explorer, you first create a cluster, and create one or more databases in that cluster. Then you ingest (load) data into a database so that you can run queries against it. In this article, you create a cluster and a database by using Powershell. You can run PowerShell cmdlets and scripts on Windows, Linux, or in [Azure Cloud Shell](../cloud-shell/overview.md) with [Az.Kusto](/powershell/module/az.kusto/?view=azps-1.4.0#kusto) to create and configure Azure Data Explorer clusters and databases.
2424

2525
## Prerequisites
2626

@@ -30,7 +30,7 @@ If you don't have an Azure subscription, [create a free account](https://azure.m
3030

3131
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
3232

33-
If you choose to install and use the Azure CLI locally, this quickstart 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?view=azure-cli-latest).
33+
If you choose to install and use the Azure CLI locally, 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?view=azure-cli-latest).
3434

3535
## Configure parameters
3636

@@ -103,7 +103,7 @@ You now have a cluster and a database.
103103
104104
## Clean up resources
105105
106-
* If you plan to follow our other quickstarts and tutorials, keep the resources you created.
106+
* If you plan to follow our other articles, keep the resources you created.
107107
* To clean up resources, delete the cluster. When you delete a cluster, it also deletes all the databases in it. Use the following command to delete your cluster:
108108
109109
```azurepowershell-interactive
@@ -113,4 +113,4 @@ You now have a cluster and a database.
113113
## Next steps
114114
115115
* [Additional Az.Kusto commands](/powershell/module/az.kusto/?view=azps-1.7.0#kusto)
116-
* [Quickstart: Ingest data using the Azure Data Explorer .NET Standard SDK (Preview)](net-standard-ingest-data.md)
116+
* [Ingest data using the Azure Data Explorer .NET Standard SDK (Preview)](net-standard-ingest-data.md)

articles/data-explorer/create-cluster-database-python.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: 'Quickstart: Create an Azure Data Explorer cluster and database by using Python'
2+
title: 'Create an Azure Data Explorer cluster and database by using Python'
33
description: Learn how to create an Azure Data Explorer cluster and database by using Python.
44
author: oflipman
55
ms.author: oflipman
66
ms.reviewer: orspodek
77
ms.service: data-explorer
8-
ms.topic: quickstart
9-
ms.date: 03/25/2019
8+
ms.topic: conceptual
9+
ms.date: 06/03/2019
1010
---
1111

1212
# Create an Azure Data Explorer cluster and database by using Python
@@ -19,7 +19,7 @@ ms.date: 03/25/2019
1919
> * [Python](create-cluster-database-python.md)
2020
>
2121
22-
Azure Data Explorer is a fast, fully managed data analytics service for real-time analysis on large volumes of data streaming from applications, websites, IoT devices, and more. To use Azure Data Explorer, you first create a cluster, and create one or more databases in that cluster. Then you ingest (load) data into a database so that you can run queries against it. In this quickstart, you create a cluster and a database by using Python.
22+
Azure Data Explorer is a fast, fully managed data analytics service for real-time analysis on large volumes of data streaming from applications, websites, IoT devices, and more. To use Azure Data Explorer, you first create a cluster, and create one or more databases in that cluster. Then you ingest (load) data into a database so that you can run queries against it. In this article, you create a cluster and a database by using Python.
2323

2424
## Prerequisites
2525

@@ -114,7 +114,7 @@ You now have a cluster and a database.
114114

115115
## Clean up resources
116116

117-
* If you plan to follow our other quickstarts and tutorials, keep the resources you created.
117+
* If you plan to follow our other articles, keep the resources you created.
118118
* To clean up resources, delete the cluster. When you delete a cluster, it also deletes all the databases in it. Use the following command to delete your cluster:
119119

120120
```Python
@@ -123,5 +123,4 @@ You now have a cluster and a database.
123123

124124
## Next steps
125125

126-
> [!div class="nextstepaction"]
127-
> [Quickstart: Ingest data using the Azure Data Explorer Python library](python-ingest-data.md)
126+
* [Ingest data using the Azure Data Explorer Python library](python-ingest-data.md)

articles/data-explorer/ingest-data-event-grid.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
---
2-
title: 'Quickstart: Ingest Azure Blobs into Azure Data Explorer'
3-
description: In this quickstart, you learn how to send storage account data to Azure Data Explorer using an Event Grid subscription.
2+
title: 'Ingest Azure Blobs into Azure Data Explorer'
3+
description: In this article, you learn how to send storage account data to Azure Data Explorer using an Event Grid subscription.
44
author: radennis
55
ms.author: radennis
66
ms.reviewer: orspodek
77
ms.service: data-explorer
8-
ms.topic: quickstart
9-
ms.date: 01/30/2019
8+
ms.topic: conceptual
9+
ms.date: 06/03/2019
10+
1011
# Customer intent: As a database administrator, I want Azure Data Explorer to track my blob storage and ingest new blobs.
1112
---
1213

13-
# Quickstart: Ingest blobs into Azure Data Explorer by subscribing to Event Grid notifications
14+
# Ingest blobs into Azure Data Explorer by subscribing to Event Grid notifications
1415

1516
Azure Data Explorer is a fast and scalable data exploration service for log and telemetry data. It offers continuous ingestion (data loading) from blobs written to blob containers.
1617

17-
In this quickstart, you learn how to set an [Azure Event Grid](/azure/event-grid/overview) subscription, and route events to Azure Data Explorer via an event hub. To begin, you should have a storage account with an event grid subscription that sends notifications to Azure Event Hubs. Then you'll create an Event Grid data connection and see the data flow throughout the system.
18+
In this article, you learn how to set an [Azure Event Grid](/azure/event-grid/overview) subscription, and route events to Azure Data Explorer via an event hub. To begin, you should have a storage account with an event grid subscription that sends notifications to Azure Event Hubs. Then you'll create an Event Grid data connection and see the data flow throughout the system.
1819

1920
## Prerequisites
2021

@@ -153,7 +154,7 @@ Save the data into a file and upload it with this script:
153154
> [!NOTE]
154155
> Azure Data Explorer has an aggregation (batching) policy for data ingestion designed to optimize the ingestion process.
155156
By default, the policy is configured to 5 minutes.
156-
You’ll be able to alter the policy at a later time if needed. In this quickstart you can expect a latency of a few minutes.
157+
You’ll be able to alter the policy at a later time if needed. In this article you can expect a latency of a few minutes.
157158

158159
1. In the Azure portal, under your event grid, you see the spike in activity while the app is running.
159160

@@ -192,5 +193,4 @@ If you don't plan to use your event grid again, clean up **test-hub-rg**, to avo
192193
193194
## Next steps
194195
195-
> [!div class="nextstepaction"]
196-
> [Quickstart: Query data in Azure Data Explorer](web-query-data.md)
196+
* [Query data in Azure Data Explorer](web-query-data.md)

articles/data-explorer/ingest-data-event-hub.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: 'Quickstart: Ingest data from Event Hub into Azure Data Explorer'
3-
description: 'In this quickstart, you learn how to ingest (load) data into Azure Data Explorer from Event Hub.'
2+
title: 'Ingest data from Event Hub into Azure Data Explorer'
3+
description: 'In this article, you learn how to ingest (load) data into Azure Data Explorer from Event Hub.'
44
author: orspod
55
ms.author: orspodek
66
ms.reviewer: mblythe
77
ms.service: data-explorer
8-
ms.topic: quickstart
9-
ms.date: 05/29/2019
8+
ms.topic: conceptual
9+
ms.date: 06/03/2019
1010

1111
# Customer intent: As a database administrator, I want to ingest data into Azure Data Explorer from an event hub, so I can analyze streaming data.
1212
---
1313

14-
# Quickstart: Ingest data from Event Hub into Azure Data Explorer
14+
# Ingest data from Event Hub into Azure Data Explorer
1515

16-
Azure Data Explorer is a fast and highly scalable data exploration service for log and telemetry data. Azure Data Explorer offers ingestion (data loading) from Event Hubs, a big data streaming platform and event ingestion service. [Event Hubs](/azure/event-hubs/event-hubs-about) can process millions of events per second in near real-time. In this quickstart, you create an event hub, connect to it from Azure Data Explorer and see data flow through the system.
16+
Azure Data Explorer is a fast and highly scalable data exploration service for log and telemetry data. Azure Data Explorer offers ingestion (data loading) from Event Hubs, a big data streaming platform and event ingestion service. [Event Hubs](/azure/event-hubs/event-hubs-about) can process millions of events per second in near real-time. In this article, you create an event hub, connect to it from Azure Data Explorer and see data flow through the system.
1717

1818
## Prerequisites
1919

@@ -31,11 +31,11 @@ Sign in to the [Azure portal](https://portal.azure.com/).
3131

3232
## Create an event hub
3333

34-
In this quickstart, you generate sample data and send it to an event hub. The first step is to create an event hub. You do this by using an Azure Resource Manager template in the Azure portal.
34+
In this article, you generate sample data and send it to an event hub. The first step is to create an event hub. You do this by using an Azure Resource Manager template in the Azure portal.
3535

3636
1. To create an event hub, use the following button to start the deployment. Right-click and select **Open in new window**, so you can follow the rest of the steps in this article.
3737

38-
[![Deploy to Azure](media/ingest-data-event-hub/deploybutton.png)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F201-event-hubs-create-event-hub-and-consumer-group%2Fazuredeploy.json)
38+
[![Deploy to Azure](media/ingest-data-event-hub/deploybutton.png)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstarts-templates%2Fmaster%2F201-event-hubs-create-event-hub-and-consumer-group%2Fazuredeploy.json)
3939

4040
The **Deploy to Azure** button takes you to the Azure portal to fill out a deployment form.
4141

@@ -55,7 +55,7 @@ In this quickstart, you generate sample data and send it to an event hub. The fi
5555
|---|---|---|
5656
| Subscription | Your subscription | Select the Azure subscription that you want to use for your event hub.|
5757
| Resource group | *test-hub-rg* | Create a new resource group. |
58-
| Location | *West US* | Select *West US* for this quickstart. For a production system, select the region that best meets your needs. Create the event hub namespace in the same Location as the Kusto cluster for best performance (most important for event hub namespaces with high throughput).
58+
| Location | *West US* | Select *West US* for this article. For a production system, select the region that best meets your needs. Create the event hub namespace in the same Location as the Kusto cluster for best performance (most important for event hub namespaces with high throughput).
5959
| Namespace name | A unique namespace name | Choose a unique name that identifies your namespace. For example, *mytestnamespace*. The domain name *servicebus.windows.net* is appended to the name you provide. The name can contain only letters, numbers, and hyphens. The name must start with a letter, and it must end with a letter or number. The value must be between 6 and 50 characters long.
6060
| Event hub name | *test-hub* | The event hub sits under the namespace, which provides a unique scoping container. The event hub name must be unique within the namespace. |
6161
| Consumer group name | *test-group* | Consumer groups enable multiple consuming applications to each have a separate view of the event stream. |
@@ -202,5 +202,4 @@ If you don't plan to use your event hub again, clean up **test-hub-rg**, to avoi
202202
203203
## Next steps
204204
205-
> [!div class="nextstepaction"]
206-
> [Quickstart: Query data in Azure Data Explorer](web-query-data.md)
205+
* [Query data in Azure Data Explorer](web-query-data.md)

0 commit comments

Comments
 (0)