Skip to content

Commit 21bf15c

Browse files
committed
fix a template issue
1 parent d502ddf commit 21bf15c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/templates/deploy-to-subscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ The following example creates a resource group, and deploys a storage account to
340340
}
341341
},
342342
"dependsOn": [
343-
"rg"
343+
"[resourceId('Microsoft.Resources/resourceGroups/', parameters('rgName'))]"
344344
]
345345
}
346346
]

0 commit comments

Comments
 (0)