Skip to content

Commit 5c9c801

Browse files
authored
[AZINTS] fix parent template at the subscription level (#936)
1 parent 4a6658d commit 5c9c801

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

azure/eventhub_log_forwarder/parent_template.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,9 @@
198198
},
199199
"dependsOn": [
200200
"[resourceId('Microsoft.Resources/deployments','functionAppTemplate')]"
201-
]
201+
],
202+
"subscriptionId": "[subscription().subscriptionId]",
203+
"location": "[parameters('resourcesLocation')]"
202204
}
203205
],
204206
"outputs": {

0 commit comments

Comments
 (0)