Skip to content

Commit 6f2f6bf

Browse files
committed
Update quickstart.md
Updated prerequisite
1 parent 73161c5 commit 6f2f6bf

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

articles/spring-apps/quickstart.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,10 @@ Deploying the application can take a few minutes.
142142
## Prerequisites
143143

144144
- An Azure subscription. If you don't have a subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
145-
- [Azure CLI](/cli/azure/install-azure-cli). Install the spring extension specifically designed for StandardGen2 Azure Spring Apps, remove az spring if already installed.
146-
```shell
147-
az extension remove -n spring
148-
```
145+
- [Azure CLI](/cli/azure/install-azure-cli). Install the spring extension specifically designed for StandardGen2 Azure Spring Apps.
149146

150-
```Shell
151-
az extension add --source https://ascprivatecli.blob.core.windows.net/cli-extension/spring-1.1.11-py3-none-any.whl
147+
```shell
148+
az extension add --upgrade --name spring
152149
```
153150

154151
- Install the Azure Container Apps extension for the CLI and register these namespaces: `Microsoft.App`, `Microsoft.OperationalInsights` and `Microsoft.AppPlatform`

0 commit comments

Comments
 (0)