Skip to content

Commit 9ea16b6

Browse files
authored
Merge pull request #106722 from jaltin/patch-1
Fix a typo in az CLI queue creation command
2 parents 271dbce + 9ed36c5 commit 9ea16b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/background-processing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Now you can create the message queue.
141141

142142
```azurecli
143143
az storage queue create \
144-
--name 'myqueue" \
144+
--name "myqueue" \
145145
--account-name $STORAGE_ACCOUNT_NAME \
146146
--connection-string $QUEUE_CONNECTION_STRING
147147
```

0 commit comments

Comments
 (0)