Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Azure App Service is a fully managed platform as a service (PaaS) for hosting web applications.
ASP.NET or ASP.NET Core
Use the following resources to get started with .NET.
Action | Resources |
---|---|
Create your first .NET app | Use one of the following tools: - Visual Studio - Visual Studio Code - Command line - Azure PowerShell - Azure portal |
Deploy your app | - Configure ASP.NET - Configure ASP.NET core - GitHub actions |
Monitor your app | - Log stream |
Add domains & certificates | - Map a custom domain - Add an SSL certificate |
Connect to a database | - .NET with Azure SQL Database - .NET Core with Azure SQL Database |
Custom containers | - Linux - Visual Studio Code - Windows - Visual Studio |
Review best practices | - Scale your app - Security - Virtual Network |
Java
App Service aims to provide robust support for Java. To cover the depth and breadth of Java applications, App Service supports the Java Standard Edition (SE), Tomcat, and JBoss Enterprise Application Platform (EAP) technology stacks. At the base of these stacks, App Service supports all recent Java long-term support (LTS) versions. There are several key scenarios for which you should consider adopting App Service for your Java applications.
Java SE on App Service
Java SE on App Service allows you to effortlessly deploy your applications to fully managed Java Virtual Machine (JVM) instances. You should consider this stack if you have Spring Boot and Quarkus web applications. However, you can use this stack for any application that can be started directly from a JVM and includes an embedded HyperText Transfer Protocol (HTTP) server. You can deploy your Java archive (JAR) file and let App Service do the rest.
Tomcat on App Service
This App Service stack supports all recent major and minor versions of Tomcat. You should consider migrating on-premises Tomcat web applications to App Service using this stack. Such applications often use technologies such as the Spring Framework and Hibernate. The stack is also suitable for applications currently running on servers such as WebLogic or WebSphere that can be easily migrated to Tomcat. You can deploy your web application archive (WAR) file and let App Service do the rest.
Node.js
Use the following resources to get started with Node.js.
Action | Resources |
---|---|
Create your first Node.js app | Use one of the following tools: - Visual Studio Code - CLI - Azure portal |
Deploy your app | - Configure Node.js - GitHub Actions |
Monitor your app | - Log stream |
Add domains & certificates | - Map a custom domain - Add an SSL certificate |
Connect to a database | - MongoDB |
Custom containers | - Linux - Visual Studio Code |
Review best practices | - Scale your app - Security - Virtual networks |
Python
Use the following resources to get started with Python.
Action | Resources |
---|---|
Create your first Python app | Use one of the following tools: - Flask - CLI - Flask - Visual Studio Code - Django - CLI - Django - Visual Studio Code - Django - Azure portal |
Deploy your app | - Configure Python - GitHub Actions |
Monitor your app | - Log stream |
Add domains & certificates | - Map a custom domain - Add an SSL certificate |
Connect to a database | - PostgreSQL - CLI - PostgreSQL - Azure portal |
Custom containers | - Linux - Visual Studio Code |
Review best practices | - Scale your app - Security - Virtual networks |
PHP
Use the following resources to get started with PHP.
Action | Resources |
---|---|
Create your first PHP app | Use one of the following tools: - Linux - CLI - Linux - Azure portal |
Deploy your app | - Configure PHP - Deploy via FTP |
Monitor your app | - Troubleshoot with Azure Monitor - Log stream |
Add domains & certificates | - Map a custom domain - Add an SSL certificate |
Connect to a database | - MySQL with PHP |
Custom containers | - Sidecar containers |
Review best practices | - Scale your app - Security - Virtual Network |