Azure – Create functions in function app using terraform code by taking input as zip file of .NET code
I am using azurerm version of 3.50, I am using the resource of "azurerm_linux_function_app" and i have zip file generating from .net code. I am using a parameter named "zip_deploy_file" that supports zip format as {path.module}/functions.zip. The problem here is,…