-An App Service app runs in an App Service plan, and App Service plans are deployed into one of the deployment units in the Azure infrastructure (internally called a webspace). Each deployment unit is assigned up to five virtual IP addresses, which includes one public inbound IP address and four outbound IP addresses. App Service plans that are not [Isolated tier](https://azure.microsoft.com/pricing/details/app-service/), and all app instances that run in them, share the same set of virtual IP addresses. For an App Service Environment (Isolated tier), the App Service plan is the deployment unit itself, so the virtual IP addresses are dedicated to it as a result.
0 commit comments