From 4df5e4f83ece7217d13e926f966cea01accc5333 Mon Sep 17 00:00:00 2001 From: Sidney Andrews Date: Mon, 20 Apr 2020 15:47:35 -0400 Subject: [PATCH] Updated Lab 7 Updated Lab 7 to say "three" instead of "two" using directives --- Instructions/Labs/AZ-204_07_lab.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Instructions/Labs/AZ-204_07_lab.md b/Instructions/Labs/AZ-204_07_lab.md index c2453cff..dd824797 100644 --- a/Instructions/Labs/AZ-204_07_lab.md +++ b/Instructions/Labs/AZ-204_07_lab.md @@ -305,7 +305,7 @@ In this exercise, you used a service identity to read the value of a secret stor 1. Return to the editor for the **FileParser** function by selecting the **run.csx** file from the **View files** tab. -1. Add two **using** directives for the **Azure.Storage**, **Azure.Storage.Blobs**, and **Azure.Storage.Blobs.Models** namespaces. +1. Add three **using** directives for the **Azure.Storage**, **Azure.Storage.Blobs**, and **Azure.Storage.Blobs.Models** namespaces. 1. Delete all the existing code within the **Run** method. @@ -391,4 +391,4 @@ In this exercise, you used C\# code to access a storage account, and then downlo #### Review -In this exercise, you cleaned up your subscription by removing the resource groups that were used in this lab. \ No newline at end of file +In this exercise, you cleaned up your subscription by removing the resource groups that were used in this lab.