I have a virtual machine scale set I deployed using a custom vhd(that I deprovisioned with sudo waagent -deprovision+user
). I'm able to SSH into it, but I'm not able to access anything on the internet outside the VMs network. If I do a ping to google.com it looks like the packets are sent, but none are received. If I try to use curl it just sits there waiting forever.
I'm able to ping other vms within the scaleset though.
When it was just a VM not inside a scaleset I was able to access resources outside the network. I've had this working before so I'm not sure what I did wrong this time. There is nothing in the network security group that would be blocking any outgoing connections as far as I can tell.