0
votes

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:

https://github.com/projectkudu/kudu/wiki/Customizing-deployments#using-app-settings-instead-of-a-deployment-file

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.

1

1 Answers

0
votes

This question has some comments by myself and David Ebbo, and an answer, that should help here.

How to make Azure Function code readable in Azure ARM json template