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 bcdae7f commit 7585fc3Copy full SHA for 7585fc3
infra/main.bicep
@@ -1356,7 +1356,7 @@ module containerApp 'br/public:avm/res/app/container-app:0.18.1' = {
1356
}
1357
{
1358
name: 'AZURE_OPENAI_ENDPOINT'
1359
- value: aiFoundryAiProjectEndpoint
+ value: 'https://${aiFoundryAiServicesResourceName}.openai.azure.com/'
1360
1361
1362
name: 'AZURE_OPENAI_MODEL_NAME'
0 commit comments