An open API service indexing awesome lists of open source software.

https://github.com/abhirockzz/javaee-on-azure-iaas

Deploy Java EE application using IaaS and PaaS components on Azure
https://github.com/abhirockzz/javaee-on-azure-iaas

azure cloud iaas java javaee paas payara postgresql

Last synced: 6 months ago
JSON representation

Deploy Java EE application using IaaS and PaaS components on Azure

Awesome Lists containing this project

README

          

## JavaEE on Azure

We will follow the most basic approach of deploying our Java EE app to the [Payara](https://payara.fish) application server which is setup in a [Virtual Machine on Microsoft Azure](https://azure.microsoft.com/services/virtual-machines/?WT.mc_id=javaeeonazureiaas-github-abhishgu) along with the [Azure Database for PostgreSQL](https://azure.microsoft.com/services/postgresql/?WT.mc_id=javaeeonazureiaas-github-abhishgu) service as the backend database. In essence, this is the combination of IaaS (Azure VM) along with a PaaS (managed `PostgreSQL` on Azure)