Skip to content

Commit 34f8c3a

Browse files
authored
Merge pull request #176919 from v-kevinmic3/q2-healthpass
Update TOC and quickstart
2 parents 816c239 + eccc287 commit 34f8c3a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/spring-cloud/quickstart.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Quickstart - Deploy your first application in Azure Spring Cloud"
2+
title: "Quickstart - Deploy your first application to Azure Spring Cloud"
33
description: In this quickstart, we deploy an application to Azure Spring Cloud.
44
author: karlerickson
55
ms.service: spring-cloud
@@ -10,7 +10,7 @@ ms.custom: devx-track-java, devx-track-azurecli
1010
zone_pivot_groups: programming-languages-spring-cloud
1111
---
1212

13-
# Quickstart: Deploy your first application in Azure Spring Cloud
13+
# Quickstart: Deploy your first application to Azure Spring Cloud
1414

1515
::: zone pivot="programming-language-csharp"
1616
This quickstart explains how to deploy a small application to run on Azure Spring Cloud.
@@ -422,7 +422,7 @@ The following procedure builds and deploys the application using the Azure CLI.
422422
mvn clean package -DskipTests
423423
```
424424

425-
1. Create the app with public endpoint assigned. If you selected Java version 11 when generating the Spring Cloud project, include the `--runtime-version=Java_11` switch.
425+
1. Create the app with a public endpoint assigned. If you selected Java version 11 when generating the Spring Cloud project, include the `--runtime-version=Java_11` switch.
426426

427427
```azurecli
428428
az spring-cloud app create -n hellospring -s <service instance name> -g <resource group name> --assign-endpoint true
@@ -537,14 +537,14 @@ az group delete --name <your resource group name> --yes
537537
In this quickstart, you learned how to:
538538

539539
> [!div class="checklist"]
540-
> * Generate a basic Azure Spring Cloud project
540+
> * Generate a basic Spring Cloud project
541541
> * Provision a service instance
542542
> * Build and deploy the app with a public endpoint
543543
> * Stream logs in real time
544544

545545
To learn how to use more Azure Spring capabilities, advance to the quickstart series that deploys a sample application to Azure Spring Cloud:
546546

547547
> [!div class="nextstepaction"]
548-
> [Build and Run Microservices](./quickstart-sample-app-introduction.md)
548+
> [Build and Run Apps](./quickstart-sample-app-introduction.md)
549549

550550
More samples are available on GitHub: [Azure Spring Cloud Samples](https://github.com/Azure-Samples/Azure-Spring-Cloud-Samples).

articles/spring-cloud/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
items:
1111
- name: Launch your first app
1212
href: quickstart.md
13-
- name: Build and run microservices
13+
- name: Build and run apps
1414
expanded: true
1515
items:
1616
- name: Introduction to the sample app

0 commit comments

Comments
 (0)