File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -531,8 +531,7 @@ resource azureLocatioEntry 'Microsoft.KeyVault/vaults/secrets@2021-11-01-preview
531531
532532output keyvaultName string = keyvaultName
533533output keyvaultId string = keyVault .id
534-
535- output aiServicesTarget string = aiServices .properties .endpoint //aiServices_m.properties.endpoint
534+ output aiServicesTarget string = aiServices .properties .endpoints ['OpenAI Language Model Instance API' ] //aiServices_m.properties.endpoint
536535output aiServicesName string = aiServicesName //aiServicesName_m
537536output aiServicesId string = aiServices .id //aiServices_m.id
538537
@@ -548,5 +547,5 @@ output storageAccountName string = storageNameCleaned
548547
549548output azureOpenAIKeyName string = azureOpenAIApiKeyEntry .name
550549
551- output azureProjectConnString string = '${ aiProjectName };${ subscription (). subscriptionId };${ resourceGroup (). name };${ aiProject .name }'
550+ output projectEndpoint string = aiProject .properties . endpoints [ 'AI Foundry API' ]
552551output applicationInsightsConnectionString string = applicationInsights .properties .ConnectionString
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ output ENVIRONMENT_NAME string = environmentName
252252output AZURE_CONTENT_UNDERSTANDING_LOCATION string = contentUnderstandingLocation
253253output AZURE_SECONDARY_LOCATION string = secondaryLocation
254254output APPINSIGHTS_INSTRUMENTATIONKEY string = backend_docker .outputs .appInsightInstrumentationKey
255- output AZURE_AI_PROJECT_CONN_STRING string = aifoundry .outputs .azureProjectConnString
255+ output AZURE_AI_PROJECT_CONN_STRING string = aifoundry .outputs .projectEndpoint
256256output AZURE_AI_PROJECT_NAME string = aifoundry .outputs .aiProjectName
257257output AZURE_AI_SEARCH_API_KEY string = ''
258258output AZURE_AI_SEARCH_ENDPOINT string = aifoundry .outputs .aiSearchTarget
You can’t perform that action at this time.
0 commit comments