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 c6d5947 commit e16ac5fCopy full SHA for e16ac5f
infra/main.bicep
@@ -1125,7 +1125,7 @@ module aiFoundryAiServicesProject 'modules/ai-project.bicep' = if (!useExistingA
1125
location: azureAiServiceLocation
1126
tags: tags
1127
desc: aiFoundryAiProjectDescription
1128
- aiServicesName: aiFoundryAiServicesResourceName
+ aiServicesName: useExistingAiFoundryAiProject ? existingAiFoundryAiServices.name : aiFoundryAiServices!.outputs.name
1129
}
1130
1131
0 commit comments