|
1 | 1 | ---
|
2 |
| -title: "Quickstart: Deploy JBoss EAP Server on Azure VM using the Azure portal" |
| 2 | +title: "Quickstart: Deploy JBoss EAP on an Azure virtual machine (VM)" |
3 | 3 | description: Shows you how to quickly stand up JBoss EAP Server on an Azure virtual machine.
|
4 | 4 | author: KarlErickson
|
5 | 5 | ms.author: jiangma
|
6 | 6 | ms.topic: quickstart
|
7 |
| -ms.date: 01/03/2024 |
| 7 | +ms.date: 05/29/2024 |
8 | 8 | ms.service: virtual-machines
|
9 | 9 | ms.custom: devx-track-java, devx-track-javaee, devx-track-javaee-jbosseap, devx-track-javaee-jbosseap-vm
|
10 | 10 | ---
|
11 | 11 |
|
12 |
| -# Quickstart: Deploy JBoss EAP Server on an Azure virtual machine using the Azure portal |
| 12 | +# Quickstart: Deploy JBoss EAP on an Azure virtual machine (VM) |
13 | 13 |
|
14 |
| -This article shows you how to quickly deploy JBoss EAP Server on an Azure virtual machine (VM) using the Azure portal. |
| 14 | +This article shows you how to quickly deploy JBoss Enterprise Application Platform (EAP) on an Azure virtual machine (VM) using the Azure portal. |
15 | 15 |
|
16 | 16 | ## Prerequisites
|
17 | 17 |
|
18 | 18 | - [!INCLUDE [quickstarts-free-trial-note](../../../../includes/quickstarts-free-trial-note.md)]
|
19 | 19 | - Install [Azure CLI](/cli/azure/install-azure-cli).
|
20 |
| -- Install a Java SE implementation version 8 or later - for example, [Microsoft build of OpenJDK](/java/openjdk). |
| 20 | +- Install a Java Standard Edition (SE) implementation version 8 or later - for example, [Microsoft build of OpenJDK](/java/openjdk). |
21 | 21 | - Install [Maven](https://maven.apache.org/download.cgi), version 3.5.0 or higher.
|
22 | 22 | - Ensure the Azure identity you use to sign in has either the [Contributor](/azure/role-based-access-control/built-in-roles#contributor) role or the [Owner](/azure/role-based-access-control/built-in-roles#owner) role in the current subscription. For an overview of Azure roles, see [What is Azure role-based access control (Azure RBAC)?](/azure/role-based-access-control/overview)
|
23 | 23 |
|
@@ -63,7 +63,7 @@ Depending on network conditions and other activity in your selected region, the
|
63 | 63 |
|
64 | 64 | ## Optional: Verify the functionality of the deployment
|
65 | 65 |
|
66 |
| -1. Open the resource group you just created in the Azure portal. |
| 66 | +1. Open the resource group you created in the Azure portal. |
67 | 67 | 1. Select the VM resource named `jbosieapVm`.
|
68 | 68 | 1. In the **Overview** pane, note the **Public IP address** assigned to the network interface.
|
69 | 69 | 1. Copy the public IP address.
|
|
0 commit comments