App service to App service communication/call

Tadul 1 Reputation point
2020-06-08T18:20:58.05+00:00

Hello,

We have few app service and app service api etc. These urls are publicly accessible and we want to have restriction.

The issue with us is that when we use service endpoint for a subnet within a VNET then only resources within this VNET can only access the services and Inter-service calls fails (App service calling another app service)

Though we have not tried but as far as I can read , It will be the same case with private link as well.

If I create two separate private link for two different app service and attach it to a single subnet within a VNET then will these two app service be able to call each other? (assuming when private link is created then private IP from that VNET is given to app services )

Thanks,
Tadul Shah
9xxxxxxxx0

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,928 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Malleswara Reddy, G 1,631 Reputation points
    2020-06-08T18:28:17.993+00:00

    Hi,

    If I create two separate private link for two different app service and attach it to a single subnet within a VNET then will these two app service be able to call each other? (assuming when private link is created then private IP from that VNET is given to app services )
    ---- Yes, it is possible. Use App service Environment. Under App service environment, web apps can still communicate with each other though they are not publicly accessible.
    https://learn.microsoft.com/en-us/azure/app-service/environment/network-info#service-endpoints