Skip to content

Commit 2575710

Browse files
authored
Clarify key rotation schedule format in documentation
Updated the example for key rotation schedule format in the Azure Storage encryption documentation.
1 parent ede20bf commit 2575710

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

learn-pr/wwl-azure/configure-storage-security/includes/5-determine-storage-service-encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Azure Storage encryption for data at rest protects your data by ensuring your or
22

33
When you create a storage account, Azure generates two 512-bit storage account access keys for that account. These keys can be used to authorize access to data in your storage account via Shared Key authorization, or via SAS tokens that are signed with the shared key.
44

5-
Microsoft recommends that you use Azure Key Vault to manage your access keys, and that you regularly rotate and regenerate your keys. Azure Key Vault supports automatic key rotation policies, allowing you to define rotation schedules (e.g., every 90 days) that rotate keys automatically. You can also manually rotate your keys when needed.
5+
Microsoft recommends that you use Azure Key Vault to manage your access keys, and that you regularly rotate and regenerate your keys. Azure Key Vault supports automatic key rotation policies, allowing you to define rotation schedules (for example, every 90 days) that rotate keys automatically. You can also manually rotate your keys when needed.
66

77
### Things to know about Azure Storage encryption
88

0 commit comments

Comments
 (0)