[BUG] Zonal deployment of MH-Linux VM
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 55/100
- Issue type
- Bug
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- azure
- Domain
- cloud
Research direction
Start in 03-Azure/01-03-Infrastructure/04_BCDR_Azure_Native and locate the vm.bicep module used for the mhX-linux VM. Compare its virtual machine resource with the expected zonal deployment, then deploy MH and try challenge 2.2 to confirm the VM is placed in an Azure zone.
Written by the indexing model from the issue text.
Description
Is there an existing issue for this?
- I have searched the existing issues
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
- Dominant language
- Jupyter Notebook
- Stars
- 198
- Forks
- 184
- Avg merge
- 16h 57m
- Merged PRs (30d)
- 70
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from microsoft/MicroHack
-
bug needs triage
Difficulty 1/5 Under an hour Newbie friendliness 72/100
-
new
Difficulty 4/5 3-5 days Newbie friendliness 55/100
-
feature needs triage
Difficulty 5/5 Over a week Newbie friendliness 35/100
-
bug needs triage
Difficulty 3/5 1-2 days Newbie friendliness 48/100
-
bug needs triage
Difficulty 1/5 Under an hour Newbie friendliness 55/100
All issues in microsoft/MicroHack
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
level/task module/gcp type/bug
Difficulty 2/5 1-3 hours Newbie friendliness 85/100
-
bug needs-triage service/elbv2
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
hashicorp/terraform-provider-aws#50100 · 1 comment ·