Skip to content

Commit f129514

Browse files
authored
Merge pull request #205424 from ThomasWeiss/thweiss-cosmosdb-cmk-pitr-fix
Fixed ARM sample for CMK + PITR
2 parents 8427977 + 3ac84a0 commit f129514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/how-to-setup-cmk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to configure customer-managed keys for your Azure Cosmos
44
author: ThomasWeiss
55
ms.service: cosmos-db
66
ms.topic: how-to
7-
ms.date: 05/05/2022
7+
ms.date: 07/20/2022
88
ms.author: thweiss
99
ms.custom: devx-track-azurepowershell, devx-track-azurecli
1010
ms.devlang: azurecli
@@ -350,13 +350,13 @@ When you create a new Azure Cosmos account through an Azure Resource Manager tem
350350
"type": "Microsoft.DocumentDB/databaseAccounts",
351351
"identity": {
352352
"type": "UserAssigned",
353-
"backupPolicy": {"type": "Continuous"},
354353
"userAssignedIdentities": {
355354
"<identity-resource-id>": {}
356355
}
357356
},
358357
// ...
359358
"properties": {
359+
"backupPolicy": { "type": "Continuous" },
360360
"defaultIdentity": "UserAssignedIdentity=<identity-resource-id>"
361361
"keyVaultKeyUri": "<key-vault-key-uri>"
362362
// ...

0 commit comments

Comments
 (0)