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
- Host: GitHub
- URL: https://github.com/abhirockzz/javaee-on-azure-iaas
- Owner: abhirockzz
- Created: 2019-11-18T12:46:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T00:02:48.000Z (over 4 years ago)
- Last Synced: 2025-02-13T16:32:42.186Z (8 months ago)
- Topics: azure, cloud, iaas, java, javaee, paas, payara, postgresql
- Language: Java
- Homepage: https://medium.com/microsoftazure/deploying-java-ee-apps-to-azure-part-1-e895284b46d1
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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)