Skip to content

Commit e673b6c

Browse files
committed
misc fixes
1 parent 943dba6 commit e673b6c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ Use the following steps to prepare the sample locally.
3838

3939
1. The sample project is ready on GitHub. Clone sample project by using the following command:
4040

41-
```shell
41+
```bash
4242
git clone https://github.com/Azure-Samples/ASA-Samples-Event-Driven-Application.git
4343
```
4444

4545
1. Build the sample project by using the following commands:
4646

47-
```shell
47+
```bash
4848
cd ASA-Samples-Event-Driven-Application
4949
./mvnw clean package -DskipTests
5050
```
@@ -155,7 +155,7 @@ 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 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:
159159

160160
```azurecli
161161
az extension remove --name spring && \

articles/spring-apps/quickstart-provision-standard-consumption-service-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ You can create the Azure Container Apps environment in one of two ways:
130130

131131
Use the following steps to deploy the service instance:
132132

133-
1. Install the latest `spring` extension for Azure Spring Apps by using the following command:
133+
1. Install the latest Azure CLI extension for Azure Spring Apps by using the following command:
134134

135135
```azurecli
136136
az extension remove --name spring && \

articles/spring-apps/quickstart.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This quickstart explains how to:
3232
> - Build and deploy an app with a public endpoint.
3333
> - Clean up the resources.
3434
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.
3636

3737
## [Azure CLI](#tab/Azure-CLI)
3838

@@ -93,7 +93,7 @@ An [*App*](concept-understand-app-and-deployment.md) is an abstraction of one bu
9393

9494
:::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.":::
9595

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*.
9797

9898
```azurecli-interactive
9999
az spring app create \
@@ -139,21 +139,21 @@ az spring app deploy \
139139

140140
Deploying the application can take a few minutes.
141141

142-
## [Standard consumption plan](#tab/Consumption-Plan)
142+
## [Standard consumption plan with Azure CLI](#tab/Consumption-Plan)
143143

144144
## Prerequisites
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 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.
149149

150-
```shell
150+
```azurecli
151151
az extension add --upgrade --name spring
152152
```
153153

154154
- 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`
155155

156-
```shell
156+
```azurecli
157157
az extension add --name containerapp --upgrade
158158
az provider register --namespace Microsoft.App
159159
az provider register --namespace Microsoft.OperationalInsights

0 commit comments

Comments
 (0)