Hiding a url endpoint from all users except Azure Availability Test

We would like to hide a custom url endpoint from all external users. Only Azure availability tests or internal users behind VPN should access this specific endpoint.

For illustration, lets say there is a url https://abc.com

And we have specific endpoint on this url, https://abc.com/xyz. We would like to block access to https://abc.com/xyz so that only Azure availability tests and/or internal users can access this specific endpoint.

Have you tried creating a firewall rule to block access to that URL except Azure availability test and public IP of the VPN?

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.