Explore Deployment Scenarios
Discover a variety of sample projects demonstrating different ways to deploy your web applications to Azure App Service. From simple static sites to complex containerized applications, find the perfect starting point for your project.
Static Site Deployment
Deploy static HTML, CSS, and JavaScript files directly to Azure. Ideal for landing pages, portfolios, and simple front-end applications.
View SampleNode.js Web App
Learn how to deploy a Node.js Express application using Git or CI/CD pipelines. Includes configuration for environment variables and dependencies.
View SamplePython Flask/Django App
Step-by-step guide to deploying Python web frameworks like Flask and Django. Covers virtual environments, WSGI configuration, and dependency management.
View SampleASP.NET Core Web App
Deploy your ASP.NET Core applications to Azure. Samples cover deployment from Visual Studio, .NET CLI, and CI/CD integration.
View SampleDocker Container Deployment
Deploy web applications packaged as Docker containers. Explore deployment from Docker Hub, Azure Container Registry, and CI/CD pipelines.
View SampleStatic Web Apps (JAMstack)
For modern JAMstack applications, discover how to deploy with Azure Static Web Apps, integrating with GitHub Actions for automatic builds and deployments.
View Sample