Skip to content

Commit 802d9f9

Browse files
authored
Update how-to-staging-environment.md
1 parent 7c76d39 commit 802d9f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This article explains how to set up a staging deployment by using the blue-green
2323
## Prerequisites
2424

2525
- Azure Spring Apps instance on a Standard pricing tier
26-
- [Azure Spring Apps extension](/cli/azure/azure-cli-extensions-overview) for the Azure CLI
26+
- The 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)