I am trying to lock down an Azure website we have running to our intranet. I have browsed to App Services > Webappname > Networking > Access Restrictions
but when I enter the two "allow
" rules for our production and user internal IP subnets, it breaks displays the error message "Error 403 - This web app is stopped.
"
My desired end-state is to have the app work from our internal network, but not from the WWW.
My access rules are as follows:
- Allow
10.0.0.0/8
- Allow
172.16.0.0/16
- Deny Any