|
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | 8 | "version": "0.41.2.15936", |
9 | | - "templateHash": "487190158402104640" |
| 9 | + "templateHash": "5621595257944878269" |
10 | 10 | } |
11 | 11 | }, |
12 | 12 | "parameters": { |
|
30052 | 30052 | } |
30053 | 30053 | }, |
30054 | 30054 | "dependsOn": [ |
30055 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
30056 | 30055 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
30057 | 30056 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
| 30057 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
30058 | 30058 | "logAnalyticsWorkspace", |
30059 | 30059 | "userAssignedIdentity", |
30060 | 30060 | "virtualNetwork" |
|
54139 | 54139 | "AGENT_NAME_CONVERSATION": "", |
54140 | 54140 | "AGENT_NAME_TITLE": "", |
54141 | 54141 | "API_APP_NAME": "[format('api-{0}', variables('solutionSuffix'))]", |
54142 | | - "AI_FOUNDRY_RESOURCE_ID": "[if(not(empty(parameters('existingAiFoundryAiProjectResourceId'))), parameters('existingAiFoundryAiProjectResourceId'), reference('aiFoundryAiServices').outputs.resourceId.value)]", |
| 54142 | + "AI_FOUNDRY_RESOURCE_ID": "[reference('aiFoundryAiServices').outputs.resourceId.value]", |
54143 | 54143 | "AZURE_OPENAI_DEPLOYMENT_MODEL": "[parameters('gptModelName')]", |
54144 | 54144 | "AZURE_OPENAI_ENDPOINT": "[if(not(empty(variables('existingOpenAIEndpoint'))), variables('existingOpenAIEndpoint'), format('https://{0}.openai.azure.com/', reference('aiFoundryAiServices').outputs.name.value))]", |
54145 | 54145 | "AZURE_OPENAI_API_VERSION": "[parameters('azureOpenAIApiVersion')]", |
|
58326 | 58326 | "AI_FOUNDRY_RESOURCE_ID": { |
58327 | 58327 | "type": "string", |
58328 | 58328 | "metadata": { |
58329 | | - "description": "Resource ID of the AI Foundry Project." |
| 58329 | + "description": "Resource ID of the AI Foundry." |
58330 | 58330 | }, |
58331 | | - "value": "[if(not(empty(parameters('existingAiFoundryAiProjectResourceId'))), parameters('existingAiFoundryAiProjectResourceId'), reference('aiFoundryAiServices').outputs.resourceId.value)]" |
| 58331 | + "value": "[reference('aiFoundryAiServices').outputs.resourceId.value]" |
58332 | 58332 | }, |
58333 | 58333 | "CU_FOUNDRY_RESOURCE_ID": { |
58334 | 58334 | "type": "string", |
|
0 commit comments