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: articles/data-explorer/vnet-create-cluster-portal.md
+31-33Lines changed: 31 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,38 +1,36 @@
1
1
---
2
-
title: 'Quickstart: Create an Azure Data Explorer cluster & DB'
3
-
description: 'In this quickstart, you learn how to create an Azure Data Explorer cluster and database, and ingest (load) data.'
4
-
author: basaba
5
-
ms.author: basaba
6
-
ms.reviewer: orspodek
2
+
title: Create an Azure Data Explorer cluster & DB in your virtual network
3
+
description: 'In this article, you learn how to create an Azure Data Explorer cluster in your virtual network.'
4
+
author: orspod
5
+
ms.author: orspodek
6
+
ms.reviewer: basaba
7
7
ms.service: data-explorer
8
-
ms.topic: quickstart
9
-
ms.date: 07/22/2019
8
+
ms.topic: conceptual
9
+
ms.date: 03/24/2020
10
10
11
-
#Customer intent: As a database administrator, I want to create an Azure Data Explorer cluster and database so that I can understand whether Azure Data Explorer is suitable for my analytics projects.
11
+
#Customer intent: As a database administrator, I want to create an Azure Data Explorer cluster and database in my virtual network.
12
12
---
13
13
14
+
# Create an Azure Data Explorer cluster in your virtual network
14
15
15
-
# Quickstart: Create an Azure Data Explorer in your VirtualNetwork
16
+
Azure Data Explorer supports deploying a cluster into a subnet in your virtual network (VNet). This capability enables you to access the cluster privately from your Azure virtual network or on-premise, access resource such as Event Hub and Storage inside your virtual network, and restrict inbound and outbound traffic.
16
17
17
-
Azure Data Explorer supports deploying a cluster into a subnet in your Virtual Network (VNet). This capability enables you to access the cluster privately from your Azure Virtual Network or on-premise, access resource inside your Virtual Network (EventHub/Storage) and restrict the inbound and outbound traffic.
18
+
## Prerequisites
18
19
19
-
If you don't have an Azure subscription, create a [free Azure account](https://azure.microsoft.com/free/) before you begin.
20
+
* If you don't have an Azure subscription, create a [free Azure account](https://azure.microsoft.com/free/) before you begin.
21
+
* Sign in to the [Azure portal](https://portal.azure.com/).
20
22
21
-
## Sign in to the Azure portal
23
+
## Create Network Security Group (NSG)
22
24
23
-
Sign in to the [Azure portal](https://portal.azure.com/).
25
+
[Network Security Groups (NSG)](/azure/virtual-network/security-overview) provide the ability to control network access within a VNet. Azure Data Explorer can be accessed using two endpoints HTTPs (443) and TDS (1433). The following NSG rules must be configured to allow access to these endpoints for management, monitoring, and proper operation of your cluster.
24
26
25
-
## Create Network Secuirty Group (NSG)
26
-
27
-
[Network Security Groups (NSG)](/azure/virtual-network/security-overview) provide the ability to control network access within a VNet. Azure Data Explorer can be accessed using two endpoints: HTTPs (443) and TDS (1433). The following NSG rules must be configured to allow access to these endpoints for management, monitoring, and proper operation of your cluster.
28
-
<br>
29
27
To create the network security group:
30
28
31
29
1. Select the **Create a resource** button (+) in the upper-left corner of the portal.
32
30
1. Search for *Network Security Group*.
33
31
1. Under **Network Security Group**, at the bottom of the screen, select **Create**.
34
32
1. Fill out basic deatils with the following information.
@@ -66,10 +64,10 @@ To create the network security group:
66
64
| Name | AllowAzureDataExplorerManagement
67
65
|||
68
66
69
-
1. Do the same steps for all inbound and outbound dependencies according to [Dependencies for VNet deployment](/azure/data-explorer/vnet-deloyment#dependencies-for-vnet-deployment)
67
+
1. Do the same steps for all inbound and outbound dependencies according to [dependencies for VNet deployment](/azure/data-explorer/vnet-deloyment#dependencies-for-vnet-deployment)
@@ -179,13 +177,13 @@ To deploy Azure Data Explorer cluster into your virtual network, use the [Deploy
179
177
180
178
## Clean up resources
181
179
182
-
If you plan to follow other quickstarts and tutorials, keep the resources you created. Otherwise, clean up your resource group, to avoid incurring costs.
180
+
If you plan to follow other articles, keep the resources you created. Otherwise, clean up your resource group, to avoid incurring costs.
183
181
184
182
1. In the Azure portal, select **Resource groups** on the far left, and then select the resource group that contains your Data Explorer cluster.
185
183
186
-
1. Select **Delete resource group** to delete the entire resource group. If using an existing resource group, you can choose to only delete the Data Explorer cluster.
184
+
1. Select **Delete resource group** to delete the entire resource group. If you are using an existing resource group, you can choose to only delete the Azure Data Explorer cluster.
187
185
188
186
## Next steps
189
187
190
188
> [!div class="nextstepaction"]
191
-
> [Quickstart: Ingest data from Event Hub into Azure Data Explorer](ingest-data-event-hub.md)
189
+
> [Deploy Azure Data Explorer into your Virtual Network](vnet-create-cluster-portal.md)
0 commit comments