I have 3 Azure webapps that need to be able to connect with each other.
One running the FE website - that needs to be accessed from the outside.
The other two i just running services that the FE site uses. There is no need for these to be open for public access and I would therefore like to restrict this.
What is the best way to restrict public acces to the two webapps, but still allow public acces to the FE site?