Skip to content

Commit 922951a

Browse files
committed
update azd version and remove alpha set
1 parent d6c496b commit 922951a

9 files changed

+3
-39
lines changed

articles/spring-apps/includes/quickstart-deploy-event-driven-app/prepare-cloud-environment-event-driven-consumption.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,6 @@ Use the following steps to create the service instance:
8787
azd auth login
8888
```
8989

90-
1. Use the following command to enable Azure Spring Apps feature:
91-
92-
```bash
93-
azd config set alpha.springapp on
94-
```
95-
9690
1. Use the following command to provision the template's infrastructure to Azure:
9791

9892
```bash

articles/spring-apps/includes/quickstart-deploy-event-driven-app/prepare-cloud-environment-event-driven.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,6 @@ Use the following steps to create an Azure Spring Apps instance:
8181
azd auth login
8282
```
8383

84-
1. Use the following command to enable the Azure Spring Apps features:
85-
86-
```bash
87-
azd config set alpha.springapp on
88-
```
89-
9084
1. Use the following command to set the template using the **standard** plan:
9185

9286
```bash

articles/spring-apps/includes/quickstart-deploy-web-app/deploy-consumption-plan.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,6 @@ Use the following steps to connect your service instances:
160160
azd auth login
161161
```
162162

163-
1. Use the following command to enable Azure Spring Apps feature:
164-
165-
```bash
166-
azd config set alpha.springapp on
167-
```
168-
169163
1. Use the following command to provision the template's infrastructure to Azure:
170164

171165
```bash

articles/spring-apps/includes/quickstart-deploy-web-app/deploy-standard-plan.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,6 @@ Use the following steps to connect your service instances:
166166
azd auth login
167167
```
168168

169-
1. Use the following command to enable the Azure Spring Apps feature:
170-
171-
```bash
172-
azd config set alpha.springapp on
173-
```
174-
175169
1. Use the following command to set the template with the **standard** plan:
176170

177171
```bash

articles/spring-apps/includes/quickstart/deploy-app-with-basic-standard-plan.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@ Open your web browser and go to the [Azure portal](https://portal.azure.com/). E
7373
azd auth login
7474
```
7575

76-
1. Use the following command to enable the Azure Spring Apps feature:
77-
78-
```bash
79-
azd config set alpha.springapp on
80-
```
81-
8276
1. Use the following command to set the template using the Standard plan:
8377

8478
```bash

articles/spring-apps/includes/quickstart/deploy-app-with-standard-consumption-plan.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@ Open your web browser and go to the [Azure portal](https://portal.azure.com/). E
7373
azd auth login
7474
```
7575

76-
1. Use the following command to enable the Azure Spring Apps feature:
77-
78-
```bash
79-
azd config set alpha.springapp on
80-
```
81-
8276
1. Use the following command to provision the template's infrastructure to Azure:
8377

8478
```bash

articles/spring-apps/quickstart-deploy-event-driven-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The sample project is an event-driven application that subscribes to a [Service
4545
- An Azure subscription. [!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
4646
- [Git](https://git-scm.com/downloads).
4747
- [Java Development Kit (JDK)](/java/azure/jdk/), version 17.
48-
- [Azure Developer CLI (AZD)](https://aka.ms/azd-install), version 1.0.2 or higher.
48+
- [Azure Developer CLI (AZD)](https://aka.ms/azd-install), version 1.2.0 or higher.
4949

5050
---
5151

articles/spring-apps/quickstart-deploy-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This article provides the following options for deploying to Azure Spring Apps:
5656
- An Azure subscription. If you don't have a subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
5757
- [Git](https://git-scm.com/downloads).
5858
- [Java Development Kit (JDK)](/java/azure/jdk/), version 17.
59-
- [Azure Developer CLI](https://aka.ms/azd-install), version 1.0.2 or higher.
59+
- [Azure Developer CLI](https://aka.ms/azd-install), version 1.2.0 or higher.
6060

6161
---
6262

articles/spring-apps/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The application code used in this tutorial is a simple app. When you've complete
4343
- An Azure subscription. [!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
4444
- [Git](https://git-scm.com/downloads).
4545
- [Java Development Kit (JDK)](/java/azure/jdk/), version 17.
46-
- [Azure Developer CLI(AZD)](https://aka.ms/azd-install), version 1.0.2 or higher.
46+
- [Azure Developer CLI(AZD)](https://aka.ms/azd-install), version 1.2.0 or higher.
4747

4848
---
4949

0 commit comments

Comments
 (0)