You can use JBoss EAP (Enterprise Application Platform) to run Java applications, like Java EE (Enterprise Edition) in a variety of environments, including on-premises and the cloud. JBoss provides enterprise-grade tools to manage, build and run your applications.
In Azure, you can host JBoss EAP on Azure App Service, Azure Red Hat Openshift and on Azure Virtual Machine Scale Sets. In this post, we'll host JBoss EPA on an Azure App Service Web App and use it to run a Java EE application.
If you want to follow along, you'll need the following:
We will start by creating an Azure App Service Web App that hosts the JBoss Enterprise Application Platform.
(create an Azure App Service Web App in the Azure portal)
git clone https://github.com/agoncal/agoncal-application-petstore-ee7.git
cd agoncal-application-petstore-ee7
mvn com.microsoft.azure:azure-webapp-maven-plugin:2.5.0:config
(The Azure App Service Maven plugin in action)
mvn package azure-webapp:deploy -DskipTests
(The Java EE application running on JBoss EAP in an Azure App Service Web App)
You can run any type of application in Azure, including Java EE applications on JBoss EAP, for instance on an Azure App Service Web App.To learn more, create a trial account today and go and check it out!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.