Table of Contents

Azure - Storage Account (SA)

About

Storage is access through what the call a Storage account. The storage account is much more to split the functionalities.

Azure has two type of storage account:

See Comparison

Perf

https://docs.microsoft.com/en-us/azure/storage/common/storage-scalability-targets

Managament

Environment variable

For cli 1.0

List

With the cli 1.0

azure storage account list
info:    Executing command storage account list
+ Getting storage accounts
data:    Name               SKU Name        SKU Tier  Access Tier  Kind     Encrypted Service  Location     Resource Group
data:    -----------------  --------------  --------  -----------  -------  -----------------  -----------  --------------
data:    sawe               Standard_RAGRS  Standard               Storage  blob file          westeurope   ResourceG1
data:    alssa              Standard_RAGRS  Standard               Storage  blob file          westeurope   ResourceG2
data:    infstor001user     Standard_LRS    Standard               Storage  blob file          northeurope  ResourceG3
info:    storage account list command OK

Key

Storage Account Access Key

Documentation / Reference