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
@@ -347,6 +347,7 @@ az cosmosdb show \
347
347
--query "keyVaultKeyUri"
348
348
```
349
349
350
+
350
351
---
351
352
352
353
## Using a managed identity in the Azure Key Vault access policy
@@ -472,9 +473,6 @@ Currently, only user-assigned managed identity is supported for creating continu
472
473
473
474
Once the account has been created, you can update the identity to system-assigned managed identity.
474
475
475
-
> [!NOTE]
476
-
> System-assigned identity and continuous backup mode is currently under Public Preview and may change in the future.
477
-
478
476
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)
479
477
480
478
### [Azure CLI](#tab/azure-cli)
@@ -547,10 +545,6 @@ A user-assigned identity is required in the restore request because the source a
547
545
548
546
Use the Azure CLI to restore a continuous account that is already configured using a system-assigned or user-assigned managed identity.
549
547
550
-
> [!NOTE]
551
-
> This feature is currently under Public Preview and requires Cosmos DB CLI Extension version 0.20.0 or higher.
552
-
553
-
554
548
1. Create a new user-assigned identity (or use an existing one) for the restore process.
555
549
556
550
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.
@@ -585,7 +579,6 @@ Use the Azure CLI to restore a continuous account that is already configured usi
585
579
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