Skip to content

Commit 704f193

Browse files
committed
Begin performance updates for Azure Spring Cloud documentation
1 parent cbcf2e8 commit 704f193

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

0 commit comments

Comments
 (0)