We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f30f4ac commit 92e6854Copy full SHA for 92e6854
solution_template/vm-linux-terraform/mainTemplate.json
@@ -100,7 +100,7 @@
100
"installParm2": "[concat(' -s ', subscription().subscriptionId)]",
101
"installParm3": "[concat(' -a ', variables('stateStorageAccountName'))]",
102
"installParm4": "[concat(' -t ', subscription().tenantId)]",
103
- "resourceGuid": "[guid(resourceGroup().id)]"
+ "resourceGuid": "[guid(resourceGroup().id, deployment().name)]"
104
},
105
"resources": [
106
{
0 commit comments