Skip to content

Commit 91bfbed

Browse files
committed
Update quickstart.md
1 parent 22139f2 commit 91bfbed

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

articles/spring-apps/quickstart.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ At the end of this quickstart, you'll have a working spring app running on Azure
4040

4141
- An Azure subscription. If you don't have a subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
4242
- [Azure CLI](/cli/azure/install-azure-cli). Install the Azure Spring Apps extension with the following command: `az extension add --name spring`
43-
- Install java 17, you can check with
44-
```
45-
echo %JAVA_HOME%
46-
```
47-
to make sure JAVA_HOME is pointed to the installation path.
4843
- If you're deploying Azure Spring Apps Enterprise tier for the first time in the target subscription, see the [Prerequisites](./how-to-enterprise-marketplace-offer.md#prerequisites) section of [View Azure Spring Apps Enterprise tier offering in Azure Marketplace](./how-to-enterprise-marketplace-offer.md).
4944

5045
## Provision an instance of Azure Spring Apps
@@ -110,7 +105,7 @@ Use the following steps to clone the Spring Boot sample project.
110105
1. Use the following command to clone the [Spring Boot sample project](https://github.com/spring-guides/gs-spring-boot.git) from GitHub.
111106

112107
```azurecli-interactive
113-
git clone https://github.com/spring-guides/gs-spring-boot.git
108+
git clone -b boot-2.7 https://github.com/spring-guides/gs-spring-boot.git
114109
```
115110

116111
1. Use the following command to move to the project folder.
@@ -146,11 +141,6 @@ Deploying the application can take a few minutes.
146141
- An Azure subscription. If you don't have a subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
147142
- [IntelliJ IDEA](https://www.jetbrains.com/idea/).
148143
- [Azure Toolkit for IntelliJ](/azure/developer/java/toolkit-for-intellij/install-toolkit).
149-
- Install java 17, you can check with
150-
```
151-
echo %JAVA_HOME%
152-
```
153-
to make sure JAVA_HOME is pointed to the installation path.
154144
- If you're deploying Azure Spring Apps Enterprise tier for the first time in the target subscription, see the [Prerequisites](./how-to-enterprise-marketplace-offer.md#prerequisites) section of [View Azure Spring Apps Enterprise tier offering in Azure Marketplace](./how-to-enterprise-marketplace-offer.md).
155145

156146
## Generate a Spring project
@@ -266,12 +256,6 @@ Use the following steps to build and deploy your app.
266256
## [Visual Studio Code](#tab/VS-Code)
267257

268258
## Prerequisites
269-
270-
- Install java 17, you can check with
271-
```
272-
echo %JAVA_HOME%
273-
```
274-
to make sure JAVA_HOME is pointed to the installation path.
275259
- If you're deploying Azure Spring Apps Enterprise tier for the first time in the target subscription, see the [Prerequisites](./how-to-enterprise-marketplace-offer.md#prerequisites) section of [View Azure Spring Apps Enterprise tier offering in Azure Marketplace](./how-to-enterprise-marketplace-offer.md).
276260
277261
## Deploy a Spring Boot web app to Azure Spring Apps with Visual Studio Code

0 commit comments

Comments
 (0)