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.