-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lock down Azure storage account per best practices
Implement the following based on [published recommendations](https://learn.microsoft.com/en-us/azure/storage/blobs/security-recommendations): - Disallow shared key access and only allow Microsoft Entra ID authentication. - Default to OAuth for Azure portal access to Azure storage account. - Only allow network traffic from configured Accumulo VNET. - Disallow public blob access at storage account level (container / filesystem level was already disallowed).
- Loading branch information
1 parent
6e2b39c
commit 04c3d8a
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters