Skip to content

Commit 01df8ad

Browse files
Update main.bicep
1 parent 89f35ef commit 01df8ad

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,4 +502,4 @@ output AZURE_SQL_SERVER_USERNAME string = sqlServerEnabled ? servicesUsername :
502502
output AZURE_COSMOS_ACCOUNT_NAME string = cosmosDbEnabled ? cosmosDb.outputs.cosmosDBname : ''
503503
output SAMPLE_APP_URL string = deploySampleApp ? appService.outputs.uri : ''
504504
output AZURE_APP_SAMPLE_ENABLED bool = deploySampleApp
505-
output AZURE_AI_AGENT_ENDPOINT string = cognitiveServices.outputs.aiFoundryAiProjectEndpoint
505+
output AZURE_AI_AGENT_ENDPOINT string = cognitiveServices.outputs.aiServicesEndpoint

infra/main.parameters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"authClientSecret": {
5757
"value": "${AZURE_AUTH_CLIENT_SECRET}"
5858
},
59-
"aiFoundryAiProjectEndpoint":{
59+
"aiServicesEndpoint":{
6060
"value": "${AZURE_AI_AGENT_ENDPOINT}"
6161
},
6262
"aiEmbeddingModelDeployment": {

infra/modules/cognitive-services/main.bicep

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ output aiServicesResourceId string = aiServices.outputs.resourceId
259259
output aiServicesName string = aiServices.outputs.name
260260
output aiServicesEndpoint string = aiServices.outputs.endpoint
261261
output aiServicesSystemAssignedMIPrincipalId string = aiServices.outputs.?systemAssignedMIPrincipalId ?? ''
262-
output aiFoundryAiProjectEndpoint string = aiServices.outputs.endpoint
263262
output connections array = union(
264263
[aiServices.outputs.foundryConnection],
265264
contentSafetyEnabled ? [contentSafety.outputs.foundryConnection] : [],

0 commit comments

Comments
 (0)