Skip to content

Commit c563413

Browse files
authored
Improve clarity in summary of storage scenarios
Clarified the third scenario by adding 'And,' for better readability. Removed a redundant line about security.
1 parent 1f8b506 commit c563413

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • learn-pr/wwl-azure/guided-project-azure-files-azure-blobs/includes

learn-pr/wwl-azure/guided-project-azure-files-azure-blobs/includes/8-summary.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
In this module, you learned about different storage scenarios and how to provide storage for each of them.
22
- The first scenario was providing storage for the IT department's testing and training. For this scenario, you learned how to create a storage account and configure basic settings for security and networking.
33
- The second scenario was providing storage for the public website. You learned how to create a storage account with anonymous public access, create a blob storage container, and enable soft delete and versioning.
4-
- The third scenario was providing private storage for internal company documents. You learned how to create a storage container with restricted access and configure a shared access signature for partners. You also learned how to back up the public website storage and implement lifecycle management to move content to the cool tier.
4+
- The third scenario was providing private storage for internal company documents. You learned how to create a storage container with restricted access and configure a shared access signature for partners. You also learned how to back up the public website storage. And, how to implement lifecycle management to move content to the cool tier.
55
- The fourth scenario provided shared file storage for the company offices and storage for a new company app.
66

77
## Key takeaways
@@ -18,12 +18,12 @@ Here are the main takeaways for the module.
1818
- Read more about [Azure storage accounts](/azure/storage/common/storage-account-overview?toc=%2Fazure%2Fstorage%2Fblobs%2Ftoc.json)
1919
- Read more about [Azure Blob Storage](/azure/storage/blobs/storage-blobs-introduction).
2020
- Read more about [Azure Files](/azure/storage/files/storage-files-introduction).
21-
- Read more about [storage accounts and security](/azure/architecture/framework/services/storage/storage-accounts/security)
21+
2222

2323
## Learn more with online training
2424

2525
- [Create an Azure Storage account](/training/modules/create-azure-storage-account/) with the correct options for your business needs.
2626
- [Configure Azure Blob Storage](/training/modules/configure-blob-storage/), including tiers and object replication.
2727
- [Configure Azure Storage security](/training/modules/configure-storage-security/) features like storage access signatures.
2828
- [Secure and isolate access to Azure resources by using network security groups and service endpoints](/training/modules/secure-and-isolate-with-nsg-and-service-endpoints/)
29-
- [Implement storage security](/training/modules/storage-security/) for Azure storage resources.
29+
- [Implement storage security](/training/modules/storage-security/) for Azure storage resources.

0 commit comments

Comments
 (0)