Skip to content

Commit 11d0829

Browse files
committed
Fix more typos
1 parent 734cd80 commit 11d0829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-event-grid-blob-trigger.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,9 +383,9 @@ With the event subscription in place and your code project and ngrok still runni
383383
384384
| Setting | Suggested value | Description |
385385
| ------------ | ---------------- | ----------- |
386-
| **Select a resource** | Storage account name | Choose the name of the storage account you created in a preview step. |
386+
| **Select a resource** | Storage account name | Choose the name of the storage account you created in a previous step. |
387387
| **Select a resource type** | **Blob Containers** | You're uploading to a blob container. |
388-
| **Select Blob Container** | **samples-workitems** | This value is the name of the container you created in a preview step. |
388+
| **Select Blob Container** | **samples-workitems** | This value is the name of the container you created in a previous step. |
389389
| **Enter the destination directory of this upload** | default | Just accept the default value of `/`, which is the container root. |
390390

391391
This command uploads a file from your computer to the storage container in Azure. At this point, your running ngrok instance should report that a request was forwarded. You'll also see in the func.exe output for your debugging session that your function has been started. Hopefully, at this point, your debug session is waiting for you where you set the breakpoint.

0 commit comments

Comments
 (0)