Skip to content

Commit 8ca0cb9

Browse files
committed
fixed issues
1 parent 1f6e4f4 commit 8ca0cb9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ Before subscribing to the events for the Blob storage, let's create the endpoint
5252

5353
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-Samples%2Fazure-event-grid-viewer%2Fmaster%2Fazuredeploy.json" target="_blank"><img src="https://azuredeploy.net/deploybutton.png"/></a>
5454
2. On the **Custom deployment** page, do the following steps:
55-
- For **Resource group**, select the resource group that you created when creating the storage account. It will be easier for you to clean up after you are done with the tutorial by deleting the resource group.
56-
- For **Site Name**, enter a name for the web app.
57-
- For **Hosting plan name**, enter a name for the App Service plan to use for hosting the web app.
58-
- Select the check box for **I agree to the terms and conditions stated above**.
59-
- Select **Purchase**.
55+
1. For **Resource group**, select the resource group that you created when creating the storage account. It will be easier for you to clean up after you are done with the tutorial by deleting the resource group.
56+
2. For **Site Name**, enter a name for the web app.
57+
3. For **Hosting plan name**, enter a name for the App Service plan to use for hosting the web app.
58+
4. Select the check box for **I agree to the terms and conditions stated above**.
59+
5. Select **Purchase**.
6060

6161
![Deployment parameters](./media/blob-event-quickstart-portal/template-deploy-parameters.png)
6262
1. The deployment may take a few minutes to complete. Select Alerts (bell icon) in the portal, and then select **Go to resource group**.
@@ -79,7 +79,7 @@ Before subscribing to the events for the Blob storage, let's create the endpoint
7979

8080
You subscribe to a topic to tell Event Grid which events you want to track, and where to send the events.
8181

82-
1. In the portal, navigate to your Azure Storage account that you created earlier. On the left menu, select **All resources** and select your storage acount.
82+
1. In the portal, navigate to your Azure Storage account that you created earlier. On the left menu, select **All resources** and select your storage account.
8383
2. On the **Storage account** page, select **Events** on the left menu.
8484
1. Select **More Options**, and **Web Hook**. You are sending events to your viewer app using a web hook for the endpoint.
8585

0 commit comments

Comments
 (0)