-
Notifications
You must be signed in to change notification settings - Fork 381
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
[AVM Module Issue]: virtualmachine error when deploying vm with ZRS datadisk #3850
Comments
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. |
@gerjon1990, thanks for submitting this issue for the Important A member of the @Azure/avm-res-compute-virtualmachine-module-owners-bicep or @Azure/avm-res-compute-virtualmachine-module-contributors-bicep team will review it soon! |
maybe a solution: When storagetype (sku) is ZRS than set datadisk zone to 0. In the current version the datadisk zone follows the zone of the vm deployment. This is not possible when vm will be joined to a availability zone and the datadisk has sku ZRS. |
Possible fix for issue: Azure#3850
Warning Tagging the AVM Core Team (@Azure/avm-core-team-technical-bicep) due to a module owner or contributor having not responded to this issue within 3 business days. The AVM Core Team will attempt to contact the module owners/contributors directly. Tip
|
Warning Tagging the AVM Core Team (@Azure/avm-core-team-technical-bicep) due to a module owner or contributor having not responded to this issue within 3 business days. The AVM Core Team will attempt to contact the module owners/contributors directly. Tip
|
Caution **This issue requires the AVM Core Team's (@Azure/avm-core-team-technical-bicep) immediate attention as it hasn't been responded to within 6 business days. ** Tip
|
@gerjon1990 thanks! Will look into it |
Hey @rahalan, |
Check for previous/existing GitHub issues
Issue Type?
Bug
Module Name
avm/res/compute/virtual-machine
(Optional) Module Version
0.10.0
Description
Hi,
Since module version 0.10.0 of virtualmachine we can't deploy a vm with one or more datadisks that will be joined to a availability zone.
The error we get is:
Status Message: A disk with sku 'Premium_ZRS' cannot be created in an availability zone. (Code:OperationNotAllowed)
We did a rollback to version 0.9.0 and deployments run successfull again.
(Optional) Correlation Id
No response
The text was updated successfully, but these errors were encountered: