Azure web app permissions issue

sns 9,251 Reputation points
2023-04-07T09:22:56.8733333+00:00

I have created web app and deployed the code to web app, but it is giving following error when I try to browse the web app; Please suggest I am admin for my azure tenant User's image

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
{count} votes

1 answer

Sort by: Most helpful
  1. Lex Li 6,037 Reputation points
    2023-04-10T08:44:23.2866667+00:00

    As you revealed enough details on this issue, I think the cause is also clear. Not sure from where did you get an out-of-date guide to publish this Python web app to Azure App Service (Windows), but it is no longer supported by Microsoft.

    You can find the statement "Linux is the only operating system option for running Python apps in App Service. Python on Windows is no longer supported." in https://learn.microsoft.com/en-us/azure/app-service/configure-language-python

    To learn how to deploy it to App Service (Linux) you can refer to the tutorial here, https://learn.microsoft.com/en-us/azure/app-service/quickstart-python?tabs=flask%2Cwindows%2Cazure-portal%2Clocal-git-deploy%2Cdeploy-instructions-azportal%2Cterminal-bash%2Cdeploy-instructions-zip-azcli


Your answer

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