Updated resourceGuid to include deployment().name
This commit is contained in:
parent
f30f4ac91d
commit
92e685454a
@ -100,7 +100,7 @@
|
||||
"installParm2": "[concat(' -s ', subscription().subscriptionId)]",
|
||||
"installParm3": "[concat(' -a ', variables('stateStorageAccountName'))]",
|
||||
"installParm4": "[concat(' -t ', subscription().tenantId)]",
|
||||
"resourceGuid": "[guid(resourceGroup().id)]"
|
||||
"resourceGuid": "[guid(resourceGroup().id, deployment().name)]"
|
||||
},
|
||||
"resources": [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user