Skip to content

Instantly share code, notes, and snippets.

@bobalob
Created January 17, 2017 19:14
Show Gist options
  • Save bobalob/af8ae1b8ba0400a30fe198b740e45bc7 to your computer and use it in GitHub Desktop.
Save bobalob/af8ae1b8ba0400a30fe198b740e45bc7 to your computer and use it in GitHub Desktop.
{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {},
"variables": {},
"resources": [
{
"type": "Microsoft.Storage/storageAccounts",
"name": "randomstorage676",
"apiVersion": "2015-06-15",
"location": "[resourceGroup().location]",
"properties": {
"accountType": "Standard_LRS"
}
}
],
"outputs": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment