Skip to content

Commit edd95a0

Browse files
Merge pull request #276634 from m-reza-rahman/patch-6
Fix and disambiguate article titles
2 parents 2d83a51 + b410853 commit edd95a0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/virtual-machines/workloads/redhat/jboss-eap-single-server-azure-vm.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
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)"
33
description: Shows you how to quickly stand up JBoss EAP Server on an Azure virtual machine.
44
author: KarlErickson
55
ms.author: jiangma
66
ms.topic: quickstart
7-
ms.date: 01/03/2024
7+
ms.date: 05/29/2024
88
ms.service: virtual-machines
99
ms.custom: devx-track-java, devx-track-javaee, devx-track-javaee-jbosseap, devx-track-javaee-jbosseap-vm
1010
---
1111

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)
1313

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.
1515

1616
## Prerequisites
1717

1818
- [!INCLUDE [quickstarts-free-trial-note](../../../../includes/quickstarts-free-trial-note.md)]
1919
- 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).
2121
- Install [Maven](https://maven.apache.org/download.cgi), version 3.5.0 or higher.
2222
- 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)
2323

@@ -63,7 +63,7 @@ Depending on network conditions and other activity in your selected region, the
6363

6464
## Optional: Verify the functionality of the deployment
6565

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.
6767
1. Select the VM resource named `jbosieapVm`.
6868
1. In the **Overview** pane, note the **Public IP address** assigned to the network interface.
6969
1. Copy the public IP address.

0 commit comments

Comments
 (0)