Skip to content

Commit 7600b06

Browse files
committed
fixed numbering, snippet indentation, intro sentence
1 parent 43078d4 commit 7600b06

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

articles/spring-apps/includes/quickstart-deploy-event-driven-app/deploy-event-driven-app-enterprise-plan.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -175,22 +175,24 @@ az spring app create \
175175

176176
### 3.5. Create a Service Bus instance
177177

178+
Use the following steps to create a Service Bus instance:
179+
178180
1. Use the following command to create a Service Bus namespace:
179181

180-
```azurecli
181-
az servicebus namespace create --name ${SERVICE_BUS_NAME_SPACE}
182-
```
182+
```azurecli
183+
az servicebus namespace create --name ${SERVICE_BUS_NAME_SPACE}
184+
```
183185

184186
1. Use the following commands to create two queues named `lower-case` and `upper-case`:
185187

186-
```azurecli
187-
az servicebus queue create \
188-
--namespace-name ${SERVICE_BUS_NAME_SPACE} \
189-
--name lower-case
190-
az servicebus queue create \
191-
--namespace-name ${SERVICE_BUS_NAME_SPACE} \
192-
--name upper-case
193-
```
188+
```azurecli
189+
az servicebus queue create \
190+
--namespace-name ${SERVICE_BUS_NAME_SPACE} \
191+
--name lower-case
192+
az servicebus queue create \
193+
--namespace-name ${SERVICE_BUS_NAME_SPACE} \
194+
--name upper-case
195+
```
194196

195197
### 3.6. Connect app instance to Service Bus instance
196198

articles/spring-apps/includes/quickstart-deploy-event-driven-app/prepare-cloud-environment-event-driven-consumption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Open your web browser and go to the [Azure portal](https://portal.azure.com/). E
3030

3131
[!INCLUDE [provision-service-bus](provision-service-bus.md)]
3232

33-
1. Select **Shared access policies** on the navigation menu and then select **RootManageSharedAccessKey**.
33+
8. Select **Shared access policies** on the navigation menu and then select **RootManageSharedAccessKey**.
3434

3535
1. On the **SAS Policy: RootManageSharedAccessKey** page, copy and save the **Primary Connection String** value, which is used to set up connections from the Spring app.
3636

0 commit comments

Comments
 (0)