|
5 | 5 | "metadata": { |
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | | - "version": "0.40.2.10011", |
9 | | - "templateHash": "46164870636097653" |
| 8 | + "version": "0.41.2.15936", |
| 9 | + "templateHash": "14235802001827059391" |
10 | 10 | } |
11 | 11 | }, |
12 | 12 | "parameters": { |
|
61 | 61 | "description": "Required. Azure region for AI services (OpenAI/AI Foundry). Must be a region that supports o3 model deployment." |
62 | 62 | } |
63 | 63 | }, |
64 | | - "aiDeploymentLocation": { |
65 | | - "type": "string", |
66 | | - "defaultValue": "[parameters('azureAiServiceLocation')]", |
67 | | - "allowedValues": [ |
68 | | - "australiaeast", |
69 | | - "eastus", |
70 | | - "eastus2", |
71 | | - "francecentral", |
72 | | - "japaneast", |
73 | | - "norwayeast", |
74 | | - "southindia", |
75 | | - "swedencentral", |
76 | | - "uksouth", |
77 | | - "westus", |
78 | | - "westus3" |
79 | | - ], |
80 | | - "metadata": { |
81 | | - "description": "Required. Azure region for AI model deployment. Should match azureAiServiceLocation for optimal performance." |
82 | | - } |
83 | | - }, |
84 | 64 | "containerRegistryHost": { |
85 | 65 | "type": "string", |
86 | 66 | "defaultValue": "containermigrationacr.azurecr.io", |
|
4698 | 4678 | "metadata": { |
4699 | 4679 | "_generator": { |
4700 | 4680 | "name": "bicep", |
4701 | | - "version": "0.40.2.10011", |
4702 | | - "templateHash": "13184395339364197836" |
| 4681 | + "version": "0.41.2.15936", |
| 4682 | + "templateHash": "10681183203421948888" |
4703 | 4683 | } |
4704 | 4684 | }, |
4705 | 4685 | "definitions": { |
|
30068 | 30048 | "metadata": { |
30069 | 30049 | "_generator": { |
30070 | 30050 | "name": "bicep", |
30071 | | - "version": "0.40.2.10011", |
30072 | | - "templateHash": "8742987061721021759" |
| 30051 | + "version": "0.41.2.15936", |
| 30052 | + "templateHash": "8365054813170845685" |
30073 | 30053 | } |
30074 | 30054 | }, |
30075 | 30055 | "definitions": { |
|
52099 | 52079 | }, |
52100 | 52080 | "dependsOn": [ |
52101 | 52081 | "appIdentity", |
52102 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
52103 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
52104 | 52082 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
| 52083 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
| 52084 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
52105 | 52085 | "virtualNetwork" |
52106 | 52086 | ] |
52107 | 52087 | }, |
|
0 commit comments