Skip to content

Instantly share code, notes, and snippets.

@JanneMattila
Last active February 5, 2021 12:15
Show Gist options
  • Save JanneMattila/5098d8f0004a2b6207b93c8cdbd67057 to your computer and use it in GitHub Desktop.
Save JanneMattila/5098d8f0004a2b6207b93c8cdbd67057 to your computer and use it in GitHub Desktop.
{
"sku": {
"name": "Standard_LRS",
"tier": "Standard"
},
"kind": "Storage",
"id": "/subscriptions/<subid>/resourceGroups/<rgname>/providers/Microsoft.Storage/storageAccounts/demo",
"name": "demo",
"type": "Microsoft.Storage/storageAccounts",
"location": "northeurope",
"tags": {},
"properties": {
"networkAcls": {
"bypass": "AzureServices",
"virtualNetworkRules": [
{
"id": "/subscriptions/<subid>/resourceGroups/<rgname>/providers/Microsoft.Network/virtualNetworks/demo-vnet/subnets/demo-subnet",
"action": "Allow",
"state": "Succeeded"
}
],
"ipRules": [],
"defaultAction": "Deny"
},
"supportsHttpsTrafficOnly": true,
"encryption": {
"services": {
"file": {
"enabled": true,
"lastEnabledTime": "2020-05-29T08:01:15.8080201Z"
},
"blob": {
"enabled": true,
"lastEnabledTime": "2020-05-29T08:01:15.8080201Z"
}
},
"keySource": "Microsoft.Storage"
},
"provisioningState": "Succeeded",
"creationTime": "2020-05-29T08:01:15.7298792Z",
"primaryEndpoints": {
"blob": "https://demo.blob.core.windows.net/",
"queue": "https://demo.queue.core.windows.net/",
"table": "https://demo.table.core.windows.net/",
"file": "https://demo.file.core.windows.net/"
},
"primaryLocation": "northeurope",
"statusOfPrimary": "available"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment