Skip to content

Commit 47b813b

Browse files
committed
Updated TOC and anchor links
1 parent 0f034a3 commit 47b813b

File tree

6 files changed

+16
-6
lines changed

6 files changed

+16
-6
lines changed

articles/cosmos-db/cassandra/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,9 @@
415415
- name: Restrict user access to data operations only
416416
href: ../how-to-restrict-user-data.md
417417
- name: Configure customer-managed keys
418-
href: ../how-to-setup-cmk.md
418+
href: ../how-to-setup-customer-managed-keys.md
419+
- name: Configure cross-tenant customer-managed keys
420+
href: ../how-to-setup-cross-tenant-customer-managed-keys.md
419421
- name: Use a managed identity
420422
href: ../how-to-setup-managed-identity.md
421423
- name: Monitor

articles/cosmos-db/graph/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,9 @@
314314
- name: Restrict user access to data operations only
315315
href: ../how-to-restrict-user-data.md
316316
- name: Configure customer-managed keys
317-
href: ../how-to-setup-cmk.md
317+
href: ../how-to-setup-customer-managed-keys.md
318+
- name: Configure cross-tenant customer-managed keys
319+
href: ../how-to-setup-cross-tenant-customer-managed-keys.md
318320
- name: Use a managed identity
319321
href: ../how-to-setup-managed-identity.md
320322
- name: Manage Azure Cosmos DB resources

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Register-AzResourceProvider @parameters
9393
9494
Up to this point, you've configured the multi-tenant application on the service provider's tenant. You've also installed the application on the customer's tenant and configured the key vault and key on the customer's tenant. Next you can create an Azure Cosmos DB account on the service provider's tenant and configure customer-managed keys with the key from the customer's tenant.
9595

96-
You must use an existing user-assigned managed identity to authorize access to the key vault when you configure customer-managed keys while creating the Azure Cosmos DB account. The user-assigned managed identity must have appropriate permissions to access the key vault. As the key vault is on another tenant, we'll use the multi tenant application created previously and register the user assigned managed identity as a federated identity of this multi-tenant application. For more information, see the [Phase 3 - The service provider encrypts data in an Azure resource using the customer-managed key](#phase-3---The-service-provider-encrypts-data-in-an-azure-resource-using-the-customer-managed-key) section of this article.
96+
You must use an existing user-assigned managed identity to authorize access to the key vault when you configure customer-managed keys while creating the Azure Cosmos DB account. The user-assigned managed identity must have appropriate permissions to access the key vault. As the key vault is on another tenant, we'll use the multi tenant application created previously and register the user assigned managed identity as a federated identity of this multi-tenant application. For more information, see the [Phase 3 - The service provider encrypts data in an Azure resource using the customer-managed key](#phase-3---the-service-provider-encrypts-data-in-an-azure-resource-using-the-customer-managed-key) section of this article.
9797

9898
Whenever a new version of the key is available in the key vault, it will be automatically updated on the Azure Cosmos DB account.
9999

articles/cosmos-db/mongodb/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,9 @@
469469
- name: Restrict user access to data operations only
470470
href: ../how-to-restrict-user-data.md
471471
- name: Configure customer-managed keys
472-
href: ../how-to-setup-cmk.md
472+
href: ../how-to-setup-customer-managed-keys.md
473+
- name: Configure cross-tenant customer-managed keys
474+
href: ../how-to-setup-cross-tenant-customer-managed-keys.md
473475
- name: Use a managed identity
474476
href: ../how-to-setup-managed-identity.md
475477
- name: Monitor

articles/cosmos-db/sql/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,9 @@
10731073
- name: Use Always Encrypted
10741074
href: ../how-to-always-encrypted.md
10751075
- name: Configure customer-managed keys
1076-
href: ../how-to-setup-cmk.md
1076+
href: ../how-to-setup-customer-managed-keys.md
1077+
- name: Configure cross-tenant customer-managed keys
1078+
href: ../how-to-setup-cross-tenant-customer-managed-keys.md
10771079
- name: Access Azure Key Vault with managed identity
10781080
href: ../access-key-vault-managed-identity.md
10791081
- name: Managed Identity

articles/cosmos-db/table/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,9 @@
352352
- name: Restrict user access to data operations only
353353
href: ../how-to-restrict-user-data.md
354354
- name: Configure customer-managed keys
355-
href: ../how-to-setup-cmk.md
355+
href: ../how-to-setup-customer-managed-keys.md
356+
- name: Configure cross-tenant customer-managed keys
357+
href: ../how-to-setup-cross-tenant-customer-managed-keys.md
356358
- name: Use a managed identity
357359
href: ../how-to-setup-managed-identity.md
358360
- name: Enterprise readiness

0 commit comments

Comments
 (0)