|
1 | 1 | ---
|
2 | 2 | description: This article provides step-by-step instructions to deploy Azure Cloud Shell in a private virtual network.
|
3 | 3 | ms.contributor: jahelmic
|
4 |
| -ms.date: 06/07/2023 |
| 4 | +ms.date: 06/29/2023 |
5 | 5 | ms.topic: article
|
6 | 6 | title: Deploy Azure Cloud Shell in a VNET with quickstart templates
|
7 | 7 | ---
|
@@ -34,7 +34,7 @@ deployment. All resources must be in the same Azure region and contained in the
|
34 | 34 | - **Resource Group** - The name of the resource group used for the Azure Cloud Shell VNET deployment
|
35 | 35 | - **Region** - The location of the resource group
|
36 | 36 | - **Virtual Network** - The name of the virtual network created for Azure Cloud Shell VNET
|
37 |
| -- **Azure Container Instance ID** - The ID of the Azure Container Instance for your resource group |
| 37 | +- **Azure Container Instance OID** - The ID of the Azure Container Instance for your resource group |
38 | 38 | - **Azure Relay Namespace** - The name that you want to assign to the Relay resource created by the
|
39 | 39 | template
|
40 | 40 |
|
@@ -93,7 +93,7 @@ register the provider:
|
93 | 93 | Register-AzResourceProvider -ProviderNamespace Microsoft.ContainerInstance
|
94 | 94 | ```
|
95 | 95 |
|
96 |
| -### Azure Container Instance Id |
| 96 | +### Azure Container Instance ID |
97 | 97 |
|
98 | 98 | To configure the VNET for Cloud Shell using the quickstarts, retrieve the `Azure Container Instance`
|
99 | 99 | ID for your organization.
|
@@ -144,7 +144,7 @@ Fill out the form with the following information:
|
144 | 144 | | Existing VNET Name | Fill in the value from the prerequisite information you gathered.<br>For this example, we're using `vnet-cloudshell-eastus`. |
|
145 | 145 | | 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`. |
|
146 | 146 | | 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`. |
|
147 |
| -| Container Subnet Name | Defaults to `cloudshellsubnet`. Enter the name of the subnet containing your container. | |
| 147 | +| Container Subnet Name | Defaults to `cloudshellsubnet`. Enter the name of the subnet for your container. | |
148 | 148 | | Container Subnet Address Prefix | For this example, we use `10.0.1.0/24`. |
|
149 | 149 | | Relay Subnet Name | Defaults to `relaysubnet`. Enter the name of the subnet containing your relay. |
|
150 | 150 | | Relay Subnet Address Prefix | For this example, we use `10.0.2.0/24`. |
|
@@ -184,16 +184,16 @@ Fill out the form with the following information:
|
184 | 184 | | Subscription | Defaults to the current subscription context.<br>For this example, we're using `MyCompany Subscription` |
|
185 | 185 | | Resource group | Enter the name of the resource group from the prerequisite information.<br>For this example, we're using `rg-cloudshell-eastus`. |
|
186 | 186 |
|
187 |
| -| Instance details | Value | |
188 |
| -| ------------------------------ | -------------------------------------------------------------------------------------------- | |
189 |
| -| Region | Prefilled with your default region.<br>For this example, we're using `East US`. | |
190 |
| -| Existing VNET Name | For this example, we're using `vnet-cloudshell-eastus`. | |
191 |
| -| Existing Storage Subnet Name | Fill in the name of the resource created by the network template. | |
192 |
| -| Existing Container Subnet Name | Fill in the name of the resource created by the network template. | |
193 |
| -| Storage Account Name | Create a name for the new storage account.<br>For this example, we're using `MyVnetStorage`. | |
194 |
| -| File Share Name | Defaults to `acsshare`. Enter the name of the file share want to create. | |
195 |
| -| Resource Tags | Defaults to `{"Environment":"cloudshell"}`. Leave unchanged or add more tags. | |
196 |
| -| Location | Defaults to `[resourceGroup().location]`. Leave unchanged. | |
| 187 | +| Instance details | Value | |
| 188 | +| ------------------------------ | ------------------------------------------------------------------------------------------------ | |
| 189 | +| Region | Prefilled with your default region.<br>For this example, we're using `East US`. | |
| 190 | +| Existing VNET Name | For this example, we're using `vnet-cloudshell-eastus`. | |
| 191 | +| Existing Storage Subnet Name | Fill in the name of the resource created by the network template. | |
| 192 | +| Existing Container Subnet Name | Fill in the name of the resource created by the network template. | |
| 193 | +| Storage Account Name | Create a name for the new storage account.<br>For this example, we're using `myvnetstorage1138`. | |
| 194 | +| File Share Name | Defaults to `acsshare`. Enter the name of the file share want to create. | |
| 195 | +| Resource Tags | Defaults to `{"Environment":"cloudshell"}`. Leave unchanged or add more tags. | |
| 196 | +| Location | Defaults to `[resourceGroup().location]`. Leave unchanged. | |
197 | 197 |
|
198 | 198 | Once the form is complete, select **Review + Create** and deploy the network ARM template to your
|
199 | 199 | subscription.
|
|
0 commit comments