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/openshift/howto-deploy-java-liberty-app.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ This article is intended to help you quickly get to deployment. Before going to
30
30
- A Java Standard Edition (SE) implementation, version 17 or later (for example, [Eclipse Open J9](https://www.eclipse.org/openj9/)).
31
31
-[Maven](https://maven.apache.org/download.cgi) version 3.5.0 or higher.
32
32
-[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)
34
34
35
35
> [!NOTE]
36
36
> 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
45
45
46
46
:::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":::
47
47
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.
49
49
50
50
:::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":::
51
51
@@ -299,7 +299,7 @@ You can now run and test the project locally before deploying to Azure by using
299
299
300
300
Next, use the following steps to containerize your project using Docker and run it as a container locally before deploying to Azure:
0 commit comments