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 Services
Azure App Services
A feature of Azure App Service used to create and deploy scalable, mission-critical web apps.
4,554 questions
No comments
{count} votes

Accepted answer
  1. Alan Kinane 16,536 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