title | description | author | ms.author | ms.reviewer | ms.date | ms.topic | ms.custom |
---|---|---|---|---|---|---|---|
Deploy Java Tomcat apps to Azure App Service |
Shows you how to deploy a Tomcat app with sign-in by Microsoft Entra account to Azure App Service. |
KarlErickson |
karler |
givermei |
03/11/2024 |
article |
devx-track-identity-java, devx-track-java, devx-track-extended-java, devx-track-azurecli |
This article shows you how to deploy a Tomcat app with sign-in by Microsoft Entra account to Azure App Service.
This article assumes that you completed one of the following articles using only the Run locally tab, and you now want to deploy to Azure. These instructions are the same as the ones in the Deploy to Azure tab in these articles:
- Enable sign-in for Java Tomcat apps using Microsoft Entra ID
- Enable sign-in for Java Tomcat apps using MSAL4J with Azure Active Directory B2C
- Enable Java Tomcat apps to sign in users and access Microsoft Graph
- Secure Java Tomcat apps using roles and role claims
- Secure Java Tomcat apps using groups and group claims
[!INCLUDE deploy-app-service-intro.md]
[!INCLUDE deploy-tomcat-app-service-configure-maven.md]
[!INCLUDE deploy-app-service-prepare-deploy.md]
[!INCLUDE deploy-app-service-update-registration.md]
[!INCLUDE deploy-app-service-deploy.md]
[!INCLUDE deploy-app-service-remove-secret.md]
- Microsoft Authentication Library (MSAL) for Java
- Microsoft identity platform (Microsoft Entra ID for developers)
- Quickstart: Register an application with the Microsoft identity platform
- Understanding Microsoft Entra ID application consent experiences
- Understand user and admin consent
- MSAL code samples