Azure Storage Account contd
Activity 5: Enable versioining for a blob
- Refer Here to enable versioning in Azure Storage account
- Once the version is enabled and the object is uploaded navigate to versions section to find all the versions of the blob

Activity 6: Enable versioning extended
- Create a standard storage account (if doest not exists)
- Create a container called as docs
- Create a blob called as topics.txt
- try uploading with some topics
- Enable versioning
- now add some more content to topics.txt and upload as a new version.
- Delete the older version and try restore.
- Refer Here for the solution
Activity 7: Lifecycle Managment
- Azure Storage account supports lifecycle management to change access tiers.
- Manually change access tier

- Refer Here for lifecycle management policy
- Steps:



Activity 8: Snapshots
- Snapshot/Backup of storage account containers or blobs
- Select the object and generate snapshot
Activity 9: Replications
- Redundancy is already done on the basis of LRS/ZRS/RA-GZRS
- Replication, replicates the storage account contents to other storage belonging to same account or different account.


- Now lets upload a new file to both containers and then experiment and observe the results.
