Get-AzStorageBlobServiceProperty
2022
How to enable Access Time Tracking for the Azure Storage Blob service
·768 words·4 mins·
100
views
·
5
likes
To manage storage costs, it can help to organize your data based on how often it will be accessed. Azure offers us different levels of access to store blob data most cost-effectively, depending on how we use it.
2021
How to enable Azure Blob storage versioning
·737 words·4 mins·
100
views
·
5
likes
Hi everyone, in this post, I will show you how to enable blob versioning on your Azure storage account using PowerShell and Azure CLI. When blob versioning is enabled, you can restore a previous version of a blob to recover data if modified or deleted by mistake.