Azure / Azure/bicep-registry-modules

[AVM Module Issue]: Storage Account - keyPolicy property not supported

Open
#6,533 5 comments 0 reactions 2 assignees Claimed by @ktremain View on GitHub
Class: Resource Module :package: Needs: Immediate Attention :bangbang: Needs: Triage :mag: Status: Response Overdue :triangular_flag_on_post: Type: AVM :a: :v: :m: Type: Feature Request :heavy_plus_sign:
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.