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.
2 parents e9b0b6e + 68c3396 commit a645f76Copy full SHA for a645f76
infra/main.bicep
@@ -613,6 +613,10 @@ module keyvault 'br/public:avm/res/key-vault/vault:0.12.1' = {
613
name: 'AZURE-OPENAI-ENDPOINT'
614
value: !empty(existingOpenAIEndpoint) ? existingOpenAIEndpoint : 'https://${aiFoundryAiServicesResourceName}.openai.azure.com/'
615
}
616
+ {
617
+ name: 'AZURE-AI-AGENT-ENDPOINT'
618
+ value: !empty(existingProjEndpoint) ? existingProjEndpoint : aiFoundryAiServices.outputs.aiProjectInfo.apiEndpoint
619
+ }
620
{
621
name: 'COG-SERVICES-ENDPOINT'
622
value: !empty(existingOpenAIEndpoint) ? existingOpenAIEndpoint : aiFoundryAiServices.outputs.endpoint
0 commit comments