|
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | 8 | "version": "0.37.4.10188", |
9 | | - "templateHash": "14310770063360835011" |
| 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": { |
|
32964 | 32966 | "avmContainerApp", |
32965 | 32967 | "avmContainerApp_API", |
32966 | 32968 | "avmManagedIdentity", |
32967 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
32968 | 32969 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageQueue)]", |
| 32970 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
32969 | 32971 | "virtualNetwork" |
32970 | 32972 | ] |
32971 | 32973 | }, |
@@ -38706,10 +38708,10 @@ |
38706 | 38708 | "dependsOn": [ |
38707 | 38709 | "avmContainerApp", |
38708 | 38710 | "avmManagedIdentity", |
38709 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
38710 | 38711 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').contentUnderstanding)]", |
38711 | 38712 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
38712 | 38713 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
| 38714 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
38713 | 38715 | "logAnalyticsWorkspace", |
38714 | 38716 | "virtualNetwork" |
38715 | 38717 | ] |
|
41049 | 41051 | "avmManagedIdentity", |
41050 | 41052 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').contentUnderstanding)]", |
41051 | 41053 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
| 41054 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
41052 | 41055 | "virtualNetwork" |
41053 | 41056 | ] |
41054 | 41057 | }, |
|
0 commit comments