I have two app services in azure - One hosting the front end application and other hosting the web api.
We have access restrictions in the app services where I have seen how we can configure that only Azure front door can access the app service as stated in the below article and this works as well
I want to achieve something similar. I want that only the front end app service should be able to access the web api app service, using the service tags in access restrictions.
Please note that I tried using app service service tag to restrict access to the api app service but this didn't work.