Security: Default storageAccountUseIdentityAuthentication to true#6514
Draft
Security: Default storageAccountUseIdentityAuthentication to true#6514
Conversation
|
Important The "Needs: Triage 🔍" label must be removed once the triage process is complete! Tip For additional guidance on how to triage this issue/PR, see the BRM Issue Triage documentation. |
|
Important If this is a module-related PR, being submitted by the sole owner of the module, the AVM core team must review and approve it (as module owners can't approve their own PRs). To indicate this PR needs the core team''s attention, apply the "Needs: Core Team 🧞" label! The core team will only review and approve PRs that have this label applied! |
…to true - Changed default value from false to true in config/main.bicep and slot/config/main.bicep - Updated parameter description to explain security implications - This prevents storage account keys from being exposed in ARM deployment templates - Follows Azure security best practices and resolves Defender for Cloud alerts Co-authored-by: pankajagrawal16 <8058415+pankajagrawal16@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix security vulnerability in ARM deployment for storage key
Security: Default storageAccountUseIdentityAuthentication to true
Jan 20, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Storage account keys were exposed in ARM deployment templates when using the web/site config module with default settings, triggering Defender for Cloud alerts.
Changes
storageAccountUseIdentityAuthenticationdefault fromfalsetotruein:avm/res/web/site/config/main.bicepavm/res/web/site/slot/config/main.bicepfalsevalueBehavior Change
Before:
After:
Users requiring key-based auth must explicitly set
storageAccountUseIdentityAuthentication: false.Requirements for Identity-Based Auth
Storage Blob Data Ownerrole assigned to storage accountPipeline Reference
Type of Change
version.json:version.json.version.json.Checklist
Set-AVMModulelocally to generate the supporting module files.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
azure.github.io/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)/usr/bin/pwsh pwsh -Command . './utilities/tools/Set-AVMModule.ps1'; Set-AVMModule -ModuleFolderPath './avm/res/web/site' -SkipBuild -SkipFileAndFolderSetup -ThrottleLimit 5(dns block)/usr/bin/pwsh pwsh -Command . './utilities/tools/Set-AVMModule.ps1'; Set-AVMModule -ModuleFolderPath './avm/res/web/site' -SkipBuild -SkipFileAndFolderSetup -ThrottleLimit 5 -Verbose(dns block)live-data.bicep.azure.com/usr/local/bin/bicep /usr/local/bin/bicep build /home/REDACTED/work/bicep-registry-modules/bicep-registry-modules/avm/res/web/site/main.bicep --stdout(dns block)/usr/local/bin/bicep /usr/local/bin/bicep build /home/REDACTED/work/bicep-registry-modules/bicep-registry-modules/avm/res/web/site/tests/e2e/waf-aligned/main.test.bicep --stdout(dns block)/usr/local/bin/bicep /usr/local/bin/bicep build /home/REDACTED/work/bicep-registry-modules/bicep-registry-modules/avm/res/web/site/tests/e2e/functionApp.max/main.test.bicep --stdout(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.