how to make azure app service accessible only from an organizations private network

Satyam Chauhan 192 Reputation points
2023-01-09T12:02:29.807+00:00

Hi,

I have an azure app service, I want to make it accessible only from the private network (Not present in Azure). How can we achieve this for an azure app service.

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
353 questions
No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Manu Philip 14,356 Reputation points MVP
    2023-01-09T13:24:58.467+00:00

    In-order to access the Azure App services from a private network, you have to setup private end points. More details are provided in the following link

    Using Private Endpoints for Azure Web App


    --please don't forget to upvote and Accept as answer if the reply is helpful--

    1 person found this answer helpful.
    No comments