Back to Terraform templates index <–
Windows Function App with Terraform
![]()
Windows Function App by the Sogeti community
Template Locations
Online documentation
Template reference
Service description
module "azurerm_windows_function_app" {
name = "test-windows-function-app"
os_type = "Windows"
site_config {
always_on = "false"
}
}