From bcbf1872232d0400f03303991adb68e1262c02c4 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Tue, 5 Dec 2023 08:16:54 -0800 Subject: [PATCH] Update LAB_03-Manage_Azure_Resources_by_Using_ARM_Templates.md --- ...AB_03-Manage_Azure_Resources_by_Using_ARM_Templates.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/New Instructions/Lab/LAB_03-Manage_Azure_Resources_by_Using_ARM_Templates.md b/New Instructions/Lab/LAB_03-Manage_Azure_Resources_by_Using_ARM_Templates.md index 2ea5dec5..602c30a3 100644 --- a/New Instructions/Lab/LAB_03-Manage_Azure_Resources_by_Using_ARM_Templates.md +++ b/New Instructions/Lab/LAB_03-Manage_Azure_Resources_by_Using_ARM_Templates.md @@ -43,10 +43,10 @@ In this task, you use the Azure portal to generate an ARM template. You can then | Setting | Value | | --- | --- | - | Subscription | | + | Subscription | *your subscription* | | Resource Group | `az104-rg3` (If necessary, select **Create new**.) | Disk name | `az104-disk1` | - | Region | | + | Region | **East US** | | Availability zone | **No infrastructure redundancy required** | | Source type | **None** | | Size | **32 Gb** | @@ -105,9 +105,9 @@ In this task, you use the template that you created to deploy a new managed disk | Setting | Value | | --- |--- | - | Subscription | | + | Subscription | *your subscription* | | Resource Group | `az104-rg3` (If necessary, select **Create new**)| - | Region | | + | Region | **East US** | | Disk Name | `az104-disk1` | | Location | the value of the location parameter you noted in the previous task | | Sku | **Standard_LRS** |