Further reading
- You can learn more about the access tiers of blobs here:
https://docs.microsoft.com/en-us/azure/storage/blobs/access-tiers-overview.
- You can find out more details about data protection algorithms, including soft delete and versioning, here:
https://docs.microsoft.com/en-us/azure/storage/blobs/data-protection-overview.
- You can find more Azure CLI commands for implementing blob operations here:
https://docs.microsoft.com/en-us/azure/storage/blobs/storage-samples-blobs-cli.
- You can learn further details about provisioning static websites with a storage account here:
https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-static-website.
- If you are interested in configuring metadata for blobs, indexing, and searching through values, you can find the details here:
https://docs.microsoft.com/en-us/azure/search/search-blob-storage-integration.
- You can find more about how versioning...