Skip to content

Commit 3ea1a87

Browse files
committed
Vnet article
1 parent f1de430 commit 3ea1a87

File tree

10 files changed

+47
-75
lines changed

10 files changed

+47
-75
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Sign in to the [Azure portal](https://portal.azure.com/).
3535

3636
Create an Azure Data Explorer cluster with a defined set of compute and storage resources in an Azure resource group.
3737

38-
1. Select the **Create a resource** button (+) in the upper-left corner of the portal.
38+
1. Select the **+ Create a resource** button in the upper-left corner of the portal.
3939

4040
1. Search for *Azure Data Explorer*.
4141

@@ -53,7 +53,7 @@ Create an Azure Data Explorer cluster with a defined set of compute and storage
5353
| Resource group | Your resource group | Use an existing resource group or create a new resource group. |
5454
| Cluster name | A unique cluster name | Choose a unique name that identifies your cluster. The domain name *[region].kusto.windows.net* is appended to the cluster name you provide. The name can contain only lowercase letters and numbers. It must contain from 4 to 22 characters.
5555
| Region | *West US* or *West US 2* | Select *West US* or *West US 2* (if using availability zones) for this quickstart. For a production system, select the region that best meets your needs.
56-
| Availability zones | *1*, *2*, and/or *3* | Place the cluster instances in various availability zones in the same region (optional). [Azure Availability Zones](/azure/availability-zones/az-overview) are unique physical locations within the same Azure region. They protect an Azure Data Explorer cluster and data from partial region failure. The cluster nodes are created, by default, in the same data center. By selecting several availability zones you can eliminate a single point of failure and ensure high availability. Deployment to availability zones is possible only during cluster creation and cant be modified at a later date.
56+
| Availability zones | *1*, *2*, and/or *3* | Place the cluster instances in various availability zones in the same region (optional). [Azure Availability Zones](/azure/availability-zones/az-overview) are unique physical locations within the same Azure region. They protect an Azure Data Explorer cluster and data from partial region failure. The cluster nodes are created, by default, in the same data center. By selecting several availability zones you can eliminate a single point of failure and ensure high availability. Deployment to availability zones is possible only during cluster creation and can't be modified at a later date.
5757
| Compute specifications | *D13_v2* | Select the lowest price specification for this quickstart. For a production system, select the specification that best meets your needs.
5858
| | | |
5959

8.23 KB
Loading
3.77 KB
Loading
2.78 KB
Loading
12.2 KB
Loading
9.61 KB
Loading
3.6 KB
Loading
3.03 KB
Loading
5.64 KB
Loading

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

Lines changed: 45 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,19 @@ Azure Data Explorer supports deploying a cluster into a subnet in your virtual n
2626

2727
To create the network security group:
2828

29-
1. Select the **Create a resource** button (+) in the upper-left corner of the portal.
29+
1. Select the **+ Create a resource** button in the upper-left corner of the portal.
3030
1. Search for *Network Security Group*.
3131
1. Under **Network Security Group**, at the bottom of the screen, select **Create**.
32-
1. Fill out basic deatils with the following information.
32+
1. In the **Create network security group** window, fill out the following information.
33+
3334
![Create NSG form](media/vnet-create-cluster-portal/network-security-group.png)
35+
3436
**Setting** | **Suggested value** | **Field description**
3537
|---|---|---|
3638
| Subscription | Your subscription | Select the Azure subscription that you want to use for your cluster.|
3739
| Resource group | Your resource group | Use an existing resource group or create a new resource group. |
38-
| Name | AzureDataExplorerNsg | Choose a name that identifies your Network Security Group (NSG) in the resource group.
39-
| Region | *West US* | Select *West US* for this quickstart. For a production system, select the region that best meets your needs.
40+
| Name | AzureDataExplorerNsg | Choose a name that identifies your Network Security Group (NSG) in the resource group. |
41+
| Region | *West US* | Select the region that best meets your needs.
4042
| | | |
4143

4244
1. Select **Review + create** to review your cluster details, and **Create** to provision the cluster.
@@ -45,9 +47,8 @@ To create the network security group:
4547

4648
![Go to resource](media/vnet-create-cluster-portal/notification-nsg.png)
4749

48-
1. On the **Inbound security rules** tab, select **+Add**.
49-
1. Fill out the form with the following details:
50-
1. Fill out the form with the following information.
50+
1. In the **Inbound security rules** tab, select **+Add**.
51+
1. In the **Add inbound security rule** window, fill out the following information.
5152

5253
![Create NSG inbound rule form](media/vnet-create-cluster-portal/nsg-inbound-rule.png)
5354

@@ -64,124 +65,95 @@ To create the network security group:
6465
| Name | AllowAzureDataExplorerManagement
6566
| | |
6667

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)
68+
1. Repeat the previous two steps for all inbound and outbound dependencies according to [dependencies for VNet deployment](/azure/data-explorer/vnet-deloyment#dependencies-for-vnet-deployment)
6869

69-
The NSG should look like this:
70-
![Create cluster form](media/vnet-create-cluster-portal/nsg-rules.png)
70+
The NSG rules for inbound and outbound dependencies should look like this:
7171

72-
Alternatively, outbound rules can be replaced with single Rule to allow *Internet* for the ports 443,80
72+
![NSG rules](media/vnet-create-cluster-portal/nsg-rules.png)
7373

74-
## Create Public IP addresses
74+
Alternatively, outbound rules can be replaced with single rule to allow *Internet* for ports 443 and 80.
7575

76-
To create the query (Engine) public IP address:
76+
## Create public IP addresses
7777

78-
1. Select the **Create a resource** button (+) in the upper-left corner of the portal.
78+
To create the query (Engine) public IP addresses:
79+
80+
1. Select the **+ Create a resource** button in the upper-left corner of the portal.
7981
1. Search for *Network Security Group*.
8082
1. Under **Public IP address**, at the bottom of the screen, select **Create**.
81-
1. Fill out basic deatils with the following information.
83+
1. In the **Create public IP address** pane, complete the following information.
8284

8385
![Create public IP form](media/vnet-create-cluster-portal/public-ip-blade.png)
86+
8487
**Setting** | **Suggested value** | **Field description**
8588
|---|---|---|
86-
| IP Version | IPv4 | Select IP version, We support IPv4 only.|
87-
| Sku | Standard | We require **Standard** for query (Engine) URI endpoint |
88-
| Name | engine-pip | Choose a name that identifies your Public IP address in the resource group.
89+
| IP Version | IPv4 | Select the IP version. We only support IPv4.|
90+
| Sku | Standard | We require **Standard** for query (Engine) URI endpoint. |
91+
| Name | engine-pip | Choose a name that identifies your public IP address in the resource group.
8992
| Subscription | Your subscription | Select the Azure subscription that you want to use for your public IP.|
9093
| Resource group | Your resource group | Use an existing resource group or create a new resource group. |
9194
| Location | *West US* | Select the region that best meets your needs.
9295
| | | |
9396

94-
1. Select **Create** to create the Public IP address.
97+
1. Select **Create** to create the public IP address.
9598

96-
To create the ingestion (Data Management) public IP address follow the same instructions and select **Basic** for **Sku** and **Static** for **IP address assignment**
99+
1. To create the ingestion (Data Management) public IP address follow the same instructions and select
100+
* **Sku**: **Basic**
101+
* **IP address assignment**: **Static**
97102

98103
## Create Virtual Network and subnet
99104

100-
To create the virtual network and subnet, follow these steps:
105+
To create the virtual network and subnet:
101106

102-
1. Select the **Create a resource** button (+) in the upper-left corner of the portal.
107+
1. Select the **+ Create a resource** button in the upper-left corner of the portal.
103108
1. Search for *Virtual Network*.
104109
1. Under **Virtual Network**, at the bottom of the screen, select **Create**.
105-
1. Fill out basic deatils with the following information.
106-
![Create cluster form](media/vnet-create-cluster-portal/vnet-blade.png)
110+
1. In the **Create virtual network** window, complete the following information.
111+
112+
![Create virtual network form](media/vnet-create-cluster-portal/vnet-blade.png)
113+
107114
**Setting** | **Suggested value** | **Field description**
108115
|---|---|---|
109116
| Subscription | Your subscription | Select the Azure subscription that you want to use for your cluster.|
110117
| Resource group | Your resource group | Use an existing resource group or create a new resource group. |
111118
| Name | AzureDataExplorerVnet | Choose a name that identifies your virtual network in the resource group.
112-
| Region | *West US* | Select *West US* for this quickstart. For a production system, select the region that best meets your needs.
119+
| Region | *West US* | Select the region that best meets your needs.
113120
| | | |
114121

115122
> [!NOTE]
116-
> For production workloads please plan your subnet size according to [Plan subnet size in your VNet](/azure/data-explorer/vnet-deloyment#plan-subnet-size-in-your-vnet)
123+
> For production workloads, plan your subnet size according to [plan subnet size in your VNet](/azure/data-explorer/vnet-deloyment#plan-subnet-size-in-your-vnet)
117124
118125
1. Select **Review + create** to review your cluster details, and **Create** to provision the cluster.
119126

120127
1. When the deployment is complete, select **Go to resource**.
121-
122-
![Go to resource](media/vnet-create-cluster-portal/notification-vnet.png)
123-
124-
1. Go to **Subnets** blade and select **default** subnet
128+
1. Go to **Subnets** blade and select the **default** subnet.
125129

126-
![Go to resource](media/vnet-create-cluster-portal/subnets.png)
130+
![Subnets blade](media/vnet-create-cluster-portal/subnets.png)
127131

128-
1. Select **Network Security Group** and select **AzureDataExplorerNsg** and hit **Save**
132+
1. In your **default** subnet window, select **Network Security Group** and then select your network security group name, in this case **AzureDataExplorerNsg**. Select **Save**.
129133

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

132136
## Create a cluster
133137

134-
Create an Azure Data Explorer cluster with a defined set of compute and storage resources in an Azure resource group.
135-
136-
1. Select the **Create a resource** button (+) in the upper-left corner of the portal.
137-
138-
1. Search for *Azure Data Explorer*.
139-
140-
![Search resources](media/create-cluster-database-portal/search-resources.png)
141-
142-
1. Under **Azure Data Explorer**, at the bottom of the screen, select **Create**.
143-
144-
1. Fill out the basic cluster details with the following information.
138+
Create an Azure Data Explorer cluster with a defined set of compute and storage resources in an Azure resource group as described in [create a cluster](create-cluster-database-portal.md#create-a-cluster).
145139

146-
![Create cluster form](media/vnet-create-cluster-portal/create-cluster-form-basics.png)
147-
148-
**Setting** | **Suggested value** | **Field description**
149-
|---|---|---|
150-
| Subscription | Your subscription | Select the Azure subscription that you want to use for your cluster.|
151-
| Resource group | Your resource group | Use an existing resource group or create a new resource group. |
152-
| Name | A unique cluster name | Choose a unique name that identifies your cluster. The domain name *[region].kusto.windows.net* is appended to the cluster name you provide. The name can contain only lowercase letters and numbers. It must contain from 4 to 22 characters.
153-
| Region | *West US* | Select *West US* for this quickstart. For a production system, select the region that best meets your needs.
154-
| Compute specifications | *Standard_D11_v2* | Select the lowest price specification for this quickstart. For a production system, select the specification that best meets your needs.
155-
| | | |
156-
157-
1. Select **Network** to provide virtual network deatils.
158-
159-
1. Fill out the resources created in previous steps:
140+
1. Prior to finalizing cluster creation, in the **Create an Azure Data Explorer cluster** window, select the **Network** tab to provide virtual network details using the resources created in the previous tabs:
160141

161142
![Create cluster vnet form](media/vnet-create-cluster-portal/create-cluster-form-vnet.png)
162143

163144
**Setting** | **Suggested value** | **Field description**
164145
|---|---|---|
165146
| Subscription | Your subscription | Select the Azure subscription that you want to use for networking resources.|
166-
| Virtual Network | AzureDataExplorerVnet | Choose the virtual network created in previous step.
167-
| Subnet | default | Choose the subnet created in previous step.
168-
| Query Public IP | engine-pip | Choose the query Public IP created in previous step.
169-
| Data ingestion Public IP | dm-pip | Choose ingestion Public IP created in previous step.
147+
| Virtual Network | AzureDataExplorerVnet | Choose the virtual network created in the previous steps.
148+
| Subnet | default | Choose the subnet created in the previous steps.
149+
| Query Public IP | engine-pip | Choose the query public IP created in the previous steps.
150+
| Data ingestion Public IP | dm-pip | Choose the ingestion public IP created in the previous steps.
170151
| | | |
171152

153+
1. Select **Review + create** to create your cluster.
172154
1. When the deployment is complete, select **Go to resource**.
173155

174-
![Go to resource](media/create-cluster-database-portal/notification-resource.png)
175-
176-
To deploy Azure Data Explorer cluster into your virtual network, use the [Deploy Azure Data Explorer cluster into your VNet](https://azure.microsoft.com/resources/templates/101-kusto-vnet/) Azure Resource Manager template.
177-
178-
## Clean up resources
179-
180-
If you plan to follow other articles, keep the resources you created. Otherwise, clean up your resource group, to avoid incurring costs.
181-
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.
183-
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.
156+
To deploy your Azure Data Explorer cluster into your virtual network, use the [Deploy Azure Data Explorer cluster into your VNet](https://azure.microsoft.com/resources/templates/101-kusto-vnet/) Azure Resource Manager template.
185157

186158
## Next steps
187159

0 commit comments

Comments
 (0)