Skip to content

Commit 38e7012

Browse files
author
Dileep Rao
committed
Updated the documents with user identity info
1 parent 56d51b5 commit 38e7012

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

articles/cosmos-db/configure-periodic-backup-restore.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ If you have accidentally deleted or corrupted your data, you should contact [Azu
172172
> * VNET access control lists
173173
> * Stored procedures, triggers and user-defined functions
174174
> * Multi-region settings
175+
> * Managed identity settings
176+
175177

176178
If you provision throughput at the database level, the backup and restore process in this case happen at the entire database level, and not at the individual containers level. In such cases, you can't select a subset of containers to restore.
177179

articles/cosmos-db/how-to-setup-customer-managed-keys.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ Not available
516516

517517
## Restore a continuous account that is configured with managed identity
518518

519-
System identity is tied to one specific account and can't be reused in another account. So, a new user-assigned identity is required during the restore process.
519+
A user-assigned identity is required in the restore request because the source account managed identity (User-assigned and System-assigned identities) cannot be carried over automatically to the target database account.
520520

521521
### [Azure CLI](#tab/azure-cli)
522522

@@ -525,7 +525,6 @@ Use the Azure CLI to restore a continuous account that is already configured usi
525525
> [!NOTE]
526526
> This feature is currently under Public Preview and requires Cosmos DB CLI Extension version 0.20.0 or higher.
527527
528-
The newly created user assigned identity is only needed during the restore and can be cleaned up once the restore has completed. First, to restore a source account with system-assigned identity.
529528

530529
1. Create a new user-assigned identity (or use an existing one) for the restore process.
531530

@@ -563,9 +562,7 @@ The newly created user assigned identity is only needed during the restore and c
563562
564563
1. Once the restore has completed, the target (restored) account will have the user-assigned identity. If desired, user can update the account to use System-Assigned managed identity.
565564
566-
By default, when you trigger a restore for an account with user-assigned managed identity, the user-assigned identity will be passed to the target account automatically.
567565
568-
If desired, the user can also trigger a restore using a different user-assigned identity than the source account by specifying it in the restore parameters.
569566
570567
### [PowerShell / Azure Resource Manager template / Azure portal](#tab/azure-powershell+arm-template+azure-portal)
571568

0 commit comments

Comments
 (0)