Skip to content

Commit 657ab33

Browse files
committed
fixed spacing, removed sentence fragment
1 parent d6c3f78 commit 657ab33

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,14 +254,13 @@ Use the following steps to package the app, provision the Azure resources requir
254254

255255
```output
256256
Deploying services (azd deploy)
257-
257+
258258
WARNING: Feature 'springapp' is in alpha stage.
259259
To learn more about alpha features and their support, visit https://aka.ms/azd-feature-stages.
260-
260+
261261
(✓) Done: Deploying service simple-todo-web
262262
- Endpoint: https://<your-Azure-Spring-Apps-instance-name>-demo.azuremicroservices.io/
263-
264-
263+
265264
SUCCESS: Your application was deployed to Azure in xx minutes xx seconds.
266265
You can view the resources created under the resource group rg-<your-environment-name> in Azure Portal:
267266
https://portal.azure.com/#@/resource/subscriptions/<your-subscription-id>/resourceGroups/rg-<your-environment-name>/overview

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ First, prepare the Spring project to run locally.
1919

2020
### [Azure portal](#tab/Azure-portal)
2121

22-
Although you use the Azure portal in later steps, you must use the Bash command line to prepare the project locally. Use the following steps to clone and run the app locally. These steps use the
22+
Although you use the Azure portal in later steps, you must use the Bash command line to prepare the project locally. Use the following steps to clone and run the app locally:
2323

2424
1. Use the following command to clone the sample project from GitHub:
2525

@@ -266,14 +266,13 @@ Use the following steps to package the app, provision the Azure resources requir
266266

267267
```output
268268
Deploying services (azd deploy)
269-
269+
270270
WARNING: Feature 'springapp' is in alpha stage.
271271
To learn more about alpha features and their support, visit https://aka.ms/azd-feature-stages.
272-
272+
273273
(✓) Done: Deploying service simple-todo-web
274274
- Endpoint: https://<your-Azure-Spring-Apps-instance-name>-demo.azuremicroservices.io/
275-
276-
275+
277276
SUCCESS: Your application was deployed to Azure in xx minutes xx seconds.
278277
You can view the resources created under the resource group rg-<your-environment-name> in Azure Portal:
279278
https://portal.azure.com/#@/resource/subscriptions/<your-subscription-id>/resourceGroups/rg-<your-environment-name>/overview

0 commit comments

Comments
 (0)