|
| 1 | +# VM-Linux - Azul Zulu OpenJDK installation |
| 2 | + |
| 3 | +<IMG SRC="https://azurequickstartsservice.blob.core.windows.net/badges/101-Linux-Java-ZuluOpenJDK/PublicLastTestDate.svg" /> |
| 4 | +<IMG SRC="https://azurequickstartsservice.blob.core.windows.net/badges/101-Linux-Java-ZuluOpenJDK/PublicDeployment.svg" /> |
| 5 | + |
| 6 | +<IMG SRC="https://azurequickstartsservice.blob.core.windows.net/badges/101-Linux-Java-ZuluOpenJDK/FairfaxLastTestDate.svg" /> |
| 7 | +<IMG SRC="https://azurequickstartsservice.blob.core.windows.net/badges/101-Linux-Java-ZuluOpenJDK/FairfaxDeployment.svg" /> |
| 8 | + |
| 9 | +<IMG SRC="https://azurequickstartsservice.blob.core.windows.net/badges/101-Linux-Java-ZuluOpenJDK/BestPracticeResult.svg" /> |
| 10 | +<IMG SRC="https://azurequickstartsservice.blob.core.windows.net/badges/101-Linux-Java-ZuluOpenJDK/CredScanResult.svg" /> |
| 11 | + |
| 12 | +<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-Linux-Java-ZuluOpenJDK%2Fazuredeploy.json" target="_blank"> |
| 13 | + <img src="https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/1-CONTRIBUTION-GUIDE/images/deploytoazure.png"/> |
| 14 | +</a> |
| 15 | +<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-Linux-Java-ZuluOpenJDK%2Fazuredeploy.json" target="_blank"> |
| 16 | + <img src="https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/1-CONTRIBUTION-GUIDE/images/visualizebutton.png"/> |
| 17 | +</a> |
| 18 | + |
| 19 | +## Overview |
| 20 | + |
| 21 | +This template deploys a Linux VM with the Azul Zulu for Azure - Enterprise Edition, a supported OpenJDK JVM from Azul.<br/> |
| 22 | +The VM can be configured using new or existing resources for Storage, the Virtual Network and Public IP Address.<br/> |
| 23 | +Authentication can be done using an sshPublicKey or a Password. |
| 24 | + |
| 25 | +Choices for the Linux OS are Ubuntu 18.04-LTS, Debian 9, Debian 10, or CentOS 8.1.<br/> |
| 26 | +The default is Ubuntu 18.04-LTS. |
| 27 | + |
| 28 | +Choices for the Zulu OpenJDK JVM are the JDK, JRE, or Headless JRE for the latest release of Java 7, 8, 11, or 13.<br/> |
| 29 | +The default is the Zulu Java 8 JDK. |
| 30 | + |
| 31 | +The VM is deployed in the resource group location using the latest patched version of the Linux distribution using a Standard_D2s_v3 size VM as the default value. |
| 32 | + |
| 33 | +The Zulu installation script is pulled from the https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-Linux-Java-ZuluOpenJDK/scripts directory. |
| 34 | + |
| 35 | +**Related Templates** |
| 36 | +- [101-Windows-Java-ZuluOpenJDK](https://github.com/Azure/azure-quickstart-templates/master/101-Windows-Java-ZuluOpenJDK) |
| 37 | + |
| 38 | +**If you are new to the Azul Zulu OpenJDK JVM, see:** |
| 39 | + |
| 40 | +- [Azul Zulu for Azure - Enterprise Edition FAQ](https://assets.azul.com/files/Zulu-for-Azure-FAQ.pdf) |
| 41 | +- [Azul Zulu for Azure - Enterprise Edition](https://www.azul.com/downloads/azure-only/zulu/) |
| 42 | +- [Java on Azure](https://azure.microsoft.com/en-us/develop/java/) |
| 43 | +- [Azure for Java Developers](https://docs.microsoft.com/en-us/java/azure/?view=azure-java-stable) |
| 44 | +- [Azul](https://www.azul.com/) |
| 45 | +- [Azul Zulu Enterprise](https://www.azul.com/products/zulu-enterprise/) |
| 46 | +- [Azul Zulu Embedded](https://www.azul.com/products/zulu-embedded/) |
| 47 | + |
| 48 | +**If you are new to Azure virtual machines, see:** |
| 49 | + |
| 50 | +- [Azure Virtual Machines](https://azure.microsoft.com/services/virtual-machines/). |
| 51 | +- [Azure Linux Virtual Machines documentation](https://docs.microsoft.com/azure/virtual-machines/linux/) |
| 52 | +- [Azure Windows Virtual Machines documentation](https://docs.microsoft.com/azure/virtual-machines/windows/) |
| 53 | +- [Template reference](https://docs.microsoft.com/azure/templates/microsoft.compute/allversions) |
| 54 | +- [Quickstart templates](https://azure.microsoft.com/resources/templates/?resourceType=Microsoft.Compute&pageNumber=1&sort=Popular) |
| 55 | +- [Microsoft Learn Modules for Linux VMs](https://docs.microsoft.com/learn/browse/?term=linux%20Virtual%20Machine) |
| 56 | + |
| 57 | +**If you are new to template deployment, see:** |
| 58 | + |
| 59 | +- [Azure Resource Manager documentation](https://docs.microsoft.com/azure/azure-resource-manager/) |
| 60 | + |
| 61 | +`Tags: Linux, Ubuntu, Debian, CentOS, Java, Zulu, OpenJDK` |
0 commit comments