Deploy azure function using terraform
问题 I have an example how to deploy azure function using terraform. But, unfortunately, it deploys only zip package. Is there are any other way to do it? How can I deploy multiple packages into one function? How can I configure proxy using terraform? resource "azurerm_function_app" "azure_function_scenario1_hop2" { name = "scenario1-hop2-azure-function" location = "${var.location}" resource_group_name = "${var.resource_group_name}" app_service_plan_id = "${var.app_service_plan_id}" storage