Skip to content

Commit 3ac84a0

Browse files
author
Thomas Weiss
committed
Fixed ARM sample for CMK + PITR
1 parent d4b97a1 commit 3ac84a0

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)