Skip to content

Commit 0bb9f7c

Browse files
Update howto-deploy-java-liberty-app.md
1 parent 28da673 commit 0bb9f7c

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,16 @@ This article is intended to help you quickly get to deployment. Before going to
3131

3232
[!INCLUDE [azure-cli-prepare-your-environment.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment.md)]
3333

34-
* This article requires at least version 2.31.0 of Azure CLI. If using Azure Cloud Shell, the latest version is already installed.
35-
3634
> [!NOTE]
3735
> 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.
3836
>
3937
> :::image type="icon" source="~/reusable-content/ce-skilling/azure/media/cloud-shell/launch-cloud-shell-button.png" alt-text="Button to launch the Azure Cloud Shell." border="false" link="https://shell.azure.com":::
4038
41-
* If running the commands in this guide locally (instead of Azure Cloud Shell):
42-
* Prepare a local machine with Unix-like operating system installed (for example, Ubuntu, Azure Linux, macOS, Windows Subsystem for Linux).
43-
* Install a Java SE implementation, version 17 or later. (for example, [Eclipse Open J9](https://www.eclipse.org/openj9/)).
44-
* Install [Maven](https://maven.apache.org/download.cgi) 3.5.0 or higher.
45-
* Install [Docker](https://docs.docker.com/get-docker/) for your OS.
39+
* Prepare a local machine with a Unix-like operating system installed (for example, Ubuntu, macOS, Windows Subsystem for Linux).
40+
* This article requires at least version 2.31.0 of Azure CLI.
41+
* Install a Java SE implementation, version 17 or later. (for example, [Eclipse Open J9](https://www.eclipse.org/openj9/)).
42+
* Install [Maven](https://maven.apache.org/download.cgi) 3.5.0 or higher.
43+
* Install [Docker](https://docs.docker.com/get-docker/) for your OS.
4644
* Make sure you're assigned either the `Owner` role or the `Contributor` and `User Access Administrator` roles in the subscription. You can verify it by following steps in [List role assignments for a user or group](../role-based-access-control/role-assignments-list-portal.md#list-role-assignments-for-a-user-or-group).
4745

4846
## Create a Liberty on AKS deployment using the portal

0 commit comments

Comments
 (0)