|
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | 8 | "version": "0.38.33.27573", |
9 | | - "templateHash": "6402394764328053517" |
| 9 | + "templateHash": "13371003400994981566" |
10 | 10 | }, |
11 | 11 | "name": "Content Processing Solution Accelerator", |
12 | 12 | "description": "Bicep template to deploy the Content Processing Solution Accelerator with AVM compliance." |
|
113 | 113 | "description": "Optional. The public container image endpoint." |
114 | 114 | } |
115 | 115 | }, |
116 | | - "appContainerImageName": { |
117 | | - "type": "string", |
118 | | - "defaultValue": "contentprocessor", |
119 | | - "metadata": { |
120 | | - "description": "Optional. The Container Image Name to deploy on the App Container App." |
121 | | - } |
122 | | - }, |
123 | | - "apiContainerImageName": { |
124 | | - "type": "string", |
125 | | - "defaultValue": "contentprocessorapi", |
126 | | - "metadata": { |
127 | | - "description": "Optional. The Container Image Name to deploy on the API Container App." |
128 | | - } |
129 | | - }, |
130 | | - "webContainerImageName": { |
131 | | - "type": "string", |
132 | | - "defaultValue": "contentprocessorweb", |
133 | | - "metadata": { |
134 | | - "description": "Optional. The Container Image Name to deploy on the Web Container App." |
135 | | - } |
136 | | - }, |
137 | | - "containerImageTag": { |
| 116 | + "imageTag": { |
138 | 117 | "type": "string", |
139 | 118 | "defaultValue": "latest_2025-11-04_458", |
140 | 119 | "metadata": { |
141 | | - "description": "Optional. The container image tag to use for all container apps." |
| 120 | + "description": "Optional. The image tag for the container images." |
142 | 121 | } |
143 | 122 | }, |
144 | 123 | "enablePrivateNetworking": { |
@@ -40929,10 +40908,10 @@ |
40929 | 40908 | "dependsOn": [ |
40930 | 40909 | "avmContainerApp", |
40931 | 40910 | "avmManagedIdentity", |
| 40911 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
40932 | 40912 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').contentUnderstanding)]", |
40933 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
40934 | 40913 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
40935 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
| 40914 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
40936 | 40915 | "logAnalyticsWorkspace", |
40937 | 40916 | "virtualNetwork" |
40938 | 40917 | ] |
|
45007 | 44986 | "value": [ |
45008 | 44987 | { |
45009 | 44988 | "name": "[format('ca-{0}', variables('solutionSuffix'))]", |
45010 | | - "image": "[format('{0}/{1}:{2}', parameters('publicContainerImageEndpoint'), parameters('appContainerImageName'), parameters('containerImageTag'))]", |
| 44989 | + "image": "[format('{0}/contentprocessor:{1}', parameters('publicContainerImageEndpoint'), parameters('imageTag'))]", |
45011 | 44990 | "resources": { |
45012 | 44991 | "cpu": 4, |
45013 | 44992 | "memory": "8.0Gi" |
|
46607 | 46586 | "value": [ |
46608 | 46587 | { |
46609 | 46588 | "name": "[format('ca-{0}-api', variables('solutionSuffix'))]", |
46610 | | - "image": "[format('{0}/{1}:{2}', parameters('publicContainerImageEndpoint'), parameters('apiContainerImageName'), parameters('containerImageTag'))]", |
| 46589 | + "image": "[format('{0}/contentprocessorapi:{1}', parameters('publicContainerImageEndpoint'), parameters('imageTag'))]", |
46611 | 46590 | "resources": { |
46612 | 46591 | "cpu": 4, |
46613 | 46592 | "memory": "8.0Gi" |
|
48293 | 48272 | "value": [ |
48294 | 48273 | { |
48295 | 48274 | "name": "[format('ca-{0}-web', variables('solutionSuffix'))]", |
48296 | | - "image": "[format('{0}/{1}:{2}', parameters('publicContainerImageEndpoint'), parameters('webContainerImageName'), parameters('containerImageTag'))]", |
| 48275 | + "image": "[format('{0}/contentprocessorweb:{1}', parameters('publicContainerImageEndpoint'), parameters('imageTag'))]", |
48297 | 48276 | "resources": { |
48298 | 48277 | "cpu": 4, |
48299 | 48278 | "memory": "8.0Gi" |
|
60408 | 60387 | "value": [ |
60409 | 60388 | { |
60410 | 60389 | "name": "[format('ca-{0}', variables('solutionSuffix'))]", |
60411 | | - "image": "[format('{0}/{1}:{2}', parameters('publicContainerImageEndpoint'), parameters('appContainerImageName'), parameters('containerImageTag'))]", |
| 60390 | + "image": "[format('{0}/contentprocessor:{1}', parameters('publicContainerImageEndpoint'), parameters('imageTag'))]", |
60412 | 60391 | "resources": { |
60413 | 60392 | "cpu": 4, |
60414 | 60393 | "memory": "8.0Gi" |
|
62007 | 61986 | "value": [ |
62008 | 61987 | { |
62009 | 61988 | "name": "[format('ca-{0}-api', variables('solutionSuffix'))]", |
62010 | | - "image": "[format('{0}/{1}:{2}', parameters('publicContainerImageEndpoint'), parameters('apiContainerImageName'), parameters('containerImageTag'))]", |
| 61989 | + "image": "[format('{0}/contentprocessorapi:{1}', parameters('publicContainerImageEndpoint'), parameters('imageTag'))]", |
62011 | 61990 | "resources": { |
62012 | 61991 | "cpu": 4, |
62013 | 61992 | "memory": "8.0Gi" |
|
0 commit comments