|
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | 8 | "version": "0.40.2.10011", |
9 | | - "templateHash": "8403017938611050215" |
| 9 | + "templateHash": "18177824041085730709" |
10 | 10 | }, |
11 | 11 | "name": "Intelligent Content Generation Accelerator", |
12 | 12 | "description": "Solution Accelerator for multimodal marketing content generation using Microsoft Agent Framework.\n" |
|
308 | 308 | "imageModelDeployment": "[if(not(equals(parameters('imageModelChoice'), 'none')), createArray(createObject('format', 'OpenAI', 'name', variables('imageModelConfig')[parameters('imageModelChoice')].name, 'model', variables('imageModelConfig')[parameters('imageModelChoice')].name, 'sku', createObject('name', variables('imageModelConfig')[parameters('imageModelChoice')].sku, 'capacity', parameters('imageModelCapacity')), 'version', variables('imageModelConfig')[parameters('imageModelChoice')].version, 'raiPolicyName', 'Microsoft.Default')), createArray())]", |
309 | 309 | "aiFoundryAiServicesModelDeployment": "[concat(variables('baseModelDeployments'), variables('imageModelDeployment'))]", |
310 | 310 | "aiFoundryAiProjectDescription": "Content Generation AI Foundry Project", |
| 311 | + "existingTags": "[coalesce(resourceGroup().tags, createObject())]", |
311 | 312 | "logAnalyticsWorkspaceResourceName": "[format('log-{0}', variables('solutionSuffix'))]", |
312 | 313 | "applicationInsightsResourceName": "[format('appi-{0}', variables('solutionSuffix'))]", |
313 | 314 | "userAssignedIdentityResourceName": "[format('id-{0}', variables('solutionSuffix'))]", |
|
364 | 365 | "apiVersion": "2021-04-01", |
365 | 366 | "name": "default", |
366 | 367 | "properties": { |
367 | | - "tags": "[shallowMerge(createArray(resourceGroup().tags, parameters('tags'), createObject('TemplateName', 'ContentGen', 'Type', if(parameters('enablePrivateNetworking'), 'WAF', 'Non-WAF'), 'CreatedBy', parameters('createdBy'))))]" |
| 368 | + "tags": "[union(variables('existingTags'), parameters('tags'), createObject('TemplateName', 'ContentGen', 'Type', if(parameters('enablePrivateNetworking'), 'WAF', 'Non-WAF'), 'CreatedBy', parameters('createdBy')))]" |
368 | 369 | } |
369 | 370 | }, |
370 | 371 | "aiSearchFoundryConnection": { |
|
14019 | 14020 | }, |
14020 | 14021 | "dependsOn": [ |
14021 | 14022 | "aiFoundryAiServices", |
14022 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
14023 | 14023 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
| 14024 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
14024 | 14025 | "virtualNetwork" |
14025 | 14026 | ] |
14026 | 14027 | }, |
|
0 commit comments