|
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | 8 | "version": "0.37.4.10188", |
9 | | - "templateHash": "10045374231657176554" |
| 9 | + "templateHash": "11985360537269850534" |
10 | 10 | }, |
11 | 11 | "name": "Content Processing Solution Accelerator", |
12 | 12 | "description": "Bicep template to deploy the Content Processing Solution Accelerator with AVM compliance." |
|
15 | 15 | "solutionName": { |
16 | 16 | "type": "string", |
17 | 17 | "defaultValue": "cps", |
| 18 | + "minLength": 3, |
| 19 | + "maxLength": 20, |
18 | 20 | "metadata": { |
19 | | - "description": "Required. Name of the solution to deploy." |
| 21 | + "description": "Required. Name of the solution to deploy. This should be 3-20 characters long:" |
20 | 22 | } |
21 | 23 | }, |
22 | 24 | "location": { |
|
32968 | 32970 | "avmContainerApp", |
32969 | 32971 | "avmContainerApp_API", |
32970 | 32972 | "avmManagedIdentity", |
32971 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
32972 | 32973 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageQueue)]", |
| 32974 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
32973 | 32975 | "virtualNetwork" |
32974 | 32976 | ] |
32975 | 32977 | }, |
@@ -38710,10 +38712,10 @@ |
38710 | 38712 | "dependsOn": [ |
38711 | 38713 | "avmContainerApp", |
38712 | 38714 | "avmManagedIdentity", |
38713 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
| 38715 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').contentUnderstanding)]", |
38714 | 38716 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
| 38717 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
38715 | 38718 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
38716 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').contentUnderstanding)]", |
38717 | 38719 | "logAnalyticsWorkspace", |
38718 | 38720 | "virtualNetwork" |
38719 | 38721 | ] |
|
41051 | 41053 | "dependsOn": [ |
41052 | 41054 | "avmContainerApp", |
41053 | 41055 | "avmManagedIdentity", |
41054 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
41055 | 41056 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').contentUnderstanding)]", |
| 41057 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
41056 | 41058 | "virtualNetwork" |
41057 | 41059 | ] |
41058 | 41060 | }, |
|
0 commit comments