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,