Bicep files for App Service

The following table includes links to Bicep files for Azure App Service. For quickstarts and further information about Bicep, see Bicep documentation.

To learn about the Bicep syntax and properties for App Services resources, see Microsoft.Web resource types.

Deploy application Description
App Service plan and Linux app Deploy a basic App Service web app configured for Linux.
App Service plan and Windows app Deploy a basic App Service web app configured for Windows.
App Service plan and
Windows container
Deploy an App Service web app configured for an Azure Container Apps instance on Windows.
Configure application Description
App with log analytics module Deploy an App Service app with log analytics.
App with regional
virtual network integration
Deploy an App Service app with regional Azure Virtual Network integration enabled.
Create application with connected resources Description
App with Azure Cosmos DB Deploy an App Service app on Linux with Azure Cosmos DB.
App with Azure Database for MySQL Deploy an App Service app on Windows with Azure Database for MySQL.
App with database in SQL Database Deploy an App Service app and a database in Azure SQL Database at the Basic service level.
App connected to backend Deploy two web apps, a frontend and a backend. The connection is established securely with Virtual Network injection and a private endpoint via Azure Private Link.
App connected to back-end app
with staging slots
Deploy two web apps (frontend and backend) with staging slots. The connection is established securely with Virtual Network injection and a private endpoint via Private Link.
App with database, managed identity,
monitoring
Deploy an App Service App with a database, managed identity, and monitoring.
Two apps in separate regions
with Azure Front Door
Deploy two identical web apps in separate regions and use Azure Front Door to direct traffic.
Create App Service Environment Description
Create App Service Environment v3 Creates an App Service Environment v3 instance (also referred to as ASEv3), an App Service plan, an App Service web app, and all associated networking resources.