Skip to content

Instantly share code, notes, and snippets.

@GeradeDev
Created November 10, 2020 17:35
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 GeradeDev/f087543d68476fed1d185f01626f1ec6 to your computer and use it in GitHub Desktop.
Save GeradeDev/f087543d68476fed1d185f01626f1ec6 to your computer and use it in GitHub Desktop.
{
"condition": "[equals(parameters('newOrExisting'),'new')]",
"type": "Microsoft.Storage/storageAccounts",
"apiVersion": "2017-06-01",
"name": "[variables('storageAccountName')]",
"location": "[parameters('location')]",
"sku": {
"name": "[variables('storageAccountType')]"
},
"kind": "Storage",
"properties": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment