Skip to content

Commit 1b987d2

Browse files
authored
Merge pull request #178686 from jlichwa/patch-188
Update overview-storage-keys.md
2 parents de2464b + c535086 commit 1b987d2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

articles/key-vault/secrets/overview-storage-keys-powershell.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ When you use the managed storage account key feature, consider the following poi
2727
- Only a single Key Vault object should manage storage account keys. Don't allow key management from multiple objects.
2828
- Regenerate keys by using Key Vault only. Don't manually regenerate your storage account keys.
2929

30+
> [!IMPORTANT]
31+
> Regenerating key directly in storage account breaks managed storage account setup and can invalidate SAS tokens in use and cause an outage.
32+
3033
[!INCLUDE [updated-for-az](../../../includes/updated-for-az.md)]
3134

3235
## Service principal application ID
@@ -266,4 +269,4 @@ The output of this command will show your SAS definition string.
266269
## Next steps
267270

268271
- [Managed storage account key samples](https://github.com/Azure-Samples?utf8=%E2%9C%93&q=key+vault+storage&type=&language=)
269-
- [Key Vault PowerShell reference](/powershell/module/az.keyvault/#key_vault)
272+
- [Key Vault PowerShell reference](/powershell/module/az.keyvault/#key_vault)

articles/key-vault/secrets/overview-storage-keys.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ When you use the managed storage account key feature, consider the following poi
2828
- Only a single Key Vault object should manage storage account keys. Don't allow key management from multiple objects.
2929
- Regenerate keys by using Key Vault only. Don't manually regenerate your storage account keys.
3030

31+
> [!IMPORTANT]
32+
> Regenerating key directly in storage account breaks managed storage account setup and can invalidate SAS tokens in use and cause an outage.
33+
3134
## Service principal application ID
3235

3336
An Azure AD tenant provides each registered application with a [service principal](../../active-directory/develop/developer-glossary.md#service-principal-object). The service principal serves as the Application ID, which is used during authorization setup for access to other Azure resources via Azure RBAC.

0 commit comments

Comments
 (0)