I am wondering how the IP restrictions in Azure App service works. The documentation states:
https://learn.microsoft.com/en-us/azure/app-service/app-service-ip-restrictions
"The IP Restrictions capability is implemented in the App Service front-end roles, which are upstream of the worker hosts where your code runs. Therefore, IP Restrictions are effectively network ACLs."
But they are not network ACLs, but firewall rules on a different machine - is that a valid statement?
Is there any way to configure extended ACLs (with port based rules) if that is not the case?