Skip to content

Commit 2d83a51

Browse files
Merge pull request #276603 from m-reza-rahman/patch-4
Fix/disambiguate article titles
2 parents 275e11c + beec9f4 commit 2d83a51

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/virtual-machines/workloads/oracle/weblogic-server-azure-virtual-machine.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: "Quickstart: Deploy WebLogic Server on Azure Virtual Machine using the Azure portal"
2+
title: "Quickstart: Deploy WebLogic Server on Azure Virtual Machines (VMs)"
33
description: Shows how to quickly stand up WebLogic Server on Azure Virtual Machine.
44
author: KarlErickson
55
ms.author: haiche
66
ms.topic: quickstart
7-
ms.date: 01/24/2024
7+
ms.date: 05/29/2024
88
ms.service: oracle-on-azure
99
ms.custom: devx-track-java, devx-track-javaee, devx-track-javaee-wls, devx-track-javaee-wls-vm, devx-track-extended-java
1010
---
1111

12-
# Quickstart: Deploy WebLogic Server on Azure Virtual Machine using the Azure portal
12+
# Quickstart: Deploy WebLogic Server on Azure Virtual Machines (VMs)
1313

1414
This article shows you how to quickly deploy WebLogic Application Server (WLS) on Azure Virtual Machines (VM) with the simplest possible set of configuration choices using the Azure portal. For a more full featured tutorial, including the use of Azure Application Gateway to make WLS cluster on VM securely visible on the public internet, see [Tutorial: Migrate a WebLogic Server cluster to Azure with Azure Application Gateway as a load balancer](/azure/developer/java/migration/migrate-weblogic-with-app-gateway?toc=/azure/virtual-machines/workloads/oracle/toc.json&bc=/azure/virtual-machines/workloads/oracle/breadcrumb/toc.json).
1515

@@ -32,7 +32,7 @@ The steps in this section direct you to deploy WLS on VM in the simplest possibl
3232

3333
The following steps show you how to find the WLS with Admin Server offer and fill out the **Basics** pane:
3434

35-
1. In the search bar at the top of the portal, enter *weblogic*. In the auto-suggested search results, in the **Marketplace** section, select **Oracle WebLogic Server With Admin Server**.
35+
1. In the search bar at the top of the portal, enter *weblogic*. In the autosuggested search results, in the **Marketplace** section, select **Oracle WebLogic Server With Admin Server**.
3636

3737
:::image type="content" source="media/weblogic-server-azure-virtual-machine/search-weblogic-admin-offer-from-portal.png" alt-text="Screenshot of the Azure portal that shows WebLogic Server in the search results." lightbox="media/weblogic-server-azure-virtual-machine/search-weblogic-admin-offer-from-portal.png":::
3838

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

7171
## Examine the deployment output
7272

73-
The steps in this section show you how to verify the deployment has successfully completed.
73+
The steps in this section show you how to verify the deployment successfully completed.
7474

7575
If you navigated away from the **Deployment is in progress** page, the following steps show you how to get back to that page. If you're still on the page that shows **Your deployment is complete**, you can skip to step 5, after the screenshot.
7676

@@ -123,9 +123,9 @@ Use the following steps to run a sample application in the WLS:
123123

124124
## Connect to the virtual machine
125125

126-
If you want to manage the VM, you can connect to it with SSH command. Before accessing the machine, make sure you have enabled port 22 for SSH agent.
126+
If you want to manage the VM, you can connect to it with SSH command. Before accessing the machine, make sure you enabled port 22 for the SSH agent.
127127

128-
Follow these steps to enable port 22:
128+
Use the following steps to enable port 22:
129129

130130
1. Navigate back to your working resource group. In the overview page, you can find a network security group named **wls-nsg**. Select **wls-nsg**.
131131
1. In the left panel, select **Settings**, then **Inbound security rules**. If there's a rule to allow port `22`, then you can jump to step 4.

0 commit comments

Comments
 (0)