I want to set the project source code of a function app into the ARM template. I followed this template but it did not say how to set the project file path (*.csproj). here is the link for this article: https://docs.microsoft.com/en-us/azure/azure-functions/functions-infrastructure-as-code
How could i do this? I tried an option to add an app setting key "PROJECT" and set the path of the *.csproj file path. This is mentioned here:
But this did not work either. How can i set my source code project file, given that i have a specific function app i want to deploy with this arm template.
Looking forward to hearing back.