Can't even get a single file 'Hello!' app to deploy

Brian Smith 0 Reputation points
2024-07-26T15:49:35.2666667+00:00

Hi everyone, new Azure user here. I have an app running on PythonAnywhere and tried to deploy it here. All seemed well and Azure said it was running but couldn't get the program to display in Chrome, Edge, etc. Tried starting over with the simplest of programs, hello.py, a 2 line program with no dependencies. As the screen shot shows, Azure says it's running and I can access & run it from powershell but I can't get it to display/run from the internet (https://brian451helloapp.azurewebsites.net/). Pulling my hair out trying to figure out what I'm doing wrong. Any ideas would be greatly appreciated.

Brian log.txt 01.png

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,087 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Marcin Policht 18,270 Reputation points MVP
    2024-07-26T16:11:00.03+00:00

    Try https://learn.microsoft.com/en-us/azure/app-service/quickstart-python?tabs=flask%2Cwindows%2Cazure-cli%2Cazure-cli-deploy%2Cdeploy-instructions-azportal%2Cterminal-bash%2Cdeploy-instructions-zip-azcli


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    0 comments No comments