Skip to content

Commit cb488b9

Browse files
committed
Acrolinx updates
1 parent 1c198a8 commit cb488b9

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

articles/cloud-shell/quickstart-deploy-vnet.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,37 @@ ms.contributor: jahelmic
44
ms.date: 09/29/2023
55
ms.topic: article
66
ms.custom: devx-track-arm-template
7-
title: Deploy Azure Cloud Shell in a VNET with quickstart templates
7+
title: Deploy Azure Cloud Shell in a virtual network with quickstart templates
88
---
99

10-
# Deploy Azure Cloud Shell in a VNET with quickstart templates
10+
# Deploy Azure Cloud Shell in a virtual network with quickstart templates
1111

12-
Before you can deploy Azure Cloud Shell in a virtual network (VNET) configuration using the
12+
Before you can deploy Azure Cloud Shell in a virtual network (VNet) configuration using the
1313
quickstart templates, there are several prerequisites to complete before running the templates.
1414

1515
This document guides you through the process to complete the configuration.
1616

17-
## Steps to deploy Azure Cloud Shell in a VNET
17+
## Steps to deploy Azure Cloud Shell in a virtual network
1818

19-
This article walks you through the following steps to deploy Azure Cloud Shell in a VNET:
19+
This article walks you through the following steps to deploy Azure Cloud Shell in a virtual network:
2020

2121
1. Collect the required information
22-
1. Provision the virtual networks using the **Azure Cloud Shell - VNet** ARM template
23-
1. Provision the VNET storage account using the **Azure Cloud Shell - VNet storage** ARM template
24-
1. Configure and use Azure Cloud Shell in a VNET
22+
1. Create the virtual networks using the **Azure Cloud Shell - VNet** ARM template
23+
1. Create the virtual network storage account using the **Azure Cloud Shell - VNet storage** ARM template
24+
1. Configure and use Azure Cloud Shell in a virtual network
2525

2626
## 1. Collect the required information
2727

2828
There are several pieces of information that you need to collect before you can deploy Azure Cloud.
2929
You can use the default Azure Cloud Shell instance to gather the required information and create the
30-
necessary resources. You should create dedicated resources for the Azure Cloud Shell VNET
30+
necessary resources. You should create dedicated resources for the Azure Cloud Shell VNet
3131
deployment. All resources must be in the same Azure region and contained in the same resource group.
3232

3333
- **Subscription** - The name of your subscription containing the resource group used for the Azure
34-
Cloud Shell VNET deployment
35-
- **Resource Group** - The name of the resource group used for the Azure Cloud Shell VNET deployment
34+
Cloud Shell VNet deployment
35+
- **Resource Group** - The name of the resource group used for the Azure Cloud Shell VNet deployment
3636
- **Region** - The location of the resource group
37-
- **Virtual Network** - The name of the virtual network created for Azure Cloud Shell VNET
37+
- **Virtual Network** - The name of the virtual network created for Azure Cloud Shell VNet
3838
- **Azure Container Instance OID** - The ID of the Azure Container Instance for your resource group
3939
- **Azure Relay Namespace** - The name that you want to assign to the Relay resource created by the
4040
template
@@ -104,7 +104,7 @@ Register-AzResourceProvider -ProviderNamespace Microsoft.ContainerInstance
104104

105105
### Azure Container Instance ID
106106

107-
To configure the VNET for Cloud Shell using the quickstarts, retrieve the `Azure Container Instance`
107+
To configure the virtual network for Cloud Shell using the quickstarts, retrieve the `Azure Container Instance`
108108
ID for your organization.
109109

110110
```powershell
@@ -120,7 +120,7 @@ Azure Container Instance Service 8fe7fd25-33fe-4f89-ade3-0e705fcf4370 34fbe509-d
120120
Take note of the **Id** value for the `Azure Container Instance` service principal. It's needed for
121121
the **Azure Cloud Shell - VNet storage** template.
122122

123-
## 2. Provision the virtual network using the ARM template
123+
## 2. Create the virtual network using the ARM template
124124

125125
Use the [Azure Cloud Shell - VNet][08] template to create Cloud Shell resources in a virtual
126126
network. The template creates three subnets under the virtual network created earlier. You may
@@ -136,10 +136,10 @@ information in the form.
136136
Information needed for the template:
137137

138138
- **Subscription** - The name of your subscription containing the resource group for Azure Cloud
139-
Shell VNET
139+
Shell VNet
140140
- **Resource Group** - The resource group name of either an existing or newly created resource group
141141
- **Region** - Location of the resource group
142-
- **Virtual Network** - The name of the virtual network created for Azure Cloud Shell VNET
142+
- **Virtual Network** - The name of the virtual network created for Azure Cloud Shell virtual network
143143
- **Azure Container Instance OID** - The ID of the Azure Container Instance for your resource group
144144

145145
Fill out the form with the following information:
@@ -152,7 +152,7 @@ Fill out the form with the following information:
152152
| Instance details | Value |
153153
| ------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
154154
| Region | Prefilled with your default region.<br>For this example, we're using `East US`. |
155-
| Existing VNET Name | Fill in the value from the prerequisite information you gathered.<br>For this example, we're using `vnet-cloudshell-eastus`. |
155+
| Existing virtual network Name | Fill in the value from the prerequisite information you gathered.<br>For this example, we're using `vnet-cloudshell-eastus`. |
156156
| Relay Namespace Name | Create a name that you want to assign to the Relay resource created by the template.<br>For this example, we're using `arn-cloudshell-eastus`. |
157157
| Azure Container Instance OID | Fill in the value from the prerequisite information you gathered.<br>For this example, we're using `8fe7fd25-33fe-4f89-ade3-0e705fcf4370`. |
158158
| Container Subnet Name | Defaults to `cloudshellsubnet`. Enter the name of the subnet for your container. |
@@ -168,21 +168,21 @@ Fill out the form with the following information:
168168
Once the form is complete, select **Review + Create** and deploy the network ARM template to your
169169
subscription.
170170

171-
## 3. Provision the VNET storage using the ARM template
171+
## 3. Create the virtual network storage using the ARM template
172172

173173
Use the [Azure Cloud Shell - VNet storage][09] template to create Cloud Shell resources in a virtual
174-
network. The template creates the storage account and assigns it to the private VNET.
174+
network. The template creates the storage account and assigns it to the private virtual network.
175175

176176
The ARM template requires specific information about the resources you created earlier, along
177177
with naming information for new resources.
178178

179179
Information needed for the template:
180180

181181
- **Subscription** - The name of the subscription containing the resource group for Azure Cloud
182-
Shell VNET.
182+
Shell virtual network.
183183
- **Resource Group** - The resource group name of either an existing or newly created resource group
184184
- **Region** - Location of the resource group
185-
- **Existing VNET name** - The name of the virtual network created earlier
185+
- **Existing virtual network name** - The name of the virtual network created earlier
186186
- **Existing Storage Subnet Name** - The name of the storage subnet created with the Network
187187
quickstart template
188188
- **Existing Container Subnet Name** - The name of the container subnet created with the Network
@@ -198,7 +198,7 @@ Fill out the form with the following information:
198198
| Instance details | Value |
199199
| ------------------------------ | ------------------------------------------------------------------------------------------------ |
200200
| Region | Prefilled with your default region.<br>For this example, we're using `East US`. |
201-
| Existing VNET Name | For this example, we're using `vnet-cloudshell-eastus`. |
201+
| Existing virtual network Name | For this example, we're using `vnet-cloudshell-eastus`. |
202202
| Existing Storage Subnet Name | Fill in the name of the resource created by the network template. |
203203
| Existing Container Subnet Name | Fill in the name of the resource created by the network template. |
204204
| Storage Account Name | Create a name for the new storage account.<br>For this example, we're using `myvnetstorage1138`. |
@@ -211,7 +211,7 @@ subscription.
211211

212212
## 4. Configuring Cloud Shell to use a virtual network
213213

214-
After deploying your private Cloud Shell instance, each Cloud Shell user must change their
214+
After you have deployed your private Cloud Shell instance, each Cloud Shell user must change their
215215
configuration to use the new private instance.
216216

217217
If you have used the default Cloud Shell before deploying the private instance, you must reset your

0 commit comments

Comments
 (0)