Skip to content

Commit 800868c

Browse files
committed
edits
1 parent 0436da3 commit 800868c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/container-apps/tutorial-event-driven-jobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The job uses an Azure Storage queue to receive messages. In this section, you cr
6464
--kind StorageV2
6565
```
6666
67-
If this command returns the follwing error, be sure you have registered the `Microsoft.Storage` namespace in your Azure subscription.
67+
If this command returns the following error, be sure you have registered the `Microsoft.Storage` namespace in your Azure subscription.
6868
6969
```
7070
(SubscriptionNotFound) Subscription <SUBSCRIPTION_ID> was not found.
@@ -80,7 +80,7 @@ The job uses an Azure Storage queue to receive messages. In this section, you cr
8080
8181
1. Save the queue's connection string into a variable:
8282
83-
```bash
83+
```azurecli
8484
QUEUE_CONNECTION_STRING=$(az storage account show-connection-string -g $RESOURCE_GROUP --name $STORAGE_ACCOUNT_NAME --query connectionString --output tsv)
8585
```
8686

0 commit comments

Comments
 (0)