Is there an existing issue for this?
Microhack
03-Azure/01-03-Infrastructure/04_BCDR_Azure_Native
Current Behavior
The mhX-linux vm is not deployed to an azure zone.
The "zones" definition is missing from the vm.bicep module.
Expected Behavior
@description('Virtual machine')
resource virtualMachine 'Microsoft.Compute/virtualMachines@2024-03-01' = {
name: Name
location: location
zones: zones
Steps To Reproduce
Deploy MH and try to do challenge 2.2
Anything else?
No response
Is there an existing issue for this?
Microhack
03-Azure/01-03-Infrastructure/04_BCDR_Azure_Native
Current Behavior
The mhX-linux vm is not deployed to an azure zone.
The "zones" definition is missing from the vm.bicep module.
Expected Behavior
@description('Virtual machine')
resource virtualMachine 'Microsoft.Compute/virtualMachines@2024-03-01' = {
name: Name
location: location
zones: zones
Steps To Reproduce
Deploy MH and try to do challenge 2.2
Anything else?
No response