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
Copy file name to clipboardExpand all lines: articles/virtual-machines/workloads/oracle/weblogic-server-azure-virtual-machine.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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 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.
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.
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 to 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 and 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
@@ -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 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
+
The following steps 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