Skip to content

Commit 022ed4d

Browse files
author
Jill Grant
authored
Apply suggestions from code review
Acrolinx fix
1 parent 0b5c861 commit 022ed4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-create-storage-queue-triggered-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Next, you create a function in the new function app.
3939
| **Queue name** | myqueue-items | Name of the queue to connect to in your Storage account. |
4040
| **Storage account connection** | AzureWebJobsStorage | You can use the storage account connection already being used by your function app, or create a new one. |
4141

42-
Azure creates the Queue Storage triggered function based on the provided values.Next, you connect to your Azure storage account and create the **myqueue-items** storage queue.
42+
Azure creates the Queue Storage triggered function based on the provided values. Next, you connect to your Azure storage account and create the **myqueue-items** storage queue.
4343

4444
## Create the queue
4545

0 commit comments

Comments
 (0)