Skip to content

Commit 7edb307

Browse files
authored
Merge pull request #103919 from MikeDodaro/addAPIref-index-yml
Add link to REST API ref pages
2 parents 267f2bd + 20f2988 commit 7edb307

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
lines changed

articles/spring-cloud/index.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,10 @@ landingContent:
8585
url: spring-cloud-tutorial-bind-mysql.md
8686
- text: Bind your application to Azure CosmosDB
8787
url: spring-cloud-tutorial-bind-cosmos.md
88-
88+
# Card
89+
- title: API reference
90+
linkLists:
91+
- linkListType: reference
92+
links:
93+
- text: REST API reference
94+
url: https://docs.microsoft.com/rest/api/azurespringclould/

articles/spring-cloud/spring-cloud-howto-staging-environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ description: Learn how to use blue-green deployment with Azure Spring Cloud
44
author: bmitchell287
55
ms.service: spring-cloud
66
ms.topic: conceptual
7-
ms.date: 10/31/2019
7+
ms.date: 02/03/2020
88
ms.author: brendm
99

1010
---
1111

1212
# Set up a staging environment in Azure Spring Cloud
1313

14-
This article discusses how to set up a staging deployment by using the blue-green deployment pattern in Azure Spring Cloud. It also shows you how to put that staging deployment into production without changing the production deployment directly.
14+
This article discusses how to set up a staging deployment by using the blue-green deployment pattern in Azure Spring Cloud. Blue/green deployment is an Azure DevOps Continuous Delivery pattern that relies on keeping an existing (blue) version live, while a new (green) one is deployed. This article shows you how to put that staging deployment into production without changing the production deployment directly.
1515

1616
## Prerequisites
1717

articles/spring-cloud/spring-cloud-quickstart-launch-app-portal.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: "Quickstart - Launch an Azure Spring Cloud application using the Azure portal"
3-
description: In this quickstart, deploy a sample application to the Azure Spring Cloud using the Azure portal.
2+
title: "Quickstart - Launch an existing Azure Spring Cloud application using the Azure portal"
3+
description: In this quickstart, deploy a Spring Cloud application to the Azure Spring Cloud using the Azure portal.
44
author: bmitchell287
55
ms.service: spring-cloud
66
ms.topic: quickstart
7-
ms.date: 11/4/2019
7+
ms.date: 02/03/2020
88
ms.author: brendm
99

1010
---
11-
# Quickstart: Launch an Azure Spring Cloud application using the Azure portal
11+
# Quickstart: Launch an existing Azure Spring Cloud application using the Azure portal
1212

13-
Azure Spring Cloud enables you to easily run Spring Cloud based microservice applications on Azure.
13+
This quickstart shows you how to deploy an existing Spring Cloud application to Azure. Azure Spring Cloud enables you to easily run Spring Cloud based microservice applications on Azure.
1414

15-
This quickstart shows you how to deploy an existing Spring Cloud application to Azure. You can find the sample application code used in this tutorial in our [GitHub samples repository](https://github.com/Azure-Samples/PiggyMetrics). When you're finished, the provided sample application will be accessible online and ready to be managed via the Azure portal.
15+
You can find the sample application code used in this tutorial in our [GitHub samples repository](https://github.com/Azure-Samples/PiggyMetrics). When you're finished, the provided sample application will be accessible online and ready to be managed via the Azure portal.
1616

1717
Following this quickstart, you will learn how to:
1818

articles/spring-cloud/spring-cloud-tutorial-prepare-app-deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Tutorial - Prepare a Spring application for deployment in Azure Spring Cloud
3-
description: In this tutorial, you prepare a Java Spring application for deployment.
2+
title: Tutorial - Prepare a Java Spring application for deployment in Azure Spring Cloud
3+
description: In this tutorial, you prepare a Java Spring application for deployment to Azure Spring Cloud.
44
author: bmitchell287
55
ms.service: spring-cloud
66
ms.topic: tutorial
@@ -10,7 +10,7 @@ ms.author: brendm
1010
---
1111
# Prepare a Java Spring application for deployment in Azure Spring Cloud
1212

13-
This quickstart shows how to prepare an existing Java Spring Cloud application for deployment to Azure Spring Cloud. If configured properly, Azure Spring Cloud provides robust services to monitor, scale, and update your Java Spring Cloud application.
13+
This quickstart shows how to prepare an existing Java Spring application for deployment to Azure Spring Cloud. If configured properly, Azure Spring Cloud provides robust services to monitor, scale, and update your Java Spring Cloud application.
1414

1515
## Java Runtime version
1616

0 commit comments

Comments
 (0)