Skip to content

Commit e9318ef

Browse files
Merge pull request #243483 from sdwheeler/sdw-stg-acct
Fix case of storage account name
2 parents 50d1ae5 + 0b8ced5 commit e9318ef

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: This article provides step-by-step instructions to deploy Azure Cloud Shell in a private virtual network.
33
ms.contributor: jahelmic
4-
ms.date: 06/07/2023
4+
ms.date: 06/29/2023
55
ms.topic: article
66
title: Deploy Azure Cloud Shell in a VNET with quickstart templates
77
---
@@ -34,7 +34,7 @@ deployment. All resources must be in the same Azure region and contained in the
3434
- **Resource Group** - The name of the resource group used for the Azure Cloud Shell VNET deployment
3535
- **Region** - The location of the resource group
3636
- **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
3838
- **Azure Relay Namespace** - The name that you want to assign to the Relay resource created by the
3939
template
4040

@@ -93,7 +93,7 @@ register the provider:
9393
Register-AzResourceProvider -ProviderNamespace Microsoft.ContainerInstance
9494
```
9595

96-
### Azure Container Instance Id
96+
### Azure Container Instance ID
9797

9898
To configure the VNET for Cloud Shell using the quickstarts, retrieve the `Azure Container Instance`
9999
ID for your organization.
@@ -144,7 +144,7 @@ Fill out the form with the following information:
144144
| Existing VNET Name | Fill in the value from the prerequisite information you gathered.<br>For this example, we're using `vnet-cloudshell-eastus`. |
145145
| 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`. |
146146
| 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. |
148148
| Container Subnet Address Prefix | For this example, we use `10.0.1.0/24`. |
149149
| Relay Subnet Name | Defaults to `relaysubnet`. Enter the name of the subnet containing your relay. |
150150
| 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:
184184
| Subscription | Defaults to the current subscription context.<br>For this example, we're using `MyCompany Subscription` |
185185
| Resource group | Enter the name of the resource group from the prerequisite information.<br>For this example, we're using `rg-cloudshell-eastus`. |
186186

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

198198
Once the form is complete, select **Review + Create** and deploy the network ARM template to your
199199
subscription.

0 commit comments

Comments
 (0)