You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/spring-apps/quickstart.md
+1-17Lines changed: 1 addition & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,11 +40,6 @@ At the end of this quickstart, you'll have a working spring app running on Azure
40
40
41
41
- An Azure subscription. If you don't have a subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
42
42
-[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.
48
43
- 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).
49
44
50
45
## Provision an instance of Azure Spring Apps
@@ -110,7 +105,7 @@ Use the following steps to clone the Spring Boot sample project.
110
105
1. Use the following command to clone the [Spring Boot sample project](https://github.com/spring-guides/gs-spring-boot.git) from GitHub.
-[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.
154
144
- 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).
155
145
156
146
## Generate a Spring project
@@ -266,12 +256,6 @@ Use the following steps to build and deploy your app.
266
256
## [VisualStudioCode](#tab/VS-Code)
267
257
268
258
## 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.
275
259
-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).
276
260
277
261
## Deploy a Spring Boot web app to Azure Spring Apps with Visual Studio Code
0 commit comments