Hey everyone,
I’ve been grinding through the AZ-500 labs and got stuck on two tasks. Posting here hoping someone else has run into the same thing.
Task 1 – Deploy an Azure VM Using a Custom ARM Template
Deployment failed at the validation stage with this error:
“Resource ‘SimpleWinVM’ was disallowed by policy.”
Settings I used:
- Subscription: Challenge Labs 09
- Resource Group: AZ900RGlod47832474
- Region: East US 2
- Admin Username: AZ900-Admin
- DNS Label Prefix: myvm47832474
- OS: Windows Server 2019-Datacenter
- VM Size: Standard_D2s_v3
Everything looks correct to me. My guess is there’s an Azure Policy assigned at the subscription level blocking the VM deployment, but since it’s a managed lab environment I can’t modify or exempt the policy myself. Anyone dealt with this before?
Task 2 – Locating destinationPortRange in Azure Resource Explorer
This task asked me to find the destinationPortRange property under Resources for the default-NSG using Azure Resource Explorer. The NSG shows up fine, but I couldn’t find that specific property in the structure — the path didn’t match what the lab was expecting.
Is there a specific navigation path I should be following inside Resource Explorer to get there?
Any help would be appreciated. Thanks!