Skip to content

Commit 6fdeb29

Browse files
committed
misc fixes
1 parent e5182bb commit 6fdeb29

7 files changed

+12
-12
lines changed

articles/spring-apps/how-to-custom-persistent-storage-with-standard-consumption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,4 @@ echo "Press [ENTER] to continue ..."
138138

139139
## Next steps
140140

141-
- [Azure Spring Apps](./index.yml)
141+
- [Azure Spring Apps documentation](./index.yml)

articles/spring-apps/quickstart-analyze-logs-and-metrics-standard-consumption.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to analyze logs and metrics in the Azure Spring Apps Stan
44
author: KarlErickson
55
ms.author: shiqiu
66
ms.service: spring-apps
7-
ms.topic: how-to
7+
ms.topic: quickstart
88
ms.date: 3/21/2023
99
ms.custom: devx-track-java
1010
---
@@ -136,4 +136,4 @@ Optionally, you can create filters to limit the data shown based on application
136136

137137
## Next steps
138138

139-
[Azure Spring Apps documentation](./index.yml)
139+
- [Azure Spring Apps documentation](./index.yml)

articles/spring-apps/quickstart-provision-standard-consumption-app-environment-with-virtual-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,4 @@ echo "Press [ENTER] to continue ..."
186186

187187
## Next steps
188188

189-
- [Azure Spring Apps](./index.yml)
189+
- [Azure Spring Apps documentation](./index.yml)

articles/spring-apps/quickstart-provision-standard-consumption-service-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,4 @@ echo "Press [ENTER] to continue ..."
196196

197197
## Next steps
198198

199-
- [Azure Spring Apps](./index.yml)
199+
- [Azure Spring Apps documentation](./index.yml)

articles/spring-apps/quickstart.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Quickstart - Deploy your first application to Azure Spring Apps"
2+
title: Quickstart - Deploy your first application to Azure Spring Apps
33
description: Describes how to deploy an application to Azure Spring Apps.
44
author: karlerickson
55
ms.author: karler
@@ -66,7 +66,7 @@ Use the following steps to create an Azure Spring Apps service instance.
6666
1. Use the following command to set your default subscription.
6767

6868
```azurecli-interactive
69-
az account set --subscription <subscription-id>
69+
az account set --subscription <subscription-ID>
7070
```
7171

7272
1. Use the following command to create a resource group.
@@ -183,7 +183,7 @@ Use the following steps to create an Azure Spring Apps service instance.
183183
1. Use the following command to set your default subscription.
184184

185185
```azurecli-interactive
186-
az account set --subscription <subscription-id>
186+
az account set --subscription <subscription-ID>
187187
```
188188

189189
1. Define variables for this quickstart with the names of your resources and desired settings.
@@ -426,7 +426,7 @@ To deploy a Spring Boot web app to Azure Spring Apps, follow the steps in [Java
426426

427427
---
428428

429-
Once deployment has completed, you can access the app at `https://<service instance name>-hellospring.azuremicroservices.io/`.
429+
Once deployment has completed, you can access the app at `https://<service-instance-name>-hellospring.azuremicroservices.io/`.
430430

431431
## Clean up resources
432432

articles/spring-apps/quotas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Service plans and quotas for Azure Spring Apps
3-
description: Learn about service quotas and service plans for Azure Spring Apps
2+
title: Service plans and quotas for Azure Spring Apps
3+
description: Learn about service quotas and service plans for Azure Spring Apps.
44
author: karlerickson
55
ms.service: spring-apps
66
ms.topic: conceptual

articles/spring-apps/standard-consumption-customer-responsibilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ The following tables describe how to configure a collection of NSG allow rules.
7373

7474
## Next steps
7575

76-
- [Azure Spring Apps](./index.yml)
76+
- [Azure Spring Apps documentation](./index.yml)

0 commit comments

Comments
 (0)