|
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: 02/05/2025 |
| 4 | +ms.date: 02/06/2025 |
5 | 5 | ms.topic: how-to
|
6 | 6 | ms.custom: devx-track-arm-template
|
7 | 7 | title: Deploy Azure Cloud Shell in a virtual network with quickstart templates
|
@@ -47,7 +47,7 @@ To see all resource providers and the registration status for your subscription:
|
47 | 47 | 1. Repeat the previous steps for the **Microsoft.ContainerInstance** and **Microsoft.Relay**
|
48 | 48 | resource providers.
|
49 | 49 |
|
50 |
| -[![Screenshot of selecting resource providers in the Azure portal.][98a]][98b] |
| 50 | +[![Screenshot of selecting resource providers in the Azure portal.][97a]][97b] |
51 | 51 |
|
52 | 52 | ## 2. Collect the required information
|
53 | 53 |
|
@@ -229,27 +229,24 @@ If you used the default Cloud Shell instance before you deployed the private ins
|
229 | 229 | reset your user settings:
|
230 | 230 |
|
231 | 231 | 1. Open Cloud Shell.
|
232 |
| -1. Select **Cloud Shell settings** from the menu bar (gear icon). |
233 |
| -1. Select **Reset user settings**, and then select **Reset**. |
| 232 | +1. Select **Cloud Shell settings** from the menu bar. |
| 233 | +1. Select **Reset user settings**, and then select **Reset**. Resetting the user settings triggers |
| 234 | + the first-time user experience. |
| 235 | +1. Choose your preferred shell experience (Bash or PowerShell). |
| 236 | +1. In the **Getting started** dialog box: |
| 237 | + 1. Select **Mount storage account**. |
| 238 | + 1. Select your subscription from the **Storage account subscription** drop-down list. |
| 239 | + 1. Select the **Use an existing private virtual network** checkbox. |
234 | 240 |
|
235 |
| -Resetting the user settings triggers the first-time user experience the next time you start Cloud |
236 |
| -Shell. |
| 241 | + [![Screenshot of the Getting started dialog.][93a]][93b] |
237 | 242 |
|
238 |
| -[![Screenshot of the Cloud Shell storage dialog.][97a]][97b] |
| 243 | +1. Select **Apply** to continue. |
| 244 | +1. In the **Select virtual network configuration** dialog box, select the resources that you created |
| 245 | + for this deployment. |
239 | 246 |
|
240 |
| -1. Choose your preferred shell experience (Bash or PowerShell). |
241 |
| -1. Select **Show advanced settings**. |
242 |
| -1. Select the **Show VNET isolation settings** checkbox. |
243 |
| -1. Choose the subscription that contains your private Cloud Shell instance. |
244 |
| -1. Choose the region that contains your private Cloud Shell instance. |
245 |
| -1. For **Resource group**, select the resource group that contains your private Cloud Shell |
246 |
| - instance. |
247 |
| - |
248 |
| - If you select the correct resource group, **Virtual network**, **Network profile**, and **Relay |
249 |
| - namespace** are automatically populated with the correct values. |
250 |
| -1. For **File share**, enter the name of the file share that you created by using the storage |
251 |
| - template. |
252 |
| -1. Select **Create storage**. |
| 247 | + [![Screenshot of the GSelect virtual network configuration dialog.][94a]][94b] |
| 248 | + |
| 249 | +1. Click **Select** to continue. |
253 | 250 |
|
254 | 251 | ## Alternate way to get the Azure Container Instance ID
|
255 | 252 |
|
@@ -303,11 +300,13 @@ information, see [Connect to a storage account using an Azure private endpoint][
|
303 | 300 | [13]: https://azure.microsoft.com/resources/templates/cloud-shell-vnet-storage/
|
304 | 301 | [14]: https://portal.azure.com
|
305 | 302 |
|
| 303 | +[93a]: media/deployment/getting-started.png |
| 304 | +[93b]: media/deployment/getting-started.png#lightbox |
| 305 | +[94a]: media/deployment/vnet-configuration.png |
| 306 | +[94b]: media/deployment/vnet-configuration.png#lightbox |
306 | 307 | [95a]: media/deployment/container-service-search.png
|
307 | 308 | [95b]: media/deployment/container-service-search.png#lightbox
|
308 | 309 | [96a]: media/deployment/container-service-details.png
|
309 | 310 | [96b]: media/deployment/container-service-details.png#lightbox
|
310 |
| -[97a]: media/deployment/setup-cloud-shell-storage.png |
311 |
| -[97b]: media/deployment/setup-cloud-shell-storage.png#lightbox |
312 |
| -[98a]: media/deployment/resource-provider.png |
313 |
| -[98b]: media/deployment/resource-provider.png#lightbox |
| 311 | +[97a]: media/deployment/resource-provider.png |
| 312 | +[97b]: media/deployment/resource-provider.png#lightbox |
0 commit comments