Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between azure storage accounts

Why Azure has given 3 different storage accounts. Is there any major difference between this account.

  1. General-purpose v2 accounts
  2. General-purpose v1 accounts
  3. Blob Storage accounts

As 1 already can do everything in Azure storage like blobs, files, tables, and queue. Any suggestions appreciate.

like image 242
Praveen kumar Avatar asked Sep 11 '25 16:09

Praveen kumar


1 Answers

There are several differences, most are in the limits/performances, additional supported features on the newer versions ex:

enter image description here

There are also replication cases which are not offered for specific storage account types, ex:

enter image description here

and finally a full overview which includes the above and adds on the Supported services, performance tiers and access tiers is below: enter image description here

like image 54
Adam Smith - Microsoft Azure Avatar answered Sep 13 '25 09:09

Adam Smith - Microsoft Azure