Skip to content

Commit 0b4ff01

Browse files
committed
fixed file ref
1 parent 2160ed0 commit 0b4ff01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/spring-apps/how-to-custom-persistent-storage-with-standard-consumption-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can also mount your own persistent storage not only to Azure Spring Apps but
3030

3131
- An Azure subscription. If you don't have a subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
3232
- [Azure CLI](/cli/azure/install-azure-cli) version 2.28.0 or higher.
33-
- An Azure Spring Apps Standard consumption plan service instance. For more information, see [Quickstart: Provision an Azure Spring Apps Standard consumption plan service instance](quickstart-provision-standard-consumption-plan-service-instance.md).
33+
- An Azure Spring Apps Standard consumption plan service instance. For more information, see [Quickstart: Provision an Azure Spring Apps Standard consumption plan service instance](quickstart-provision-standard-consumption-service-instance.md).
3434
- A Spring app deployed to Azure Spring Apps. For more information, see [Quickstart: Build and deploy apps to Azure Spring Apps](quickstart-deploy-apps.md).
3535

3636
## Set up the environment

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ az spring app create \
204204

205205
### Step 5 - Bind Service Bus to Azure Spring Apps
206206

207-
Now both the Service Bus and the app in Azure Spring Apps have been created. But the app cannot connect to the Service Bus. This section provides the steps to enable the app to connect to the Service Bus.
207+
Now both the Service Bus and the app in Azure Spring Apps have been created. But the app can't connect to the Service Bus. This section provides the steps to enable the app to connect to the Service Bus.
208208

209209
#### Step 5.1 - Get a connection string
210210

@@ -245,7 +245,7 @@ az spring app deploy \
245245
To check whether the event-driven app works well, validate it by sending a message to the `lower-case` queue and check whether there's a message in the `upper-case` queue.
246246

247247
1. Send a message to `lower-case` queue with Service Bus Explorer. For more information, see the [Send a message to a queue or topic](../service-bus-messaging/explorer.md#send-a-message-to-a-queue-or-topic) section of [Use Service Bus Explorer to run data operations on Service Bus](../service-bus-messaging/explorer.md).
248-
1. Check whether there is a new message sent to the `upper-case` queue. For more information, see the [Peek a message](../service-bus-messaging/explorer.md#peek-a-message) section of [Use Service Bus Explorer to run data operations on Service Bus](../service-bus-messaging/explorer.md).
248+
1. Check whether there's a new message sent to the `upper-case` queue. For more information, see the [Peek a message](../service-bus-messaging/explorer.md#peek-a-message) section of [Use Service Bus Explorer to run data operations on Service Bus](../service-bus-messaging/explorer.md).
249249

250250
## Next steps
251251

0 commit comments

Comments
 (0)