Skip to content

Commit 476a35b

Browse files
updated json
1 parent 276fc43 commit 476a35b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

infra/main.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"_generator": {
77
"name": "bicep",
88
"version": "0.36.177.2456",
9-
"templateHash": "8105097777867936274"
9+
"templateHash": "13495209407654381460"
1010
},
1111
"name": "Multi-Agent Custom Automation Engine",
1212
"description": "This module contains the resources required to deploy the Multi-Agent Custom Automation Engine solution accelerator for both Sandbox environments and WAF aligned environments."
@@ -42604,6 +42604,14 @@
4260442604
"APP_ENV": {
4260542605
"type": "string",
4260642606
"value": "Prod"
42607+
},
42608+
"AI_FOUNDRY_RESOURCE_ID": {
42609+
"type": "string",
42610+
"value": "[reference('aiFoundryAiServices').outputs.resourceId.value]"
42611+
},
42612+
"COSMOSDB_ACCOUNT_NAME": {
42613+
"type": "string",
42614+
"value": "[variables('cosmosDbResourceName')]"
4260742615
}
4260842616
}
4260942617
}

0 commit comments

Comments
 (0)