Skip to content

Commit b080d60

Browse files
committed
refinements
Signed-off-by: Jianguo Ma <[email protected]>
1 parent 6480d28 commit b080d60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ This article shows you how to quickly deploy Red Hat Quarkus on Azure Kubernetes
1919

2020
- [!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
2121
- Prepare a local machine with Unix-like operating system installed (for example, Ubuntu, macOS, or Windows Subsystem for Linux).
22-
- Install a Java SE implementation (for example, [Microsoft build of OpenJDK](/java/openjdk)).
22+
- Install a Java SE implementation version 17 or later (for example, [Microsoft build of OpenJDK](/java/openjdk)).
2323
- Install [Maven](https://maven.apache.org/download.cgi) 3.9.8 or higher.
2424
- Install [Docker](https://docs.docker.com/get-docker/) or [Podman](https://podman.io/docs/installation) for your OS.
2525
- Install [jq](https://jqlang.github.io/jq/download/).
2626
- Install [cURL](https://curl.se/download.html).
27-
- Install the [Quarkus CLI](https://quarkus.io/guides/cli-tooling).
27+
- Install the [Quarkus CLI](https://quarkus.io/guides/cli-tooling) 3.12.1 or higher.
2828
- Azure CLI for Unix-like environments. This article requires only the Bash variant of Azure CLI.
2929
- [!INCLUDE [azure-cli-login](~/reusable-content/ce-skilling/azure/includes/azure-cli-login.md)]
30-
- This article requires at least version 2.61.0 of Azure CLI. If using Azure Cloud Shell, the latest version is already installed.
30+
- This article requires at least version 2.61.0 of Azure CLI.
3131

3232
## Create the app project
3333

@@ -289,7 +289,7 @@ After a few minutes, the command completes and returns JSON-formatted informatio
289289

290290
### Connect to the AKS cluster
291291

292-
To manage a Kubernetes cluster, you use `kubectl`, the Kubernetes command-line client. If you use Azure Cloud Shell, `kubectl` is already installed. To install `kubectl` locally, use the [az aks install-cli](/cli/azure/aks#az-aks-install-cli) command, as shown in the following example:
292+
To manage a Kubernetes cluster, you use `kubectl`, the Kubernetes command-line client. To install `kubectl` locally, use the [az aks install-cli](/cli/azure/aks#az-aks-install-cli) command, as shown in the following example:
293293

294294
```azurecli-interactive
295295
az aks install-cli

0 commit comments

Comments
 (0)