Skip to content

Commit 385ea30

Browse files
Merge pull request #208895 from spelluru/egridblob0823
Event Grid Viewer
2 parents a9ffca5 + 2274fe7 commit 385ea30

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/event-grid/blob-event-quickstart-portal.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,13 @@ Before subscribing to the events for the Blob storage, let's create the endpoint
6868

6969
![Navigate to web site.](./media/blob-event-quickstart-portal/web-site.png)
7070

71-
6. Confirm that you see the site but no events have been posted to it yet.
71+
6. Confirm that you see the site but no events have been posted to it yet.
7272

7373
![View new site.](./media/blob-event-quickstart-portal/view-site.png)
7474

75+
> [!IMPORTANT]
76+
> Keep the Azure Event Grid Viewer window open so that you can see events as they are posted.
77+
7578
[!INCLUDE [event-grid-register-provider-portal.md](../../includes/event-grid-register-provider-portal.md)]
7679

7780
## Subscribe to the Blob storage
@@ -109,7 +112,7 @@ Now, let's trigger an event to see how Event Grid distributes the message to you
109112
You trigger an event for the Blob storage by uploading a file. The file doesn't need any specific content. The articles assumes you have a file named testfile.txt, but you can use any file.
110113

111114
1. In the Azure portal, navigate to your Blob storage account, and select **Containers** on the let menu.
112-
1. Select **+ Container**. Give you container a name, and use any access level, and select **Create**.
115+
1. Select **+ Container**. Give your container a name, and use any access level, and select **Create**.
113116

114117
![Add container.](./media/blob-event-quickstart-portal/add-container.png)
115118
1. Select your new container.

0 commit comments

Comments
 (0)