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 d27f95e commit 9d8da38Copy full SHA for 9d8da38
infra/main.bicep
@@ -123,7 +123,7 @@ module aca 'aca.bicep' = {
123
containerAppsEnvironmentName: containerApps.outputs.environmentName
124
containerRegistryName: containerApps.outputs.registryName
125
aiServicesDeploymentName: aiServicesDeploymentName
126
- aiServicesEndpoint: 'https://${aiServices.outputs.name}.services.ai.azure.com/models'
+ aiServicesEndpoint: 'https://${aiServices.outputs.name}.services.ai.azure.com/openai/v1'
127
exists: acaExists
128
}
129
0 commit comments