You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/wwl-azure/guided-project-azure-files-azure-blobs/includes/8-summary.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
In this module, you learned about different storage scenarios and how to provide storage for each of them.
2
2
- 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.
3
3
- 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.
5
5
- The fourth scenario provided shared file storage for the company offices and storage for a new company app.
6
6
7
7
## Key takeaways
@@ -18,12 +18,12 @@ Here are the main takeaways for the module.
18
18
- Read more about [Azure storage accounts](/azure/storage/common/storage-account-overview?toc=%2Fazure%2Fstorage%2Fblobs%2Ftoc.json)
19
19
- Read more about [Azure Blob Storage](/azure/storage/blobs/storage-blobs-introduction).
20
20
- 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
+
22
22
23
23
## Learn more with online training
24
24
25
25
-[Create an Azure Storage account](/training/modules/create-azure-storage-account/) with the correct options for your business needs.
26
26
-[Configure Azure Blob Storage](/training/modules/configure-blob-storage/), including tiers and object replication.
27
27
-[Configure Azure Storage security](/training/modules/configure-storage-security/) features like storage access signatures.
28
28
-[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