From 5546fea352e0205898c229a830e47296234a58fe Mon Sep 17 00:00:00 2001 From: daredevil Date: Wed, 13 May 2020 16:30:10 +0300 Subject: [PATCH] There was a inconsistency in the Note In the step above the steps says to change the storage tier to Hot. But in Note it says to verify it that it will be cool. I have changed it to Hot. --- Instructions/Labs/LAB_07-Manage_Azure_Storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instructions/Labs/LAB_07-Manage_Azure_Storage.md b/Instructions/Labs/LAB_07-Manage_Azure_Storage.md index f85119c7..33cb4cb8 100644 --- a/Instructions/Labs/LAB_07-Manage_Azure_Storage.md +++ b/Instructions/Labs/LAB_07-Manage_Azure_Storage.md @@ -158,7 +158,7 @@ In this task, you will create a blob container and upload a blob into it. 1. On the **licenses/LICENSE** blade, review the available options. - > **Note**: You have the option to download the blob, change its access tier (it is currently set to **Cool**), acquire a lease, which would change its lease status to **Locked** (it is currently set to **Unlocked**) and protect the blob from being modified or deleted, as well as assign custom metadata (by specifying an arbitrary key and value pairs). You also have the ability to **Edit** the file directly within the Azure portal interface, without downloading it first. You can also create snapshots, as well as generate a SAS token (you will explore this option in the next task). + > **Note**: You have the option to download the blob, change its access tier (it is currently set to **Hot**), acquire a lease, which would change its lease status to **Locked** (it is currently set to **Unlocked**) and protect the blob from being modified or deleted, as well as assign custom metadata (by specifying an arbitrary key and value pairs). You also have the ability to **Edit** the file directly within the Azure portal interface, without downloading it first. You can also create snapshots, as well as generate a SAS token (you will explore this option in the next task). #### Task 4: Manage authentication and authorization for Azure Storage