func
Function App
Compute & WebAzure
General
General information about the service.
Description
Event-driven serverless compute platform.
Namespace and Entity
Microsoft.Web/sitesReferences
Chat
Powered by AITalk to this service to learn more about it.
Suggested questions:
Naming
The conventions, rules, and restrictions for naming this service.
Naming Convention
func-Length
2-60
Valid Characters
Alphanumerics, hyphens, underscores.
Scope
resource group
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "azurerm_linux_function_app" "main" {2 name = "func-${var.project}-${var.environment}"3 location = azurerm_resource_group.main.location4 resource_group_name = azurerm_resource_group.main.name5 service_plan_id = azurerm_service_plan.main.id6 storage_account_name = azurerm_storage_account.main.name7 storage_account_access_key = azurerm_storage_account.main.primary_access_key89 site_config {10 always_on = true11 application_stack {12 node_version = "18"13 }14 }1516 app_settings = {17 "FUNCTIONS_WORKER_RUNTIME" = "node"18 "WEBSITE_NODE_DEFAULT_VERSION" = "~18"19 }2021 identity {22 type = "SystemAssigned"23 }2425 tags = var.tags26}
Utilities
Utilities to support app deployment or configuration.
Private Endpoints
Details to successfully deploy private endpoints on Azure.
Sub-Resource Names
sitesPrivate DNS Zone Names
privatelink.azurewebsites.netPublic DNS Zone Forwarders
azurewebsites.net