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 (VM)
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
@@ -82,8 +82,8 @@ If you navigated away from the **Deployment is in progress** page, the following
82
82
:::image type="content" source="media/weblogic-server-azure-virtual-machine/resource-group-deployments.png" alt-text="Screenshot of the Azure portal that shows the resource group deployments list." lightbox="media/weblogic-server-azure-virtual-machine/resource-group-deployments.png":::
83
83
84
84
1. In the left panel, select **Outputs**. This list shows the output values from the deployment. Useful information is included in the outputs.
85
-
1. The **sshCommand** value is the fully qualified, SSH command to connect the VM that runs WLS. Select the copy icon next to the field value and copy the link to your clipboard. Save this value aside for later.
86
-
1. The **adminConsoleURL** value is the fully qualified, public internet visible link to the WLS admin console. Select the copy icon next to the field value and copy the link to your clipboard. Save this value aside for later.
85
+
1. The **sshCommand** value is the fully qualified, SSH command to connect the VM that runs WLS. Select the copy icon next to the field value to copy the link to your clipboard. Save this value aside for later.
86
+
1. The **adminConsoleURL** value is the fully qualified, public internet visible link to the WLS admin console. Select the copy icon next to the field value to copy the link to your clipboard. Save this value aside for later.
87
87
88
88
## Deploy a Java EE application from Administration Console portal
89
89
@@ -111,7 +111,7 @@ Use the following steps to run a sample application in the WLS:
111
111
112
112
1. Under **Change Center** on the top left corner, select **Activate Changes**. You can see the message **All changes have been activated. No restarts are necessary**.
113
113
114
-
1. Under **Summary of Deployments**, select **Control**. Select the checkbox near the application name and select the application. Select **Start** and then select **Servicing all requests**.
114
+
1. Under **Summary of Deployments**, select **Control**. Select the checkbox near the application name to select the application. Select **Start** and then select **Servicing all requests**.
115
115
116
116
1. Under **Start Application Assistant**, select **Yes**. If no error happens, you can see the message **Start requests have been sent to the selected deployments.**
117
117
@@ -125,7 +125,7 @@ Use the following steps to run a sample application in the WLS:
125
125
126
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
-
The following steps 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