Skip to content

Commit a645f76

Browse files
fix: Deployment script issue
2 parents e9b0b6e + 68c3396 commit a645f76

File tree

2 files changed

+119
-88
lines changed

2 files changed

+119
-88
lines changed

infra/main.bicep

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,10 @@ module keyvault 'br/public:avm/res/key-vault/vault:0.12.1' = {
613613
name: 'AZURE-OPENAI-ENDPOINT'
614614
value: !empty(existingOpenAIEndpoint) ? existingOpenAIEndpoint : 'https://${aiFoundryAiServicesResourceName}.openai.azure.com/'
615615
}
616+
{
617+
name: 'AZURE-AI-AGENT-ENDPOINT'
618+
value: !empty(existingProjEndpoint) ? existingProjEndpoint : aiFoundryAiServices.outputs.aiProjectInfo.apiEndpoint
619+
}
616620
{
617621
name: 'COG-SERVICES-ENDPOINT'
618622
value: !empty(existingOpenAIEndpoint) ? existingOpenAIEndpoint : aiFoundryAiServices.outputs.endpoint

0 commit comments

Comments
 (0)