Skip to content

Commit 604dedd

Browse files
Merge pull request #276647 from m-reza-rahman/patch-8
Fix/disambiguate article titles
2 parents cb7b27d + c136518 commit 604dedd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ description: Deploy a Java application with Open Liberty or WebSphere Liberty on
55
author: KarlErickson
66
ms.author: edburns
77
ms.topic: how-to
8-
ms.date: 04/02/2024
8+
ms.date: 05/29/2024
99
ms.subservice: aks-developer
1010
keywords: java, jakartaee, javaee, microprofile, open-liberty, websphere-liberty, aks, kubernetes
1111
ms.custom: devx-track-java, devx-track-javaee, devx-track-javaee-liberty, devx-track-javaee-liberty-aks, devx-track-javaee-websphere, build-2023, devx-track-extended-java, devx-track-azurecli
1212
---
1313

14-
# 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
1515

1616
This article demonstrates how to:
1717

@@ -41,7 +41,7 @@ This article is intended to help you quickly get to deployment. Before you go to
4141
* 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).
4242
* 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).
4343
* 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/)).
4545
* Install [Maven](https://maven.apache.org/download.cgi) 3.5.0 or higher.
4646
* Install [Docker](https://docs.docker.com/get-docker/) for your OS.
4747
* 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
145145
146146
---
147147
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.
149149
150150
## Create an Azure SQL Database instance
151151
@@ -167,7 +167,7 @@ $Env:DB_RESOURCE_GROUP_NAME="<db-resource-group>"
167167
168168
---
169169
170-
Now that you've created the database and AKS cluster, you can proceed to preparing AKS to host your Open Liberty application.
170+
Now that you created the database and AKS cluster, you can proceed to preparing AKS to host your Open Liberty application.
171171
172172
## Configure and deploy the sample application
173173

0 commit comments

Comments
 (0)