问题
I'm trying to create an environment in azure with a front end (publicly addressable) app service and several back end app services containing war and web api apps. There should be no way the back end can be addressed publicly.
Note I want app services, not cloud services.
I know I need a vnet but I can't get my head around how to remove the default public endpoints for my back end apps.
How do I set such an environment up?
回答1:
Take a look at the App Service Environment, you get fine grained control over network on a traffic level: https://azure.microsoft.com/en-us/documentation/articles/app-service-app-service-environment-control-inbound-traffic/
来源:https://stackoverflow.com/questions/38404756/azure-back-end-app-services-with-no-public-ip