Skip to content

Commit 18f357a

Browse files
msmbaldwinCopilot
andcommitted
Retire all legacy KV-managed storage account articles
The KV-managed storage account keys feature is deprecated and goes against current Microsoft security guidance. The underlying SDK sample was retired from azure-sdk-for-net (PR #57907), and CLI support was removed in Azure CLI 2.54. Deleted articles: - about-managed-storage-account-keys.md - overview-storage-keys.md - overview-storage-keys-powershell.md - storage-keys-sas-tokens-code.md All redirect to /azure/storage/common/authorize-data-access. Updated cross-references in about-keys-secrets-certificates.md and whats-new.md to note deprecation. Co-authored-by: Copilot <[email protected]>
1 parent 81de904 commit 18f357a

10 files changed

Lines changed: 590 additions & 1198 deletions

.openpublishing.redirection.key-vault.json

Lines changed: 588 additions & 568 deletions
Large diffs are not rendered by default.

articles/key-vault/general/about-keys-secrets-certificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The Azure Key Vault resource provider supports two resource types: vaults and ma
6565
- **Cryptographic keys**: Supports multiple key types and algorithms, and enables the use of software-protected and HSM-protected keys. For more information, see [About keys](../keys/about-keys.md).
6666
- **Secrets**: Provides secure storage of secrets, such as passwords and database connection strings. For more information, see [About secrets](../secrets/about-secrets.md).
6767
- **Certificates**: Supports certificates, which are built on top of keys and secrets and add an automated renewal feature. When you create a certificate, the process also creates an addressable key and secret with the same name. For more information, see [About certificates](../certificates/about-certificates.md).
68-
- **Azure Storage account keys**: Can manage keys of an Azure Storage account for you. Internally, Key Vault can list (sync) keys with an Azure Storage Account, and regenerate (rotate) the keys periodically. For more information, see [Manage storage account keys with Key Vault](../secrets/overview-storage-keys.md).
68+
- **Azure Storage account keys (legacy, deprecated)**: Key Vault previously could manage keys of an Azure Storage account. This feature is deprecated; use [Microsoft Entra ID authorization for Azure Storage](/azure/storage/common/authorize-data-access) instead.
6969

7070
For more general information about Key Vault, see [About Azure Key Vault](overview.md). For more information about Managed HSM pools, see What is [Azure Key Vault Managed HSM?](../managed-hsm/overview.md)
7171

articles/key-vault/general/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ New features and integrations released this year:
205205

206206
New features released this year:
207207

208-
- Managed storage account keys. Storage Account Keys feature added easier integration with Azure Storage. For more information, see [Managed Storage Account Keys overview](../secrets/overview-storage-keys.md).
208+
- Managed storage account keys (deprecated). Storage Account Keys feature added easier integration with Azure Storage. This feature is now deprecated; use [Microsoft Entra ID authorization for Azure Storage](/azure/storage/common/authorize-data-access) instead.
209209
- Soft delete. Soft-delete feature improves data protection of your key vaults and key vault objects. For more information, see [Soft-delete overview](./soft-delete-overview.md).
210210

211211
## 2015

articles/key-vault/index.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -132,18 +132,6 @@ conceptualContent:
132132
itemType: reference
133133
text: Node.js Client library
134134

135-
- title: Key Vault with Storage
136-
links:
137-
- url: ./secrets/overview-storage-keys.md
138-
itemType: overview
139-
text: Manage storage keys - CLI
140-
- url: ./secrets/overview-storage-keys-powershell.md
141-
itemType: overview
142-
text: Manage storage keys - PowerShell
143-
- url: ./secrets/storage-keys-sas-tokens-code.md
144-
itemType: overview
145-
text: Fetch SAS tokens in code
146-
147135
- title: Key Vault with Virtual Machines
148136
links:
149137
- url: /azure/virtual-machines/extensions/key-vault-windows

articles/key-vault/secrets/about-managed-storage-account-keys.md

Lines changed: 0 additions & 68 deletions
This file was deleted.

articles/key-vault/secrets/index.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,6 @@ landingContent:
6767
- text: Rotate secrets for dual-credential resources
6868
url: tutorial-rotation-dual.md
6969

70-
# Card
71-
- title: Manage storage keys
72-
linkLists:
73-
- linkListType: how-to-guide
74-
links:
75-
- text: Manage storage account keys with CLI
76-
url: overview-storage-keys.md
77-
- text: Manage storage account keys with PowerShell
78-
url: overview-storage-keys-powershell.md
79-
- text: Fetch shared access signature tokens in code
80-
url: storage-keys-sas-tokens-code.md
81-
8270
# Card
8371
- title: JavaScript developer guide
8472
linkLists:

0 commit comments

Comments
 (0)