Update LAB_07-Manage_Azure_Storage.md

This commit is contained in:
staleycyn 2024-01-14 14:05:38 -08:00 committed by GitHub
parent 08ff5a4045
commit ae3a6f0f45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,6 +131,7 @@ In this task, you will create a blob container and upload an image. Blob contain
| Setting | Value |
| --- | --- |
| Browse for files | add the file you have selected to upload |
| Select **Advanced** | |
| Blob type | **Block blob** |
| Block size | **4 MiB** |
| Access tier | **Hot** (notice the other options) |
@ -151,12 +152,12 @@ In this task, you will create a blob container and upload an image. Blob contain
### Configure limited access to the blob storage
1. Select your uploaded file and then the **Generate SAS** tab. You can also use the ellipses to the far right. Specify the following settings (leave others with their default values):
1. Select your uploaded file and then on the **Generate SAS** tab. You can also use the ellipses to the far right. Specify the following settings (leave others with their default values):
| Setting | Value |
| --- | --- |
| Signing key | **Key 1** |
| Permissions | **Read** |
| Permissions | **Read** (notice your other choices) |
| Start date | yesterday's date |
| Start time | current time |
| Expiry date | tomorrow's date |
@ -165,21 +166,21 @@ In this task, you will create a blob container and upload an image. Blob contain
1. Click **Generate SAS token and URL**.
1. Click **Copy to clipboard** button next to the **Blob SAS URL** entry.
1. Copy the **Blob SAS URL** entry to the clipboard.
1. Open another browser window by using InPrivate mode and navigate to the URL you copied in the previous step.
1. Open another InPrivate browser window and navigate to the Blob SAS URL you copied in the previous step.
> **Note**: You should be able to view the content of the file by downloading it and opening it with Notepad. If you receive a Windows SmartScreen error, continue to the page.
> **Note**: You should be able to view the content of the file.
## Task 5: Create and configure an Azure File share
In this task, you will create and configure Azure Files shares. You will use Storage Browser to manage the file share.
In this task, you will create and configure Azure File shares. You will use Storage Browser to manage the file share.
### Create the file share and upload a file
1. In the Azure portal, navigate back to your storage account, in the **Data storage** section, click **File shares**.
1. Click **+ File share** and on the **Basics** tab give the file share a name, `share1`. Review the other settings on this tab.
1. Click **+ File share** and on the **Basics** tab give the file share a name, `share1`.
1. Notice the **Tier** options. Keep the default **Transaction optimized**.
@ -197,8 +198,6 @@ In this task, you will create and configure Azure Files shares. You will use Sto
1. Select your **share1** directory and notice you can **+ Add directory**. This lets you create a folder structure.
1. **Upload** a file of your choosing.
1. Select **Upload**. Browse to a file of your choice, and then click **Upload**.
>**Note**: You can view file shares and manage those shares in the Storage Browser. There are currently no restrictions.
@ -211,7 +210,7 @@ In this task, you will create and configure Azure Files shares. You will use Sto
1. Take the defaults for other parameters, select **Review + create**, and then **Create**.
1. Wait for the resource to deploy, and then select **Go to resource**.
1. Wait for the virtual network to deploy, and then select **Go to resource**.
1. In the **Settings** section, select the **Subnets** blade.
+ Select the **default** subnet.