Can't publish plain vanilla Helloworld function using VS2019

Porsche Me 131 Reputation points
2020-11-02T22:57:23.637+00:00

Add new project-->Azure Functions
Http trigger

Try to publish to see below error
36991-functions.png

Any clue why I'am getting this error?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. sadomovalex 3,631 Reputation points
    2020-11-03T14:09:37.587+00:00

    did you check Function app status in Azure portal? is it Running there? (status is shown on the first Overview tab)

    Also is url is correct? Usually url of Function app looks like https://{function-app-name}.azurewebsites.net. In VS if you choose Publish > Create new Publish profile > Select existing function app - do you see your existing Function app in the window under resource group name?
    37165-2020-11-03-17-03-46.png

    0 comments No comments