Skip to content

Commit 26c4f6b

Browse files
Merge pull request #250573 from Netyyyy/myao/update_for_azd
Update azd usage for 1.2.0
2 parents f972dde + f28b850 commit 26c4f6b

8 files changed

+80
-34
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ Use the following steps to use AZD to package the app, provision the Azure resou
6262
azd package
6363
```
6464

65+
The console outputs messages similar to the following example:
66+
67+
```output
68+
SUCCESS: Your application was packaged for Azure in xx seconds.
69+
```
70+
6571
1. Use the following command to deploy the application code to those newly provisioned resources:
6672

6773
```bash
@@ -73,9 +79,6 @@ Use the following steps to use AZD to package the app, provision the Azure resou
7379
```output
7480
Deploying services (azd deploy)
7581
76-
WARNING: Feature 'springapp' is in alpha stage.
77-
To learn more about alpha features and their support, visit https://aka.ms/azd-feature-stages.
78-
7982
(✓) Done: Deploying service simple-event-driven-app
8083
- No endpoints were found
8184

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

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

90+
The console outputs messages similar to the following example:
91+
92+
```text
93+
Logged in to Azure.
94+
```
95+
9096
1. Use the following command to provision the template's infrastructure to Azure:
9197

9298
```bash

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

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

84+
The console outputs messages similar to the following example:
85+
86+
```text
87+
Logged in to Azure.
88+
```
89+
8490
1. Use the following command to set the template using the **standard** plan:
8591

8692
```bash

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ These steps use AZD to initialize the event-driven application from the Azure De
3333

3434
The following list describes the command interactions:
3535

36-
- **OAuth2 login**: You need to authorize the login to Azure based on the OAuth2 protocol.
37-
- **Please enter a new environment name**: Provide an environment name, which is used as a suffix for the resource group that is created to hold all Azure resources. This name should be unique within your Azure subscription.
36+
- **Enter a new environment name**: Provide an environment name, which is used as a suffix for the resource group that is created to hold all Azure resources. This name should be unique within your Azure subscription.
3837

3938
The console outputs messages similar to the following example:
4039

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

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ Use the following steps to initialize the web application from the Azure Develop
5656

5757
The following list describes the command interactions:
5858

59-
- **OAuth2 login**: Authorize the login to Azure based on the OAuth2 protocol.
60-
- **Please enter a new environment name**: Provide an environment name, which is used as a suffix for the resource group created to hold all the Azure resources. This name should be unique within your Azure subscription.
59+
- **Enter a new environment name**: Provide an environment name, which is used as a suffix for the resource group created to hold all the Azure resources. This name should be unique within your Azure subscription.
6160

6261
The console outputs messages similar to the following example:
6362

@@ -70,7 +69,7 @@ Use the following steps to initialize the web application from the Azure Develop
7069
7170
SUCCESS: New project initialized!
7271
You can view the template code in your directory: <your-local-path>
73-
Learn more about running 3rd party code on our DevHub: https://learn.microsoft.com/azure/developer/azure-developer-cli/azd-templates#guidelines-for-using-azd-templates
72+
Learn more about running 3rd party code on our DevHub: https://aka.ms/azd-third-party-code-notice
7473
```
7574

7675
---
@@ -160,6 +159,12 @@ Use the following steps to connect your service instances:
160159
azd auth login
161160
```
162161

162+
The console outputs messages similar to the following example:
163+
164+
```text
165+
Logged in to Azure.
166+
```
167+
163168
1. Use the following command to provision the template's infrastructure to Azure:
164169

165170
```bash
@@ -238,6 +243,12 @@ Use the following steps to package the app, provision the Azure resources requir
238243
azd package
239244
```
240245

246+
The console outputs messages similar to the following example:
247+
248+
```output
249+
SUCCESS: Your application was packaged for Azure in xx seconds.
250+
```
251+
241252
1. Use the following command to deploy the application code to those newly provisioned resources:
242253

243254
```bash
@@ -249,11 +260,9 @@ Use the following steps to package the app, provision the Azure resources requir
249260
```output
250261
Deploying services (azd deploy)
251262
252-
WARNING: Feature 'springapp' is in alpha stage.
253-
To learn more about alpha features and their support, visit https://aka.ms/azd-feature-stages.
254-
255263
(✓) Done: Deploying service simple-todo-web
256-
- Endpoint: https://<your-Azure-Spring-Apps-instance-name>-demo.azuremicroservices.io/
264+
- Endpoint: https://demo.xxx.<your-azure-location>.azurecontainerapps.io
265+
257266
258267
SUCCESS: Your application was deployed to Azure in xx minutes xx seconds.
259268
You can view the resources created under the resource group rg-<your-environment-name> in Azure Portal:

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

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ Use the following steps to initialize the web application from the Azure Develop
5656

5757
The following list describes the command interactions:
5858

59-
- **OAuth2 login**: Authorize the login to Azure based on the OAuth2 protocol.
60-
- **Please enter a new environment name**: Provide an environment name, which is used as a suffix for the resource group created to hold all the Azure resources. This name should be unique within your Azure subscription.
59+
- **Enter a new environment name**: Provide an environment name, which is used as a suffix for the resource group created to hold all the Azure resources. This name should be unique within your Azure subscription.
6160

6261
The console outputs messages similar to the following example:
6362

@@ -70,7 +69,7 @@ Use the following steps to initialize the web application from the Azure Develop
7069
7170
SUCCESS: New project initialized!
7271
You can view the template code in your directory: <your-local-path>
73-
Learn more about running 3rd party code on our DevHub: https://learn.microsoft.com/azure/developer/azure-developer-cli/azd-templates#guidelines-for-using-azd-templates
72+
Learn more about running 3rd party code on our DevHub: https://aka.ms/azd-third-party-code-notice
7473
```
7574

7675
---
@@ -166,6 +165,12 @@ Use the following steps to connect your service instances:
166165
azd auth login
167166
```
168167

168+
The console outputs messages similar to the following example:
169+
170+
```text
171+
Logged in to Azure.
172+
```
173+
169174
1. Use the following command to set the template with the **standard** plan:
170175

171176
```bash
@@ -250,6 +255,12 @@ Use the following steps to package the app, provision the Azure resources requir
250255
azd package
251256
```
252257

258+
The console outputs messages similar to the following example:
259+
260+
```output
261+
SUCCESS: Your application was packaged for Azure in xx seconds.
262+
```
263+
253264
1. Use the following command to deploy the application code to those newly provisioned resources:
254265

255266
```bash
@@ -261,12 +272,10 @@ Use the following steps to package the app, provision the Azure resources requir
261272
```output
262273
Deploying services (azd deploy)
263274
264-
WARNING: Feature 'springapp' is in alpha stage.
265-
To learn more about alpha features and their support, visit https://aka.ms/azd-feature-stages.
266-
267275
(✓) Done: Deploying service simple-todo-web
268276
- Endpoint: https://<your-Azure-Spring-Apps-instance-name>-demo.azuremicroservices.io/
269277
278+
270279
SUCCESS: Your application was deployed to Azure in xx minutes xx seconds.
271280
You can view the resources created under the resource group rg-<your-environment-name> in Azure Portal:
272281
https://portal.azure.com/#@/resource/subscriptions/<your-subscription-id>/resourceGroups/rg-<your-environment-name>/overview

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

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ Use the following steps to initialize the application from the Azure Developer C
3333

3434
The following list describes the command interactions:
3535

36-
- **OAuth2 login**: You need to authorize the login to Azure based on the OAuth2 protocol.
37-
- **Please enter a new environment name**: Provide an environment name, which is used as a suffix for the resource group created to hold all Azure resources. This name should be unique within your Azure subscription.
36+
- **Enter a new environment name**: Provide an environment name, which is used as a suffix for the resource group created to hold all Azure resources. This name should be unique within your Azure subscription.
3837

3938
The console outputs messages similar to the following example:
4039

@@ -73,6 +72,12 @@ Open your web browser and go to the [Azure portal](https://portal.azure.com/). E
7372
azd auth login
7473
```
7574

75+
The console outputs messages similar to the following example:
76+
77+
```text
78+
Logged in to Azure.
79+
```
80+
7681
1. Use the following command to set the template using the Standard plan:
7782

7883
```bash
@@ -156,6 +161,12 @@ Use the following steps to package the app, provision the Azure resources requir
156161
azd package
157162
```
158163

164+
The console outputs messages similar to the following example:
165+
166+
```output
167+
SUCCESS: Your application was packaged for Azure in xx seconds.
168+
```
169+
159170
1. Use the following command to deploy the application code to those newly provisioned resources:
160171

161172
```bash
@@ -167,14 +178,10 @@ Use the following steps to package the app, provision the Azure resources requir
167178
```output
168179
Deploying services (azd deploy)
169180
170-
WARNING: Feature 'springapp' is in alpha stage.
171-
To learn more about alpha features and their support, visit https://aka.ms/azd-feature-stages.
172-
173-
...
174-
175-
Deploying service demo (Fetching endpoints for spring app service)
181+
(✓) Done: Deploying service demo
176182
- Endpoint: https://<your-Azure-Spring-Apps-instance-name>-demo.azuremicroservices.io/
177183
184+
178185
SUCCESS: Your application was deployed to Azure in xx minutes xx seconds.
179186
You can view the resources created under the resource group rg-<your-environment-name> in Azure Portal:
180187
https://portal.azure.com/#@/resource/subscriptions/<your-subscription-id>/resourceGroups/rg-<your-environment-name>/overview

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

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ Use the following steps to initialize the application from the Azure Developer C
3333

3434
The following list describes the command interactions:
3535

36-
- **OAuth2 login**: You need to authorize the login to Azure based on the OAuth2 protocol.
37-
- **Please enter a new environment name**: Provide an environment name, which is used as a suffix for the resource group created to hold all Azure resources. This name should be unique within your Azure subscription.
36+
- **Enter a new environment name**: Provide an environment name, which is used as a suffix for the resource group created to hold all Azure resources. This name should be unique within your Azure subscription.
3837

3938
The console outputs messages similar to the following example:
4039

@@ -73,6 +72,12 @@ Open your web browser and go to the [Azure portal](https://portal.azure.com/). E
7372
azd auth login
7473
```
7574

75+
The console outputs messages similar to the following example:
76+
77+
```text
78+
Logged in to Azure.
79+
```
80+
7681
1. Use the following command to provision the template's infrastructure to Azure:
7782

7883
```bash
@@ -150,6 +155,12 @@ Use the following steps to package the app, provision the Azure resources requir
150155
azd package
151156
```
152157

158+
The console outputs messages similar to the following example:
159+
160+
```output
161+
SUCCESS: Your application was packaged for Azure in xx seconds.
162+
```
163+
153164
1. Use the following command to deploy the application code to those newly provisioned resources:
154165

155166
```bash
@@ -161,13 +172,9 @@ Use the following steps to package the app, provision the Azure resources requir
161172
```output
162173
Deploying services (azd deploy)
163174
164-
WARNING: Feature 'springapp' is in alpha stage.
165-
To learn more about alpha features and their support, visit https://aka.ms/azd-feature-stages.
166-
167-
...
175+
(✓) Done: Deploying service demo
176+
- Endpoint: https://demo.xxx.<your-azure-location>.azurecontainerapps.io
168177
169-
Deploying service demo (Fetching endpoints for spring app service)
170-
- Endpoint: https://<your-Azure-Spring-Apps-instance-name>-demo.azuremicroservices.io/
171178
172179
SUCCESS: Your application was deployed to Azure in xx minutes xx seconds.
173180
You can view the resources created under the resource group rg-<your-environment-name> in Azure Portal:

0 commit comments

Comments
 (0)