Skip to content

Commit a44f418

Browse files
committed
Move command to 'Create an Azure Spring Apps instance' section
1 parent b47d8b3 commit a44f418

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,4 @@ These steps use AZD to initialize the event-driven application from the Azure De
5252
Learn more about running 3rd party code on our DevHub: https://aka.ms/azd-third-party-code-notice
5353
```
5454

55-
1. Use the following command to set the template using the **standard** plan.
56-
57-
```bash
58-
azd env set PLAN standard
59-
```
6055
---

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Use the following steps to create an Azure Spring Apps instance:
7575

7676
### [Azure Developer CLI](#tab/Azure-Developer-CLI)
7777

78-
1. Use the following command to sign in to Azure with OAuth2. Ignore this step if you've already logged in.
78+
1. Use the following command to sign in to Azure with OAuth2. Ignore this step if you've already logged in:
7979

8080
```bash
8181
azd auth login
@@ -87,6 +87,12 @@ Use the following steps to create an Azure Spring Apps instance:
8787
azd config set alpha.springapp on
8888
```
8989

90+
1. Use the following command to set the template using the **standard** plan:
91+
92+
```bash
93+
azd env set PLAN standard
94+
```
95+
9096
1. Use the following command to package a deployable copy of your application, provision the template's infrastructure to Azure, and deploy the application code to those newly provisioned resources:
9197

9298
```bash

0 commit comments

Comments
 (0)