|
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | 8 | "version": "0.40.2.10011", |
9 | | - "templateHash": "9008126217899627179" |
| 9 | + "templateHash": "13692784047172844036" |
10 | 10 | }, |
11 | 11 | "name": "Intelligent Content Generation Accelerator", |
12 | 12 | "description": "Solution Accelerator for multimodal marketing content generation using Microsoft Agent Framework.\n" |
|
70 | 70 | "OpenAI.GlobalStandard.gpt-image-1,1" |
71 | 71 | ] |
72 | 72 | }, |
73 | | - "description": "Optional. Location for AI deployments. If not specified, uses the main location." |
| 73 | + "description": "Required. Location for AI deployments." |
74 | 74 | } |
75 | 75 | }, |
76 | 76 | "gptModelDeploymentType": { |
|
237 | 237 | }, |
238 | 238 | "variables": { |
239 | 239 | "solutionLocation": "[if(empty(parameters('location')), resourceGroup().location, parameters('location'))]", |
240 | | - "validAiServiceRegions": [ |
241 | | - "australiaeast", |
242 | | - "eastus", |
243 | | - "eastus2", |
244 | | - "francecentral", |
245 | | - "japaneast", |
246 | | - "koreacentral", |
247 | | - "swedencentral", |
248 | | - "switzerlandnorth", |
249 | | - "uaenorth", |
250 | | - "uksouth", |
251 | | - "westus", |
252 | | - "westus3" |
253 | | - ], |
254 | | - "aiServiceRegionFallback": { |
255 | | - "australiaeast": "australiaeast", |
256 | | - "australiasoutheast": "australiaeast", |
257 | | - "brazilsouth": "eastus2", |
258 | | - "canadacentral": "eastus2", |
259 | | - "canadaeast": "eastus2", |
260 | | - "centralindia": "uksouth", |
261 | | - "centralus": "eastus2", |
262 | | - "eastasia": "japaneast", |
263 | | - "eastus": "eastus", |
264 | | - "eastus2": "eastus2", |
265 | | - "francecentral": "francecentral", |
266 | | - "germanywestcentral": "swedencentral", |
267 | | - "japaneast": "japaneast", |
268 | | - "japanwest": "japaneast", |
269 | | - "koreacentral": "koreacentral", |
270 | | - "koreasouth": "koreacentral", |
271 | | - "northcentralus": "eastus2", |
272 | | - "northeurope": "swedencentral", |
273 | | - "norwayeast": "swedencentral", |
274 | | - "polandcentral": "swedencentral", |
275 | | - "qatarcentral": "uaenorth", |
276 | | - "southafricanorth": "uksouth", |
277 | | - "southcentralus": "eastus2", |
278 | | - "southeastasia": "japaneast", |
279 | | - "southindia": "uksouth", |
280 | | - "swedencentral": "swedencentral", |
281 | | - "switzerlandnorth": "switzerlandnorth", |
282 | | - "uaenorth": "uaenorth", |
283 | | - "uksouth": "uksouth", |
284 | | - "ukwest": "uksouth", |
285 | | - "westcentralus": "westus", |
286 | | - "westeurope": "swedencentral", |
287 | | - "westindia": "uksouth", |
288 | | - "westus": "westus", |
289 | | - "westus2": "westus", |
290 | | - "westus3": "westus3" |
291 | | - }, |
292 | 240 | "acrResourceName": "[parameters('acrName')]", |
293 | 241 | "solutionSuffix": "[toLower(trim(replace(replace(replace(replace(replace(replace(format('{0}{1}', parameters('solutionName'), parameters('solutionUniqueText')), '-', ''), '_', ''), '.', ''), '/', ''), ' ', ''), '*', '')))]", |
294 | 242 | "cosmosDbZoneRedundantHaRegionPairs": { |
|
14077 | 14025 | }, |
14078 | 14026 | "dependsOn": [ |
14079 | 14027 | "aiFoundryAiServices", |
14080 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
14081 | 14028 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
| 14029 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
14082 | 14030 | "virtualNetwork" |
14083 | 14031 | ] |
14084 | 14032 | }, |
|
0 commit comments