|
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | 8 | "version": "0.37.4.10188", |
9 | | - "templateHash": "11248839133370877384" |
| 9 | + "templateHash": "4682612971990946423" |
10 | 10 | } |
11 | 11 | }, |
12 | 12 | "parameters": { |
|
21073 | 21073 | "name": "AZURE-OPENAI-ENDPOINT", |
21074 | 21074 | "value": "[if(not(empty(variables('existingOpenAIEndpoint'))), variables('existingOpenAIEndpoint'), format('https://{0}.openai.azure.com/', variables('aiFoundryAiServicesResourceName')))]" |
21075 | 21075 | }, |
| 21076 | + { |
| 21077 | + "name": "AZURE-AI-AGENT-ENDPOINT", |
| 21078 | + "value": "[if(not(empty(variables('existingProjEndpoint'))), variables('existingProjEndpoint'), reference('aiFoundryAiServices').outputs.aiProjectInfo.value.apiEndpoint)]" |
| 21079 | + }, |
21076 | 21080 | { |
21077 | 21081 | "name": "COG-SERVICES-ENDPOINT", |
21078 | 21082 | "value": "[if(not(empty(variables('existingOpenAIEndpoint'))), variables('existingOpenAIEndpoint'), reference('aiFoundryAiServices').outputs.endpoint.value)]" |
|
30063 | 30067 | }, |
30064 | 30068 | "dependsOn": [ |
30065 | 30069 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
30066 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
30067 | 30070 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
| 30071 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
30068 | 30072 | "backendUserAssignedIdentity", |
30069 | 30073 | "logAnalyticsWorkspace", |
30070 | 30074 | "userAssignedIdentity", |
|
32391 | 32395 | } |
32392 | 32396 | }, |
32393 | 32397 | "dependsOn": [ |
32394 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
32395 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
32396 | 32398 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
| 32399 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
| 32400 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
32397 | 32401 | "logAnalyticsWorkspace", |
32398 | 32402 | "userAssignedIdentity", |
32399 | 32403 | "virtualNetwork" |
@@ -40763,10 +40767,10 @@ |
40763 | 40767 | } |
40764 | 40768 | }, |
40765 | 40769 | "dependsOn": [ |
40766 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageFile)]", |
| 40770 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
40767 | 40771 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageQueue)]", |
| 40772 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageFile)]", |
40768 | 40773 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageDfs)]", |
40769 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
40770 | 40774 | "userAssignedIdentity", |
40771 | 40775 | "virtualNetwork" |
40772 | 40776 | ] |
|
0 commit comments