0

I have an Azure Web App based on Linux. I want to enable basic authentication, meaning that it simply asks for a username and password in the header to access the web app.

I've only found a solution (Configure Basic Authentication on Azure's App Service) that applies if the app is based on Windows, where you create an applicationHost.xdt file through CMD, but this doesn't work on Linux.

I expect something like this: enter image description here

2
  • Please rephrase this into a question and provide more information.
    – Techboy
    Oct 13 at 15:50
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking.
    – Community Bot
    Oct 13 at 15:51

0

You must log in to answer this question.

Browse other questions tagged .