Public and Private website on single azure web app

Carmanet 21 Reputation points
2022-02-01T14:57:17.813+00:00

Hello,

Trying to find out if there is a way to host a public website and a private website on the same Azure Web App. Private site would use azure AD for authentication(preferably) whereas public site is obviously allowed to anyone? Private site so small, it's not worth paying for another web app.

Thanks.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,310 questions
0 comments No comments
{count} votes

Accepted answer
  1. Alan Kinane 16,936 Reputation points MVP
    2022-02-01T15:11:36.08+00:00

    Yes, it certainly can. Each web app has it's own configuration and you can deploy a private endpoints to an individual web app or even to deployment slots within your web apps.

    https://learn.microsoft.com/en-us/azure/app-service/networking/private-endpoint#conceptual-overview

    170167-screenshot-2022-02-01-150925.jpg


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.