0

I want to limit my Azure VM outbound connection. Only allow connections to some limited domains and the rest of the connections should be dropped.

Dave M
  • 4,514
  • 22
  • 31
  • 30

1 Answers1

0

You could change the outgoing part of the network security group which is attached to your VM network interface or virtual network. if you have a bigger environment you could look into azure firewall.

Ace
  • 478
  • 1
  • 6