app
App Service
Compute & WebAzure
General
General information about the service.
Description
HTTP-based service for hosting web applications and REST APIs.
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
app-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_web_app" "main" {2 name = "app-${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 https_only = true78 site_config {9 always_on = true10 minimum_tls_version = "1.2"11 ftps_state = "Disabled"1213 application_stack {14 node_version = "18-lts"15 }16 }1718 app_settings = {19 "WEBSITE_NODE_DEFAULT_VERSION" = "~18"20 "SCM_DO_BUILD_DURING_DEPLOYMENT" = "true"21 }2223 identity {24 type = "SystemAssigned"25 }2627 tags = var.tags28}
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