|
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | 8 | "version": "0.42.1.51946", |
9 | | - "templateHash": "2184176346978633067" |
| 9 | + "templateHash": "16426605119873492" |
10 | 10 | }, |
11 | 11 | "name": "Content Processing Solution Accelerator", |
12 | 12 | "description": "Bicep template to deploy the Content Processing Solution Accelerator with AVM compliance." |
|
7485 | 7485 | "description": "Optional. Storage account boot diagnostic base URI." |
7486 | 7486 | } |
7487 | 7487 | }, |
| 7488 | + "proximityPlacementGroupResourceId": { |
| 7489 | + "type": "string", |
| 7490 | + "defaultValue": "", |
| 7491 | + "metadata": { |
| 7492 | + "description": "Optional. Resource ID of a proximity placement group." |
| 7493 | + } |
| 7494 | + }, |
7488 | 7495 | "virtualMachineScaleSetResourceId": { |
7489 | 7496 | "type": "string", |
7490 | 7497 | "defaultValue": "", |
|
8075 | 8082 | }, |
8076 | 8083 | "applicationProfile": "[if(not(empty(parameters('galleryApplications'))), createObject('galleryApplications', parameters('galleryApplications')), null())]", |
8077 | 8084 | "availabilitySet": "[if(not(empty(parameters('availabilitySetResourceId'))), createObject('id', parameters('availabilitySetResourceId')), null())]", |
| 8085 | + "proximityPlacementGroup": "[if(not(empty(parameters('proximityPlacementGroupResourceId'))), createObject('id', parameters('proximityPlacementGroupResourceId')), null())]", |
8078 | 8086 | "virtualMachineScaleSet": "[if(not(empty(parameters('virtualMachineScaleSetResourceId'))), createObject('id', parameters('virtualMachineScaleSetResourceId')), null())]", |
8079 | 8087 | "priority": "[parameters('priority')]", |
8080 | 8088 | "evictionPolicy": "[if(and(not(empty(parameters('priority'))), not(equals(parameters('priority'), 'Regular'))), parameters('evictionPolicy'), null())]", |
|
36181 | 36189 | "avmContainerApp_API", |
36182 | 36190 | "avmContainerApp_Workflow", |
36183 | 36191 | "avmManagedIdentity", |
36184 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
36185 | 36192 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageQueue)]", |
| 36193 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
36186 | 36194 | "virtualNetwork" |
36187 | 36195 | ] |
36188 | 36196 | }, |
|
42476 | 42484 | "dependsOn": [ |
42477 | 42485 | "avmAiServices", |
42478 | 42486 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').contentUnderstanding)]", |
42479 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
42480 | 42487 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
| 42488 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
42481 | 42489 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
42482 | 42490 | "virtualNetwork" |
42483 | 42491 | ] |
|
45679 | 45687 | }, |
45680 | 45688 | "dependsOn": [ |
45681 | 45689 | "avmAiServices_cu", |
45682 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').contentUnderstanding)]", |
45683 | 45690 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
| 45691 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').contentUnderstanding)]", |
45684 | 45692 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
45685 | 45693 | "virtualNetwork" |
45686 | 45694 | ] |
|
53984 | 53992 | "EnableMongo" |
53985 | 53993 | ] |
53986 | 53994 | }, |
53987 | | - "enableAnalyticalStorage": { |
53988 | | - "value": true |
53989 | | - }, |
53990 | 53995 | "defaultConsistencyLevel": { |
53991 | 53996 | "value": "Session" |
53992 | 53997 | }, |
|
0 commit comments