I have a website on an Azure website that needs to connect to the virtual machine endpoint to make REST calls.
My endpoint is set to reject all but my company's IP range. Now, what rule do I need to add, or should the url be used so that my website can connect to the endpoint?
I tried the following without success:
- Allow the virtual IP address of my website in the ACL
- Connect to an endpoint using an internal IP address instead of DNS without changing the ACL
- Connect to the endpoint using the public virtual DNS IP address instead without changing the ACL
This works, but this is not what I'm looking for:
- Delete current ACL and allow all
- Save the ACL, but add the / 16 rule with my IP site
Thanks for the help, and let me know if you need accuracy!
source share