Member-only story
Hi everyone!👋So, Today we will see how to change the blob version in Azure storage. Azure Storage can automatically version Blobs for you. Let’s see how that works. So first you have to create your storage account. Then after successfully creating a storage account, we have to go to “Data protection” under the Data Management section.
All Non members can visit here : Concept of Blob Versioning in Azure Storage ☁️
Now enable “Enable versioning for blobs” and select “Keep all versions” and now select save.
Now then go the Data storage account and inside this click “Containers” and then create new Container and give the name as per your choice.
Then in your local create one text file and write whatever you want. Then upload inside your container.