Skip to content

Commit 915dd5e

Browse files
authored
Merge pull request #207000 from tamram/tamram22-0719
restructure CMK docs
2 parents b65b979 + e14ce54 commit 915dd5e

24 files changed

+560
-279
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22348,6 +22348,11 @@
2234822348
"redirect_url": "/azure/storage/common/customer-managed-keys-configure-key-vault",
2234922349
"redirect_document_id": false
2235022350
},
22351+
{
22352+
"source_path_from_root": "/articles/storage/common/customer-managed-keys-configure-key-vault.md",
22353+
"redirect_url": "/azure/storage/common/customer-managed-keys-configure-existing-account",
22354+
"redirect_document_id": false
22355+
},
2235122356
{
2235222357
"source_path_from_root": "/articles/storage/common/encryption-customer-managed-keys.md",
2235322358
"redirect_url": "/azure/storage/common/customer-managed-keys-overview",

articles/storage/blobs/TOC.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -330,16 +330,16 @@ items:
330330
items:
331331
- name: Manage containers (Azure portal)
332332
href: blob-containers-portal.md
333-
- name: Manage containers (CLI)
334-
href: blob-containers-cli.md
335333
- name: Manage containers (PowerShell)
336334
href: blob-containers-powershell.md
335+
- name: Manage containers (CLI)
336+
href: blob-containers-cli.md
337337
- name: Create and manage blobs
338338
items:
339-
- name: Manage blobs (CLI)
340-
href: blob-cli.md
341339
- name: Manage blobs (PowerShell)
342340
href: blob-powershell.md
341+
- name: Manage blobs (CLI)
342+
href: blob-cli.md
343343
- name: Use blob index tags
344344
href: storage-blob-index-how-to.md
345345
- name: Enable blob inventory reports
@@ -404,12 +404,14 @@ items:
404404
items:
405405
- name: Check the encryption key model for the account
406406
href: ../common/storage-encryption-key-model-get.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
407-
- name: Configure encryption with customer-managed keys
407+
- name: Configure customer-managed keys in Azure Key Vault
408408
items:
409-
- name: Store customer-managed keys in a key vault
410-
href: ../common/customer-managed-keys-configure-key-vault.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
411-
- name: Store customer-managed keys in a managed HSM
412-
href: ../common/customer-managed-keys-configure-key-vault-hsm.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
409+
- name: Configure customer-managed keys for a new account
410+
href: ../common/customer-managed-keys-configure-new-account.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
411+
- name: Configure customer-managed keys for an existing account
412+
href: ../common/customer-managed-keys-configure-existing-account.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
413+
- name: Configure customer-managed keys in a managed HSM
414+
href: ../common/customer-managed-keys-configure-key-vault-hsm.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
413415
- name: Provide an encryption key on a request
414416
href: storage-blob-customer-provided-key.md
415417
- name: Manage encryption scopes

articles/storage/common/customer-managed-keys-configure-key-vault.md renamed to articles/storage/common/customer-managed-keys-configure-existing-account.md

Lines changed: 31 additions & 254 deletions
Large diffs are not rendered by default.

articles/storage/common/customer-managed-keys-configure-new-account.md

Lines changed: 266 additions & 0 deletions
Large diffs are not rendered by default.

articles/storage/common/customer-managed-keys-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: storage
66
author: tamram
77

88
ms.service: storage
9-
ms.date: 07/11/2022
9+
ms.date: 08/12/2022
1010
ms.topic: conceptual
1111
ms.author: tamram
1212
ms.reviewer: ozgun

0 commit comments

Comments
 (0)