Skip to content

Commit 9a85ab0

Browse files
authored
Apply suggestions from code review
1 parent dc345e4 commit 9a85ab0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/openshift/howto-deploy-java-liberty-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This article is intended to help you quickly get to deployment. Before going to
3030
- A Java Standard Edition (SE) implementation, version 17 or later (for example, [Eclipse Open J9](https://www.eclipse.org/openj9/)).
3131
- [Maven](https://maven.apache.org/download.cgi) version 3.5.0 or higher.
3232
- [Docker](https://docs.docker.com/get-docker/) for your OS.
33-
- The Azure identity you use to sign in has either the [Contributor](/azure/role-based-access-control/built-in-roles#contributor) role and the [User Access Administrator](/azure/role-based-access-control/built-in-roles#user-access-administrator) role or the [Owner](/azure/role-based-access-control/built-in-roles#owner) role in the current subscription. For an overview of Azure roles, see [What is Azure Role-Based Access Control (Azure RBAC)?](/azure/role-based-access-control/overview)
33+
- The Azure identity you use to sign in has either the [Contributor](/azure/role-based-access-control/built-in-roles#contributor) role and the [User Access Administrator](/azure/role-based-access-control/built-in-roles#user-access-administrator) role or the [Owner](/azure/role-based-access-control/built-in-roles#owner) role in the current subscription. For an overview of Azure roles, see [What is Azure role-based access control (Azure RBAC)?](/azure/role-based-access-control/overview)
3434

3535
> [!NOTE]
3636
> You can also execute this guidance from the [Azure Cloud Shell](/azure/cloud-shell/quickstart). This approach has all the prerequisite tools pre-installed, with the exception of Docker.
@@ -45,7 +45,7 @@ Use your Red Hat account to sign in to the OpenShift cluster manager portal, by
4545

4646
:::image type="content" source="media/howto-deploy-java-liberty-app/red-hat-account-complete-profile.png" alt-text="Screenshot of Red Hat Update Your Account page." lightbox="media/howto-deploy-java-liberty-app/red-hat-account-complete-profile.png":::
4747

48-
After you sign in, select **OpenShift**, then **Downloads**. Select the **All categories** dropdown list. Select **Tokens**. Under **Pull secret**, select **Copy** or **Download**, as shown in the following screenshot.
48+
After you sign in, select **OpenShift**, then **Downloads**. Select the **All categories** dropdown list and then select **Tokens**. Under **Pull secret**, select **Copy** or **Download**, as shown in the following screenshot.
4949

5050
:::image type="content" source="media/howto-deploy-java-liberty-app/red-hat-console-portal-pull-secret.png" alt-text="Screenshot of Red Hat console portal showing the pull secret." lightbox="media/howto-deploy-java-liberty-app/red-hat-console-portal-pull-secret.png":::
5151

@@ -299,7 +299,7 @@ You can now run and test the project locally before deploying to Azure by using
299299

300300
Next, use the following steps to containerize your project using Docker and run it as a container locally before deploying to Azure:
301301

302-
1. The following commands build the image.
302+
1. Use the following commands to build the image:
303303

304304
```bash
305305
cd ${BASE_DIR}/3-integration/connect-db/mssql/target

0 commit comments

Comments
 (0)