Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lock down Azure storage account per best practices #447

Merged

Commits on Nov 13, 2024

  1. 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).
    arvindshmicrosoft committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    04c3d8a View commit details
    Browse the repository at this point in the history