100 Days Of Cloud(Azure) Day 26: Deploying Virtual Machines in a Public Virtual Network

I have attempted this lab a few times both via the Azure web GUI and the Azure CLI.
On all attempts I seem to have the same issue.

NSG ‘devops-priv-nsg’ does not allow access from the VNet’s CIDR block ‘10.0.0.0/16’

Can anyone provide any info on where I might be going wrong

Cheers Del

I just did the lab and it was pretty simple TBH. I’m not sure what you did – there isn’t much detail in your description. But likely the key thing here is to make sure when you created the VM that you assigned it to the VNet and subnet that’s described in the task. I’m not sure why there’s an NSG that reverse to “priv” access – none is defined in the task description, and none would be defined by default by Azure. You may want to review this post describing a solution to the task, to make sure you’re doing things as described in the task.

Thanks for the sound advice Rob :+1:t5: