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
# Deploy a Java application with Open Liberty or WebSphere Liberty on an Azure Kubernetes Service cluster
14
+
# Deploy a Java application with Open Liberty or WebSphere Liberty on an Azure Kubernetes Service (AKS) cluster
15
15
16
16
This article demonstrates how to:
17
17
@@ -41,7 +41,7 @@ This article is intended to help you quickly get to deployment. Before you go to
41
41
* Sign in to the Azure CLI by using the [az login](/cli/azure/reference-index#az-login) command. To finish the authentication process, follow the steps displayed in your terminal. For other sign-in options, see [Sign in with the Azure CLI](/cli/azure/authenticate-azure-cli).
42
42
* When you're prompted, install the Azure CLI extension on first use. For more information about extensions, see [Use extensions with the Azure CLI](/cli/azure/azure-cli-extensions-overview).
43
43
* Run [az version](/cli/azure/reference-index?#az-version) to find the version and dependent libraries that are installed. To upgrade to the latest version, run [az upgrade](/cli/azure/reference-index?#az-upgrade). This article requires at least version 2.31.0 of Azure CLI.
44
-
* Install a Java SE implementation, version 17 or later. (for example, [Eclipse Open J9](https://www.eclipse.org/openj9/)).
44
+
* Install a Java Standard Edition (SE) implementation, version 17 or later (for example, [Eclipse Open J9](https://www.eclipse.org/openj9/)).
45
45
* Install [Maven](https://maven.apache.org/download.cgi) 3.5.0 or higher.
46
46
* Install [Docker](https://docs.docker.com/get-docker/) for your OS.
47
47
* Ensure [Git](https://git-scm.com) is installed.
@@ -145,7 +145,7 @@ If you moved away from the **Deployment is in progress** pane, the following ste
145
145
146
146
---
147
147
148
-
You'll use these values later in this article. Note that the outputs list several other useful commands.
148
+
You use these values later in this article. The outputs list several other useful commands.
0 commit comments