Skip to content

Commit 5908891

Browse files
committed
Update JDK and cli version prerequisites
1 parent d46ea30 commit 5908891

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/spring-apps/quickstart-provision-service-instance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ You can provision an instance of the Azure Spring Apps service using the Azure p
9494

9595
## Prerequisites
9696

97-
- [JDK 8 or JDK 11](/azure/developer/java/fundamentals/java-jdk-install)
97+
- [JDK 17](/azure/developer/java/fundamentals/java-jdk-install)
9898
- An Azure subscription. If you don't have a subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
99-
- Optionally, [Azure CLI version 2.0.67 or higher](/cli/azure/install-azure-cli). Install the Azure Spring Apps extension with the following command: `az extension add --name spring`
99+
- Optionally, [Azure CLI version 2.44.0 or higher](/cli/azure/install-azure-cli). Install the Azure Spring Apps extension with the following command: `az extension add --name spring`
100100
- Optionally, [the Azure Toolkit for IntelliJ](https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij/).
101101

102102
## Provision an instance of Azure Spring Apps

articles/spring-apps/quickstart-setup-config-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ This command tells Config Server to find the configuration data in the [steeltoe
4242

4343
## Prerequisites
4444

45-
- [JDK 8 or JDK 11](/azure/developer/java/fundamentals/java-jdk-install)
45+
- [JDK 17](/azure/developer/java/fundamentals/java-jdk-install)
4646
- An Azure subscription. If you don't have a subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
47-
- Optionally, [Azure CLI version 2.0.67 or higher](/cli/azure/install-azure-cli). Install the Azure Spring Apps extension with the following command: `az extension add --name spring`
47+
- Optionally, [Azure CLI version 2.44.0 or higher](/cli/azure/install-azure-cli). Install the Azure Spring Apps extension with the following command: `az extension add --name spring`
4848
- Optionally, [the Azure Toolkit for IntelliJ](https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij/).
4949

5050
## Config Server procedures

0 commit comments

Comments
 (0)