Using Azure Storage to Backup Data

If you’re looking for an easy and cheap way to back up infrequently used data, you can set up a storage account in Azure with the following settings:

After the storage account is created, you can upload your compressed files (suggested to maximize efficiency) to containers inside the storage account.

Once the files are uploaded, you have the option to change to the Archive access tier, which is useful for files you don’t plan on accessing frequently. This data, if ever needed, will take much longer to access.

My suggestion on above – stick to the cool tier and when looking for ways to save money on costs, change different blobs to archive tier as you find you won’t need to access.

Check out more details on pricing and more details on different access tiers.