azurevisual-studio-2017azure-functionsazure-function-app-proxy

Azure Function App is not working after publishing but works in Local through VS2017


I've Created an Function App with HttpTrigger as per Microsoft documentation

I've tested it locally and works fine. Later, published it to Azure. I see it doesn't work now. While Function App creation, i see a small error/warning, not sure what it is...Placed that screenshot attached Am new to Azure, please help me

Not sure if its Function App Creation issue


Solution

  • Please click Get function URL button to see which URL you should be using. The format should be something like

    https://functionhello.azurewebsites.net/api/HttpFunction?name=abc