Skip to content

Instantly share code, notes, and snippets.

@Nomenator
Nomenator / azureDeployMultipleResourceGroups.json
Created March 6, 2020 15:39
Deploy multiple resource grops in Azure
{
"$schema": "https://schema.management.azure.com/schemas/2018-05-01/subscriptionDeploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"rgNames": {
"type": "array"
},
"rgLocation": {
"type": "string"
}