Skip to content

Commit f1de430

Browse files
committed
fixed img links
1 parent 8935798 commit f1de430

File tree

1 file changed

+31
-33
lines changed

1 file changed

+31
-33
lines changed

articles/data-explorer/vnet-create-cluster-portal.md

Lines changed: 31 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,36 @@
11
---
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
77
ms.service: data-explorer
8-
ms.topic: quickstart
9-
ms.date: 07/22/2019
8+
ms.topic: conceptual
9+
ms.date: 03/24/2020
1010

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.
1212
---
1313

14+
# Create an Azure Data Explorer cluster in your virtual network
1415

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.
1617

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
1819

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/).
2022

21-
## Sign in to the Azure portal
23+
## Create Network Security Group (NSG)
2224

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.
2426

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>
2927
To create the network security group:
3028

3129
1. Select the **Create a resource** button (+) in the upper-left corner of the portal.
3230
1. Search for *Network Security Group*.
3331
1. Under **Network Security Group**, at the bottom of the screen, select **Create**.
3432
1. Fill out basic deatils with the following information.
35-
![Create NSG form](media/create-cluster-vnet-portal/network-security-group.png)
33+
![Create NSG form](media/vnet-create-cluster-portal/network-security-group.png)
3634
**Setting** | **Suggested value** | **Field description**
3735
|---|---|---|
3836
| Subscription | Your subscription | Select the Azure subscription that you want to use for your cluster.|
@@ -45,13 +43,13 @@ To create the network security group:
4543

4644
1. When the deployment is complete, select **Go to resource**.
4745

48-
![Go to resource](media/create-cluster-vnet-portal/notification-nsg.png)
46+
![Go to resource](media/vnet-create-cluster-portal/notification-nsg.png)
4947

5048
1. On the **Inbound security rules** tab, select **+Add**.
5149
1. Fill out the form with the following details:
5250
1. Fill out the form with the following information.
5351

54-
![Create NSG inbound rule form](media/create-cluster-vnet-portal/nsg-inbound-rule.png)
52+
![Create NSG inbound rule form](media/vnet-create-cluster-portal/nsg-inbound-rule.png)
5553

5654
**Setting** | **Suggested value**
5755
|---|---|
@@ -66,10 +64,10 @@ To create the network security group:
6664
| Name | AllowAzureDataExplorerManagement
6765
| | |
6866

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)
7068

7169
The NSG should look like this:
72-
![Create cluster form](media/create-cluster-vnet-portal/nsg-rules.png)
70+
![Create cluster form](media/vnet-create-cluster-portal/nsg-rules.png)
7371

7472
Alternatively, outbound rules can be replaced with single Rule to allow *Internet* for the ports 443,80
7573

@@ -82,15 +80,15 @@ To create the query (Engine) public IP address:
8280
1. Under **Public IP address**, at the bottom of the screen, select **Create**.
8381
1. Fill out basic deatils with the following information.
8482

85-
![Create public IP form](media/create-cluster-vnet-portal/public-ip-blade.png)
83+
![Create public IP form](media/vnet-create-cluster-portal/public-ip-blade.png)
8684
**Setting** | **Suggested value** | **Field description**
8785
|---|---|---|
8886
| IP Version | IPv4 | Select IP version, We support IPv4 only.|
8987
| Sku | Standard | We require **Standard** for query (Engine) URI endpoint |
9088
| Name | engine-pip | Choose a name that identifies your Public IP address in the resource group.
9189
| Subscription | Your subscription | Select the Azure subscription that you want to use for your public IP.|
9290
| Resource group | Your resource group | Use an existing resource group or create a new resource group. |
93-
| Location | *West US* | Select *West US* for this quickstart. For a production system, select the region that best meets your needs.
91+
| Location | *West US* | Select the region that best meets your needs.
9492
| | | |
9593

9694
1. Select **Create** to create the Public IP address.
@@ -105,7 +103,7 @@ To create the virtual network and subnet, follow these steps:
105103
1. Search for *Virtual Network*.
106104
1. Under **Virtual Network**, at the bottom of the screen, select **Create**.
107105
1. Fill out basic deatils with the following information.
108-
![Create cluster form](media/create-cluster-vnet-portal/vnet-blade.png)
106+
![Create cluster form](media/vnet-create-cluster-portal/vnet-blade.png)
109107
**Setting** | **Suggested value** | **Field description**
110108
|---|---|---|
111109
| Subscription | Your subscription | Select the Azure subscription that you want to use for your cluster.|
@@ -121,15 +119,15 @@ To create the virtual network and subnet, follow these steps:
121119

122120
1. When the deployment is complete, select **Go to resource**.
123121

124-
![Go to resource](media/create-cluster-vnet-portal/notification-vnet.png)
122+
![Go to resource](media/vnet-create-cluster-portal/notification-vnet.png)
125123

126124
1. Go to **Subnets** blade and select **default** subnet
127125

128-
![Go to resource](media/create-cluster-vnet-portal/subnets.png)
126+
![Go to resource](media/vnet-create-cluster-portal/subnets.png)
129127

130128
1. Select **Network Security Group** and select **AzureDataExplorerNsg** and hit **Save**
131129

132-
![Go to resource](media/create-cluster-vnet-portal/subnet-nsg.png)
130+
![Go to resource](media/vnet-create-cluster-portal/subnet-nsg.png)
133131

134132
## Create a cluster
135133

@@ -145,7 +143,7 @@ Create an Azure Data Explorer cluster with a defined set of compute and storage
145143

146144
1. Fill out the basic cluster details with the following information.
147145

148-
![Create cluster form](media/create-cluster-vnet-portal/create-cluster-form-basics.png)
146+
![Create cluster form](media/vnet-create-cluster-portal/create-cluster-form-basics.png)
149147

150148
**Setting** | **Suggested value** | **Field description**
151149
|---|---|---|
@@ -160,7 +158,7 @@ Create an Azure Data Explorer cluster with a defined set of compute and storage
160158

161159
1. Fill out the resources created in previous steps:
162160

163-
![Create cluster vnet form](media/create-cluster-vnet-portal/create-cluster-form-vnet.png)
161+
![Create cluster vnet form](media/vnet-create-cluster-portal/create-cluster-form-vnet.png)
164162

165163
**Setting** | **Suggested value** | **Field description**
166164
|---|---|---|
@@ -179,13 +177,13 @@ To deploy Azure Data Explorer cluster into your virtual network, use the [Deploy
179177

180178
## Clean up resources
181179

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.
183181

184182
1. In the Azure portal, select **Resource groups** on the far left, and then select the resource group that contains your Data Explorer cluster.
185183

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.
187185

188186
## Next steps
189187

190188
> [!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

Comments
 (0)