'Azure Web Apps restriction
I have three Azure Web Apps. Two Web Apps must have internet access and be publicly accessible. The third should be closed behind restrictions from the outside world and communicate only with these two Web Apps. I tried with restrictions but it didn't work for me. Could you tell me how to set up this interaction correctly from the point of view of the Azure architecture. Thanks.
Solution 1:[1]
1-You can setup network rules around allowed IP address for Web App 3:
https://docs.microsoft.com/en-us/azure/app-service/app-service-ip-restrictions
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Thiago Custodio |