File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ param azureExistingAIProjectResourceId string = ''
1919// // Extract components from existing AI Project Resource ID if provided
2020var useExistingProject = !empty (azureExistingAIProjectResourceId )
2121var existingProjName = useExistingProject ? last (split (azureExistingAIProjectResourceId , '/' )) : ''
22- var existingProjEndpoint = useExistingProject ? format ('https://{0}.services.ai.azure.com/api/projects/{0}' , existingProjName ) : ''
22+ var existingProjEndpoint = useExistingProject ? format ('https://{0}.services.ai.azure.com/api/projects/{1}' , aiServicesName , existingProjName ) : ''
2323
2424// Reference to cognitive service in current resource group for new projects
2525resource cogServiceReference 'Microsoft.CognitiveServices/accounts@2024-10-01' existing = {
You can’t perform that action at this time.
0 commit comments