Update LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md

This commit is contained in:
staleycyn 2024-02-08 13:16:28 -08:00 committed by GitHub
parent 4d9ff2730b
commit d60b5979a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -183,9 +183,7 @@ In this task, you work with the Azure Cloud Shell. Azure Cloud Shell is an inter
1. As needed, use the **Settings** icon to adjust the text size and font. 1. As needed, use the **Settings** icon to adjust the text size and font.
>**Note:** If you would like to continue to practice with **Azure PowerShell**, continue to **Task 2**. If you would like to practice with the **Bash (CLI)**, then skip to **Task 3**. ## Task 4. Deploy a template with Azure PowerShell
## Task 4. Deploy a template with Azure PowerShell (option 1).
1. Open the Cloud Shell and select **PowerShell**. 1. Open the Cloud Shell and select **PowerShell**.
@ -214,13 +212,13 @@ In this task, you work with the Azure Cloud Shell. Azure Cloud Shell is an inter
1. You can confirm the disk was created by checking the portal or using the `Get-AzDisk` command. 1. You can confirm the disk was created by checking the portal or using the `Get-AzDisk` command.
## Task 5: Deploy a template with the CLI (option 2) ## Task 5: Deploy a template with the CLI
1. Open the Cloud Shell and select **Bash**. 1. In the **Cloud Shell** select **Bash**.
1. If necessary, use the **Advanced** settings to create disk storage for the Cloud Shell. >**Note:** If you completed the previous task your template files should be available.
1. In the Cloud Shell, use the **Upload** icon to upload the template and parameters files. You will need to upload each file separately. 1. Use the **Upload** icon to upload the template and parameters files. You will need to upload each file separately.
1. Verify your files are available in the Cloud Shell storage. 1. Verify your files are available in the Cloud Shell storage.