SimonGoldstone
SimonGoldstone

Reputation: 5216

Azure Back end app services with no public ip

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?

Upvotes: 1

Views: 972

Answers (1)

MartinHN
MartinHN

Reputation: 19772

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/

Upvotes: 1

Related Questions