Skip to content

Commit 787cabb

Browse files
Update howto-deploy-java-liberty-app.md
1 parent 1f7faa5 commit 787cabb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ The Open Liberty Operator simplifies the deployment and management of applicatio
2323

2424
This article uses the Azure Marketplace offer for Open Liberty or WebSphere Liberty to accelerate your journey to AKS. The offer automatically provisions some Azure resources, including:
2525

26-
* An Azure Container Registry instance.
27-
* An AKS cluster.
28-
* An Application Gateway Ingress Controller (AGIC) instance.
26+
* Azure Container Registry instance.
27+
* AKS cluster.
28+
* Application Gateway Ingress Controller (AGIC) instance.
2929
* The Open Liberty Operator and WebSphere Liberty Operator.
3030
* Optionally, a container image that includes Liberty and your application.
3131

@@ -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)