Home:ALL Converter>Publish Azure App function project with multiple functions

Publish Azure App function project with multiple functions

Ask Time:2018-02-24T02:05:11         Author:Frank

Json Formatter

I am trying to publish an Azure function project from Visual Studio to a brand new Function App in Azure.

Unfortunatly, the publish script only publish one of the two functions to Azure. I do not see any folders about the missing function. I am trying to figure out how to publish both functions in a single Azure function App.

Do I need to change the host.json file? Do I have to change any settings in the project?

I am using the publish to Azure functionnality in Visual Studio. I created a profile connected to my azure account.

Thanks alot,

Author:Frank,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/48953827/publish-azure-app-function-project-with-multiple-functions
yy