You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Build the sample project by using the following commands:
46
46
47
-
```shell
47
+
```bash
48
48
cd ASA-Samples-Event-Driven-Application
49
49
./mvnw clean package -DskipTests
50
50
```
@@ -155,7 +155,7 @@ Use the following steps to create the environment:
155
155
156
156
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.
157
157
158
-
1. Install the Spring extension designed for `StandardGen2` Azure Spring Apps by using the following command:
158
+
1. Install the Azure CLI extension designed for `StandardGen2` Azure Spring Apps by using the following command:
Copy file name to clipboardExpand all lines: articles/spring-apps/quickstart.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ This quickstart explains how to:
32
32
> - Build and deploy an app with a public endpoint.
33
33
> - Clean up the resources.
34
34
35
-
At the end of this quickstart, you have a working spring app running on Azure Spring Apps.
35
+
At the end of this quickstart, you have a working Spring app running on Azure Spring Apps.
36
36
37
37
## [Azure CLI](#tab/Azure-CLI)
38
38
@@ -93,7 +93,7 @@ An [*App*](concept-understand-app-and-deployment.md) is an abstraction of one bu
93
93
94
94
:::image type="content" source="media/spring-cloud-app-and-deployment/app-deployment-rev.png" alt-text="Diagram showing the relationship between apps and an Azure Spring Apps service instance.":::
95
95
96
-
Use the following command to specify the app name on Azure Spring Apps as *hello spring*.
96
+
Use the following command to specify the app name on Azure Spring Apps as *hellospring*.
-[Azure CLI](/cli/azure/install-azure-cli). Install the spring 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 `StandardGen2` Azure Spring Apps by using the following command.
149
149
150
-
```shell
150
+
```azurecli
151
151
az extension add --upgrade --name spring
152
152
```
153
153
154
154
- 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`
155
155
156
-
```shell
156
+
```azurecli
157
157
az extension add --name containerapp --upgrade
158
158
az provider register --namespace Microsoft.App
159
159
az provider register --namespace Microsoft.OperationalInsights
0 commit comments