Skip to content

Commit 4088723

Browse files
committed
updated cli extension instructions
1 parent e673b6c commit 4088723

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

articles/spring-apps/quickstart-deploy-event-driven-app-standard-consumption.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,11 @@ Use the following steps to create the environment:
155155

156156
An Azure Spring Apps Standard consumption plan instance hosts the Spring event-driven app. Use the following steps to create the service instance and then create an app inside the instance.
157157

158-
1. Install the Azure CLI extension designed for `StandardGen2` Azure Spring Apps by using the following command:
158+
1. Install the Azure CLI extension designed for Azure Spring Apps Standard consumption by using the following command:
159159

160160
```azurecli
161161
az extension remove --name spring && \
162-
az extension add \
163-
--source https://ascprivatecli.blob.core.windows.net/cli-extension/spring-1.8.0-py3-none-any.whl \
164-
--yes
162+
az extension add --name spring
165163
```
166164

167165
1. Register the `Microsoft.AppPlatform` provider for the Azure Spring Apps by using the following command:

articles/spring-apps/quickstart.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,11 @@ Deploying the application can take a few minutes.
145145

146146
- An Azure subscription. If you don't have a subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
147147
- [Apache Maven](https://maven.apache.org/download.cgi)
148-
- [Azure CLI](/cli/azure/install-azure-cli). Install the Azure CLI extension for `StandardGen2` Azure Spring Apps by using the following command.
148+
- [Azure CLI](/cli/azure/install-azure-cli). Install the Azure CLI extension for Azure Spring Apps Standard consumption plan by using the following command.
149149

150150
```azurecli
151-
az extension add --upgrade --name spring
151+
az extension remove --name spring && \
152+
az extension add --name spring
152153
```
153154

154155
- Use the following commands to install the Azure Container Apps extension for the Azure CLI and register these namespaces: `Microsoft.App`, `Microsoft.OperationalInsights`, and `Microsoft.AppPlatform`
@@ -223,7 +224,7 @@ Use the following steps to create an Azure Spring Apps service instance.
223224
--output tsv)
224225
```
225226

226-
1. Use the following command to create an Azure Spring Apps service instance. The `StandardGen2` Azure Spring Apps instance is built on top of the Azure Container Apps environment. Create your Azure Spring Apps instance by specifying the resource ID of the environment you created.
227+
1. Use the following command to create an Azure Spring Apps service instance. The Azure Spring Apps Standard consumption plan instance is built on top of the Azure Container Apps environment. Create your Azure Spring Apps instance by specifying the resource ID of the environment you created.
227228

228229
```azurecli-interactive
229230
az spring create \

0 commit comments

Comments
 (0)