From d5480beb9c906d864e26eca8cbd0515725fc87be Mon Sep 17 00:00:00 2001 From: polichtm Date: Wed, 23 Sep 2020 09:23:29 -0400 Subject: [PATCH] addressing #156 and #161 --- ...-Manage_Azure_Resources_by_Using_ARM_Templates.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/Instructions/Labs/LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md b/Instructions/Labs/LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md index d566b9d8..10dbc2c8 100644 --- a/Instructions/Labs/LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md +++ b/Instructions/Labs/LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md @@ -69,26 +69,18 @@ In this task, you will create an Azure disk resource by using an Azure Resource ``` ```json - }, "hyperVGeneration": { "defaultValue": "V1", "type": "String" + }, ``` ```json - "osType": "[parameters('osType')]" + "osType": "[parameters('osType')]", ``` >**Note**: These parameters are removed since they are not applicable to the current deployment. In particular, sourceResourceId, sourceUri, osType, and hyperVGeneration parameters are applicable to creating an Azure disk from an existing VHD file. -1. In addition, remove the trailing comma from the following line: - - ```json - "diskSizeGB": "[parameters('diskSizeGb')]", - ``` - - >**Note**: This is necessary to account for the syntax rules of JSON-based ARM templates. - 1. Save the changes. 1. Back on the **Custom deployment** blade, click **Edit parameters**.