diff --git a/docs/images/readme/approach.png b/docs/images/readme/approach.png index de1ad9c9..de7c5b24 100644 Binary files a/docs/images/readme/approach.png and b/docs/images/readme/approach.png differ diff --git a/docs/images/readme/processing-pipeline.png b/docs/images/readme/processing-pipeline.png index d94c5ee2..6dea0947 100644 Binary files a/docs/images/readme/processing-pipeline.png and b/docs/images/readme/processing-pipeline.png differ diff --git a/docs/images/readme/solution-architecture.png b/docs/images/readme/solution-architecture.png index cbc10211..065f8da1 100644 Binary files a/docs/images/readme/solution-architecture.png and b/docs/images/readme/solution-architecture.png differ diff --git a/infra/main.bicep b/infra/main.bicep index 2bc2b88c..5279b2b7 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -1237,7 +1237,6 @@ module avmCosmosDB 'br/public:avm/res/document-db/database-account:0.19.0' = { capabilitiesToAdd: [ 'EnableMongo' ] - enableAnalyticalStorage: true defaultConsistencyLevel: 'Session' maxIntervalInSeconds: 5 maxStalenessPrefix: 100 diff --git a/infra/main.json b/infra/main.json index b66d5b32..58b0c4ed 100644 --- a/infra/main.json +++ b/infra/main.json @@ -6,7 +6,7 @@ "_generator": { "name": "bicep", "version": "0.42.1.51946", - "templateHash": "312988678863218513" + "templateHash": "12078312041649297460" }, "name": "Content Processing Solution Accelerator", "description": "Bicep template to deploy the Content Processing Solution Accelerator with AVM compliance." @@ -42481,10 +42481,10 @@ }, "dependsOn": [ "avmAiServices", + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').contentUnderstanding)]", "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').contentUnderstanding)]", "virtualNetwork" ] }, @@ -50787,9 +50787,6 @@ "EnableMongo" ] }, - "enableAnalyticalStorage": { - "value": true - }, "defaultConsistencyLevel": { "value": "Session" },