Skip to content

Instantly share code, notes, and snippets.

@isaacabraham
Created October 28, 2020 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaacabraham/23502a48831eaf6eab063e85369247d4 to your computer and use it in GitHub Desktop.
Save isaacabraham/23502a48831eaf6eab063e85369247d4 to your computer and use it in GitHub Desktop.
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"outputs": {},
"parameters": {},
"resources": [
{
"apiVersion": "2019-06-01",
"dependsOn": [],
"kind": "StorageV2",
"location": "westeurope",
"name": "isaacdemostoragebb",
"properties": {},
"sku": {
"name": "Premium_LRS"
},
"tags": {},
"type": "Microsoft.Storage/storageAccounts"
},
{
"apiVersion": "2019-06-01",
"dependsOn": [
"isaacdemostorageaa"
],
"name": "isaacdemostorageaa/default/data2",
"properties": {
"publicAccess": "Blob"
},
"type": "Microsoft.Storage/storageAccounts/blobServices/containers"
}
]
}
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"outputs": {},
"parameters": {},
"resources": [
{
"apiVersion": "2019-06-01",
"dependsOn": [],
"kind": "StorageV2",
"location": "westeurope",
"name": "isaacdemostoragebb",
"properties": {},
"sku": {
"name": "Standard_LRS"
},
"tags": {},
"type": "Microsoft.Storage/storageAccounts"
},
{
"apiVersion": "2019-06-01",
"dependsOn": [
"isaacdemostoragebb"
],
"name": "isaacdemostoragebb/default/data2",
"properties": {
"publicAccess": "Blob"
},
"type": "Microsoft.Storage/storageAccounts/blobServices/containers"
}
]
}
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"outputs": {},
"parameters": {},
"resources": [
{
"apiVersion": "2019-06-01",
"dependsOn": [],
"kind": "StorageV2",
"location": "westeurope",
"name": "isaacdemostoragebb",
"properties": {},
"sku": {
"name": "Premium_LRS"
},
"tags": {},
"type": "Microsoft.Storage/storageAccounts"
},
{
"apiVersion": "2019-06-01",
"dependsOn": [
"isaacdemostoragebb"
],
"name": "isaacdemostoragebb/default/data2",
"type": "Microsoft.Storage/storageAccounts/blobServices/containers"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment