You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ARMClient.exe get "/subscriptions/%sub%/resourceGroups/%rg%/providers/Microsoft.Storage/storageAccounts?api-version=2015-05-01-preview"
Create storage account
ARMClient.exe put "/subscriptions/%sub%/resourceGroups/%rg%/providers/Microsoft.Storage/storageAccounts/%name%?api-version=2015-05-01-preview" "{location:'west us',properties:{accountType:'Standard_LRS'}}"
Get storage account
ARMClient.exe get "/subscriptions/%sub%/resourceGroups/%rg%/providers/Microsoft.Storage/storageAccounts/%name%?api-version=2015-05-01-preview"
List storage account keys
ARMClient.exe post "/subscriptions/%sub%/resourceGroups/%rg%/providers/Microsoft.Storage/storageAccounts/%name%/listkeys?api-version=2015-05-01-preview"