Skip to content

Instantly share code, notes, and snippets.

@GeradeDev
Created November 10, 2020 17:35
Embed
What would you like to do?
{
"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