Skip to content

Commit 593dfcb

Browse files
authored
Merge pull request #280337 from backwind1233/240709_gzh_remove_poolid
Remove no-longer-necessary information
2 parents a1dbbaa + fbeb424 commit 593dfcb

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,6 @@ If you're interested in providing feedback or working closely on your migration
2222

2323
- An Azure subscription. [!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
2424
- 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)
25-
- Ensure you have the necessary Red Hat licenses. You need to have a Red Hat Account with Red Hat Subscription Management (RHSM) entitlement for JBoss EAP. This entitlement lets the Azure portal install the Red Hat tested and certified JBoss EAP version.
26-
> [!NOTE]
27-
> If you don't have an EAP entitlement, you can sign up for a free developer subscription through the [Red Hat Developer Subscription for Individuals](https://developers.redhat.com/register). Save aside the account details, which you use as the *RHSM username* and *RHSM password* in the next section.
28-
- After you're registered, you can find the necessary credentials (*Pool IDs*) by using the following steps. You also use the *Pool IDs* as the *RHSM Pool ID with EAP entitlement* later in this article.
29-
1. Sign in to your [Red Hat account](https://sso.redhat.com).
30-
1. The first time you sign in, you're asked to complete your profile. Make sure you select **Personal** for **Account Type**, as shown in the following screenshot.
31-
32-
:::image type="content" source="media/jboss-eap-azure-vm/update-account-type-as-personal.png" alt-text="Screenshot of the Red Hat profile Update Your Account page." lightbox="media/jboss-eap-azure-vm/update-account-type-as-personal.png":::
33-
34-
1. In the tab where you're signed in, open [Red Hat Developer Subscription for Individuals](https://aka.ms/red-hat-individual-dev-sub). This link takes you to all of the subscriptions in your account for the appropriate SKU.
35-
1. Select the first subscription from the **All purchased Subscriptions** table.
36-
1. Copy and save aside the value following **Master Pools** from **Pool IDs**.
3725
- A Java Development Kit (JDK), version 11. In this guide, we recommend the [Red Hat Build of OpenJDK](https://developers.redhat.com/products/openjdk/download). Ensure that your `JAVA_HOME` environment variable is set correctly in the shells in which you run the commands.
3826
- [Git](https://git-scm.com/downloads). Use `git --version` to test whether `git` works. This tutorial was tested with version 2.34.1.
3927
- [Maven](https://maven.apache.org/download.cgi). Use `mvn -version` to test whether `mvn` works. This tutorial was tested with version 3.8.6.
@@ -135,9 +123,6 @@ The following steps show you how to fill out the **JBoss EAP Settings** pane sho
135123
1. Leave the default value **jbossadmin** for **JBoss EAP Admin username**.
136124
1. Provide a JBoss EAP password for **JBoss EAP password**. Use the same value for **Confirm password**. Save aside the value for later use.
137125
1. Leave the default option **No** for **Connect to an existing Red Hat Satellite Server?**.
138-
1. Provide your RHSM username for **RHSM username**. The value is the same one that was prepared in the prerequisites section.
139-
1. Provide your RHSM password for **RHSM password**. Use the same value for **Confirm password**. The value is the same one that was prepared in the prerequisites section.
140-
1. Provide your RHSM pool ID for **RHSM Pool ID with EAP entitlement**. The value is the same one that was prepared in the prerequisites section.
141126
1. Select **Next: Azure Application Gateway**.
142127

143128
The following steps show you how to fill out the **Azure Application Gateway** pane shown in the following screenshot.
55 Bytes
Loading

0 commit comments

Comments
 (0)