From 47d1fd79075754848f0b5bd8a5fa766bc8d8607c Mon Sep 17 00:00:00 2001 From: James Finley Date: Wed, 9 Sep 2020 15:07:06 +1200 Subject: [PATCH] Update LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md There has been a change in the ARM template generated in the portal, and there is now an extra parameter--NetworkAccessPolicy--that needs to be completed. --- .../LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md | 1 + 1 file changed, 1 insertion(+) 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 915cbd6f..b206fd1d 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 @@ -108,6 +108,7 @@ In this task, you will create an Azure disk resource by using an Azure Resource | Disk Size Gb | **32** | | Create Option | **empty** | | Disk Encryption Set Type | **EncryptionAtRestWithPlatformKey** | + | Network Access Policy | **AllowAll** | 1. Select the checkbox **I agree to the terms and conditions stated above** and click **Purchase**.