File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: Learn how to configure customer-managed keys for your Azure Cosmos
4
4
author : ThomasWeiss
5
5
ms.service : cosmos-db
6
6
ms.topic : how-to
7
- ms.date : 05/05 /2022
7
+ ms.date : 07/20 /2022
8
8
ms.author : thweiss
9
9
ms.custom : devx-track-azurepowershell, devx-track-azurecli
10
10
ms.devlang : azurecli
@@ -350,13 +350,13 @@ When you create a new Azure Cosmos account through an Azure Resource Manager tem
350
350
"type" : " Microsoft.DocumentDB/databaseAccounts" ,
351
351
"identity" : {
352
352
"type" : " UserAssigned" ,
353
- "backupPolicy" : {"type" : " Continuous" },
354
353
"userAssignedIdentities" : {
355
354
"<identity-resource-id>" : {}
356
355
}
357
356
},
358
357
// ...
359
358
"properties" : {
359
+ "backupPolicy" : { "type" : " Continuous" },
360
360
"defaultIdentity" : " UserAssignedIdentity=<identity-resource-id>"
361
361
"keyVaultKeyUri" : " <key-vault-key-uri>"
362
362
// ...
You can’t perform that action at this time.
0 commit comments