Skip to content

Commit 8ec1570

Browse files
Update howto-deploy-java-jboss-enterprise-application-platform-app.md
1 parent 9bbfb1f commit 8ec1570

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/openshift/howto-deploy-java-jboss-enterprise-application-platform-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ If you navigated away from the **Deployment is in progress** page, the following
306306

307307
1. In the navigation pane, select **Outputs**. This list shows the output values from the deployment, which includes some useful information.
308308

309-
1. Open the shell or Azure Cloud Shell, paste the value from the **cmdToGetKubeadminCredentials** field, and execute it. You see the admin account and credential for signing in to the OpenShift cluster console portal. The following example shows an admin account:
309+
1. Open the shell, paste the value from the **cmdToGetKubeadminCredentials** field, and execute it. You see the admin account and credential for signing in to the OpenShift cluster console portal. The following example shows an admin account:
310310

311311
```azurecli
312312
az aro list-credentials --resource-group eaparo033123rg --name clusterf9e8b9
@@ -327,7 +327,7 @@ If you navigated away from the **Deployment is in progress** page, the following
327327

328328
Next, use the following steps to connect to the OpenShift cluster using the OpenShift CLI:
329329

330-
1. In the shell or Azure Cloud Shell, use the following commands to download the latest OpenShift 4 CLI for GNU/Linux. If running on an OS other than GNU/Linux, download the appropriate binary for that OS.
330+
1. In the shell, use the following commands to download the latest OpenShift 4 CLI for GNU/Linux. If running on an OS other than GNU/Linux, download the appropriate binary for that OS.
331331

332332
```azurecli-interactive
333333
cd ~
@@ -338,7 +338,7 @@ Next, use the following steps to connect to the OpenShift cluster using the Open
338338
echo 'export PATH=$PATH:~/openshift' >> ~/.bashrc && source ~/.bashrc
339339
```
340340

341-
1. Paste the value from the **cmdToLoginWithKubeadmin** field into the shell or Azure Cloud Shell, and execute it. You should see the `login successful` message and the project you're using. The following content is an example of the command to connect to the OpenShift cluster using the OpenShift CLI.
341+
1. Paste the value from the **cmdToLoginWithKubeadmin** field into the shell, and execute it. You should see the `login successful` message and the project you're using. The following content is an example of the command to connect to the OpenShift cluster using the OpenShift CLI.
342342

343343
```azurecli-interactive
344344
oc login \

0 commit comments

Comments
 (0)