Skip to content

Commit ec4bc7b

Browse files
backwind1233edburns
authored andcommitted
Updated optional verification steps for JBoss EAP deployment in Azure VM to simplify access and improve user experience.
1 parent b884eeb commit ec4bc7b

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

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

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,10 @@ Depending on network conditions and other activity in your selected region, the
6565

6666
## Optional: Verify the functionality of the deployment
6767

68-
By default, the JBoss EAP Server is deployed on an Azure VM in a dedicated virtual network without public access. If you want to verify the functionality of the deployment by viewing the **Red Hat JBoss Enterprise Application Platform** management console, use the following steps to assign the VM a public IP address for access.
69-
70-
1. On the deployment page, select **Deployment details** to expand the list of Azure resource deployed. Select network security group `jbosseap-nsg` to open its details page.
71-
1. Under **Settings**, select **Inbound security rules**. Select **+ Add** to open **Add inbound security rule** panel for adding a new inbound security rule.
72-
1. Fill in *9990,8080* for **Destination port ranges**. Fill in *Port_jbosseap* for **Name**. Select **Add**. Wait until the security rule created.
73-
1. Select **X** icon to close the network security group `jbosseap-nsg` details page. You're switched back to the deployment page.
74-
1. Select the resource ending with `-nic` (with type `Microsoft.Network/networkInterfaces`) to open its details page.
75-
1. Under **Settings**, select **IP configurations**. Select `ipconfig1` from the list of IP configurations to open its configuration details panel.
76-
1. Under **Public IP address**, select **Associate**. Select **Create new** to open the **Add a public IP address** popup. Fill in *jbosseapvm-ip* for **Name**. Select **Static** for **Assignment**. Select **OK**.
77-
1. Select **Save**. Wait until the public IP address created and the update completes. Select the **X** icon to close the IP configuration page.
78-
1. Copy the value of the public IP address from the **Public IP address** column for `ipconfig1`. For example, `20.232.155.59`.
79-
80-
:::image type="content" source="media/jboss-eap-single-server-azure-vm/public-ip-address.png" alt-text="Screenshot of public IP address assigned to the network interface." lightbox="media/jboss-eap-single-server-azure-vm/public-ip-address.png":::
81-
68+
1. Open the resource group you just created in the Azure portal.
69+
2. Select the VM resource which name is "jbosieapVm".
70+
3. In the **Overview** pane, note the **Public IP address** assigned to the network interface.
71+
4. Copy the public IP address.
8272
1. Paste the public IP address in an Internet-connected web browser, append `:9990`, and press **Enter**. You should see the familiar **Red Hat JBoss Enterprise Application Platform** management console sign-in screen, as shown in the following screenshot.
8373

8474
:::image type="content" source="media/jboss-eap-single-server-azure-vm/jboss-eap-console-login.png" alt-text="Screenshot of JBoss EAP management console sign-in screen." lightbox="media/jboss-eap-single-server-azure-vm/jboss-eap-console-login.png":::

0 commit comments

Comments
 (0)