I have the folllowing set up in Azure:
- got a new domain name, and azure created a resouce group called "domain" with the following resouces: a app service domain, and a DNS zone, both with the same name as the domain name;
- within this resouce group I created an app service plan and an app service implemented some APIs;
- An API management in front of the app service.
This is what I see: a. if I don't configure the custom doname, then I can use access restriction to block all traffic to the API service except the API management; b. once I turn on custom domain, then I'm no longer able to hit the APIs via the API management - I'm getting 403 error.
It appears after turning on the custom domain, the app service is no longer getting the API management's IP address properly, but I'm not sure if that's the case, what's your thoughts?
Thank you.