You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/how-to-setup-customer-managed-keys.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -336,6 +336,7 @@ az cosmosdb show \
336
336
--query "keyVaultKeyUri"
337
337
```
338
338
339
+
339
340
---
340
341
341
342
## Using a managed identity in the Azure Key Vault access policy
@@ -461,9 +462,6 @@ Currently, only user-assigned managed identity is supported for creating continu
461
462
462
463
Once the account has been created, you can update the identity to system-assigned managed identity.
463
464
464
-
> [!NOTE]
465
-
> System-assigned identity and continuous backup mode is currently under Public Preview and may change in the future.
466
-
467
465
Alternatively, user can also create a system identity with periodic backup mode first, then migrate the account to Continuous backup mode using these instructions [Migrate an Azure Cosmos DB account from periodic to continuous backup mode](./migrate-continuous-backup.md)
468
466
469
467
### [Azure CLI](#tab/azure-cli)
@@ -536,10 +534,6 @@ A user-assigned identity is required in the restore request because the source a
536
534
537
535
Use the Azure CLI to restore a continuous account that is already configured using a system-assigned or user-assigned managed identity.
538
536
539
-
> [!NOTE]
540
-
> This feature is currently under Public Preview and requires Cosmos DB CLI Extension version 0.20.0 or higher.
541
-
542
-
543
537
1. Create a new user-assigned identity (or use an existing one) for the restore process.
544
538
545
539
1. Create the new access policy in your Azure Key Vault account as described previously, use the Object ID of the managed identity from step 1.
@@ -577,7 +571,6 @@ Use the Azure CLI to restore a continuous account that is already configured usi
577
571
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.
0 commit comments