You do not have permission to view this directory or page

Shantanu Kulkarni 0 Reputation points
2025-03-08T12:36:33.7066667+00:00

I'm trying to deploy web app is showing same issue.
I'm following this tutorial BTW
https://youtu.be/AwZ8U8Sdu5Q?si=vkm6Y_WYQxAFeUOQ

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,151 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Apurv G 0 Reputation points Microsoft Employee
    2025-03-08T17:43:57.3233333+00:00

    Please provide more details on what you have deployed and how you are accessing the web app. Generally speaking, if you have an app service and you are browsing over HTTP/HTTPS, you will likely see the error due to authentication misconfiguration or incorrect login credentials.

    Without much context about your app, here are a few things you should look into:

    • Go to your App Service in the Azure Portal and check the Authentication section to see what options are configured. The most common option is Microsoft as the identity provider. If that's the case, you must log in with those federated credentials.
    • Disable the authentication temporarily and confirm if you can access the app. If you can, then we can go deeper to understand the problem with your auth settings.
    0 comments No comments

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.