You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Quickstart: Deploy WebLogic Server on Azure Virtual Machine using the Azure portal
12
+
# Quickstart: Deploy WebLogic Server on Azure Virtual Machines (VMs)
13
13
14
14
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).
15
15
@@ -32,7 +32,7 @@ The steps in this section direct you to deploy WLS on VM in the simplest possibl
32
32
33
33
The following steps show you how to find the WLS with Admin Server offer and fill out the **Basics** pane:
34
34
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**.
36
36
37
37
:::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":::
38
38
@@ -70,7 +70,7 @@ Depending on network conditions and other activity in your selected region, the
70
70
71
71
## Examine the deployment output
72
72
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.
74
74
75
75
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.
76
76
@@ -123,9 +123,9 @@ Use the following steps to run a sample application in the WLS:
123
123
124
124
## Connect to the virtual machine
125
125
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.
127
127
128
-
Follow these steps to enable port 22:
128
+
Use the following steps to enable port 22:
129
129
130
130
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**.
131
131
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