Update LAB_07-Manage_Azure_Storage.md

This commit is contained in:
staleycyn 2024-01-06 13:59:44 -08:00 committed by GitHub
parent 51fc8895ce
commit d54745207a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,19 +72,19 @@ In this task, you will create and configure a storage account.
1. In the **Security + Networking** section, select **Networking**. Notice public network access is disabled. 1. In the **Security + Networking** section, select **Networking**. Notice public network access is disabled.
+ Change the **public access level** to **Enabled from selected virtual networks and IP addresses**. + Change the **public access level** to **Enabled from selected virtual networks and IP addresses**.
+ In the **Firewall** section, check the box for **Add your client IP address.** + In the **Firewall** section, check the box for **Add your client IP address.**
+ Be sure to **Save** your changes. + Be sure to **Save** your changes.
1. In the **Data management** section, view the **Redundancy** blade. Notice the information about your primary and secondary data center locations. 1. In the **Data management** section, view the **Redundancy** blade. Notice the information about your primary and secondary data center locations.
1. In the **Data management** section, select **Lifecycle management**, and then select **Add a rule**. 1. In the **Data management** section, select **Lifecycle management**, and then select **Add a rule**.
+ **Name** the rule `Movetocool`. Notice your options for limiting the scope of the rule. + **Name** the rule `Movetocool`. Notice your options for limiting the scope of the rule.
+ On the **Base blobs** tab, *if* based blobs were last modified more than `30 days` ago *then* **move to cool storage**. + On the **Base blobs** tab, *if* based blobs were last modified more than `30 days` ago *then* **move to cool storage**.
+ Notice you can configure other conditions. Select **Add** when you are done exploring. + Notice you can configure other conditions. Select **Add** when you are done exploring.
![Screenshot move to cool rule conditions.](../media/az104-lab07-movetocool.png) ![Screenshot move to cool rule conditions.](../media/az104-lab07-movetocool.png)
@ -124,7 +124,7 @@ In this task, you will create a blob container and upload a blob. Blob container
1. On the **Upload blob** blade, expand the **Advanced** section. 1. On the **Upload blob** blade, expand the **Advanced** section.
>**Note**: Locate a file to upload. This can be any type of file, but a small file is best. >**Note**: Locate a file to upload. This can be any type of file, but a small file is best.
| Setting | Value | | Setting | Value |
| --- | --- | | --- | --- |
@ -135,8 +135,6 @@ In this task, you will create a blob container and upload a blob. Blob container
| Upload to folder | `securitytest` | | Upload to folder | `securitytest` |
| Encryption scope | Use existing default container scope | | Encryption scope | Use existing default container scope |
> **Note**: Access tiers can be set for individual blobs.
1. Click **Upload**. 1. Click **Upload**.
1. Confirm you have a new folder, and your file was uploaded. 1. Confirm you have a new folder, and your file was uploaded.
@ -175,7 +173,7 @@ In this task, you will create a blob container and upload a blob. Blob container
In this task, you will create and configure Azure Files shares. In this task, you will create and configure Azure Files shares.
### Create the files share and upload a file ### 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. In the Azure portal, navigate back to your storage account, in the **Data storage** section, click **File shares**.