How to secure Azure App service ?

Deshmukh, Vijit 496 Reputation points
2022-01-12T12:49:41.383+00:00

Hi,

We have Azure App Service configured in Azure API gateway as a API Backend HTTPs endpoint.

We want to secure those App services so that it can only be accessible via Azure API gateway not directly via browser.

Please advise the approach for this.

Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
963 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,953 questions
0 comments No comments
{count} votes

Accepted answer
  1. Jeremy Brooks 572 Reputation points Microsoft Employee
    2022-01-14T05:28:49.893+00:00

    One option is to integrate APIM with a VNET and enable App Service Service Endpoints. From there on the app service you can under the Networking blade enable access restrictions only allowing connections from the APIM subnet. The doc below shows an example using app gateway but the setup will be similar for APIM.

    https://learn.microsoft.com/en-us/azure/app-service/networking-features#access-restriction-rules-based-on-service-endpoints


1 additional answer

Sort by: Most helpful
  1. msrini-MSFT 9,261 Reputation points Microsoft Employee
    2022-01-13T08:06:00.827+00:00
    0 comments No comments