Skip to content

Commit 136422f

Browse files
committed
fixed blocking issues
1 parent e6b097a commit 136422f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/event-grid/custom-event-to-function.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.devlang: azurecli
2020
1. Select **Compute** in the list of **Categories**.
2121
1. Hover (not select) the mouse over **Function App**, and select **Create**.
2222

23-
:::image type="content" source="./media/custom-event-to-function/create-function-app-link.png" lightbox="./media/custom-event-to-function/create-function-app-link.png" alt-text="Screenshot showing the select of **Create** link for a **Function App**.":::
23+
:::image type="content" source="./media/custom-event-to-function/create-function-app-link.png" lightbox="./media/custom-event-to-function/create-function-app-link.png" alt-text="Screenshot showing the select of Create link for a Function App.":::
2424
1. On the **Basics** page of the **Create Function App** wizard, follow these steps:
2525
1. Select your **Azure subscription** in which you want to create the function app.
2626
1. Create a new **resource group** or select an existing resource group.
@@ -29,10 +29,10 @@ ms.devlang: azurecli
2929
1. Select the **region** closest to you.
3030
1. Select **Next: Hosting** at the bottom of the page.
3131

32-
:::image type="content" source="./media/custom-event-to-function/create-function-app-page.png" alt-text="Screenshot showing the **Basics** tab of the **Create Function App** page.":::
32+
:::image type="content" source="./media/custom-event-to-function/create-function-app-page.png" alt-text="Screenshot showing the Basics tab of the Create Function App page.":::
3333
1. On the **Hosting** page, create a new storage account or select an existing storage account to be associated with the function app, and then select **Review + create** at the bottom of the page.
3434

35-
:::image type="content" source="./media/custom-event-to-function/create-function-app-hosting-page.png" alt-text="Screenshot showing the **Hosting** tab of the **Create Function App** page.":::
35+
:::image type="content" source="./media/custom-event-to-function/create-function-app-hosting-page.png" alt-text="Screenshot showing the Hosting tab of the Create Function App page.":::
3636
1. On the **Review + create** page, review settings, and select **Create** at the bottom of the page to create the function app.
3737
1. Once the deployment is successful, select **Go to resource** to navigate to the home page for the function app.
3838

@@ -42,7 +42,7 @@ Before subscribing to the custom topic, create a function to handle the events.
4242
1. On the **Function App** page, select **Functions** on the left menu.
4343
1. Select **+ Create** on the toolbar to create a function.
4444

45-
:::image type="content" source="./media/custom-event-to-function/create-function-link.png" alt-text="Screenshot showing the selection of **Create function** link.":::
45+
:::image type="content" source="./media/custom-event-to-function/create-function-link.png" alt-text="Screenshot showing the selection of Create function link.":::
4646

4747
1. On the **Create Function** page, follow these steps:
4848
1. This step is optional. For **Development environment**, select the development environment that you want to use to work with the function code.
2.23 KB
Loading

0 commit comments

Comments
 (0)