Azure / Azure/bicep-registry-modules
[AVM Module Issue]: Storage Account - keyPolicy property not supported
- Dominant language
- Bicep
- Stars
- 736
- Forks
- 564
- Avg merge
- 3d 15h
- Merged PRs (30d)
- 30
Description
### Check for previous/existing GitHub issues
- [x] I have checked for previous/existing GitHub issues
### Issue Type?
Feature Request
### Module Name
avm/res/storage/storage-account
### (Optional) Module Version
_No response_
### Description
It doesn't seem possible to use the keyPolicy property of storage account from the AVM module. Please add this property to the AVM module. Here is the keyPolicy property from exporting the Bicep template of a storage account from the Azure portal.
```bicep
properties: {
defaultToOAuthAuthentication: false
**keyPolicy: {
keyExpirationPeriodInDays: 60
}**
```
Thank you.
### (Optional) Correlation Id
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.