Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 2.87 KB

deploy-tomcat-to-app-service.md

File metadata and controls

57 lines (38 loc) · 2.87 KB
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

Deploy Java Tomcat apps to Azure App Service

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:

Prerequisites

[!INCLUDE deploy-app-service-intro.md]

Configure the Maven plugin

[!INCLUDE deploy-tomcat-app-service-configure-maven.md]

Prepare the app for deployment

[!INCLUDE deploy-app-service-prepare-deploy.md]

Update your Microsoft Entra ID app registration

[!INCLUDE deploy-app-service-update-registration.md]

Deploy the app

[!INCLUDE deploy-app-service-deploy.md]

Remove secret values

[!INCLUDE deploy-app-service-remove-secret.md]

More information