Azure / Azure/bicep-registry-modules
[AVM Module Issue]: Managed Instance AVM incorrectly restricts storageSizeInGB maximum value to 8192
- 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?
Bug
### Module Name
avm/res/sql/managed-instance
### (Optional) Module Version
_No response_
### Description
The Azure Verified Module (AVM) for Managed Instance contains an incorrect validation constraint on the storageSizeInGB property.
Currently, the module schema defines a maximum allowed value of 8192 GB, causing deployments to fail validation when a larger storage size is specified.
However, Azure SQL Managed Instance supports values up to 16384 GB. As a result, valid deployment scenarios cannot be implemented through the AVM module.
### (Optional) Correlation Id
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.