Skip to content

Commit 4e766a5

Browse files
Merge pull request #237330 from KarlErickson/domainname-domainname-patch-18-237241
edit "Update Prerequisites #237241"
2 parents 4ce3a9e + e9c646d commit 4e766a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/spring-apps/how-to-staging-environment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ This article explains how to set up a staging deployment by using the blue-green
2222

2323
## Prerequisites
2424

25-
- Azure Spring Apps instance on a Standard pricing tier
26-
- [Azure Spring Apps extension](/cli/azure/azure-cli-extensions-overview) for the Azure CLI
25+
- An existing Azure Spring Apps instance on a Standard pricing tier.
26+
- [Azure CLI](/cli/azure/install-azure-cli).
2727

2828
This article uses an application built from Spring Initializr. If you want to use a different application for this example, make a change in a public-facing portion of the application to differentiate your staging deployment from the production deployment.
2929

@@ -34,7 +34,7 @@ To set up blue-green deployment in Azure Spring Apps, follow the instructions in
3434

3535
## Install the Azure CLI extension
3636

37-
Install the Azure Spring Apps extension for the Azure CLI by using the following command:
37+
Install the [Azure Spring Apps extension](/cli/azure/azure-cli-extensions-overview) for the Azure CLI by using the following command:
3838

3939
```azurecli
4040
az extension add --name spring

0 commit comments

Comments
 (0)