You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-grid/custom-event-to-function.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ ms.devlang: azurecli
20
20
1. Select **Compute** in the list of **Categories**.
21
21
1. Hover (not select) the mouse over **Function App**, and select **Create**.
22
22
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.":::
24
24
1. On the **Basics** page of the **Create Function App** wizard, follow these steps:
25
25
1. Select your **Azure subscription** in which you want to create the function app.
26
26
1. Create a new **resource group** or select an existing resource group.
@@ -29,10 +29,10 @@ ms.devlang: azurecli
29
29
1. Select the **region** closest to you.
30
30
1. Select **Next: Hosting** at the bottom of the page.
31
31
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.":::
33
33
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.
34
34
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.":::
36
36
1. On the **Review + create** page, review settings, and select **Create** at the bottom of the page to create the function app.
37
37
1. Once the deployment is successful, select **Go to resource** to navigate to the home page for the function app.
38
38
@@ -42,7 +42,7 @@ Before subscribing to the custom topic, create a function to handle the events.
42
42
1. On the **Function App** page, select **Functions** on the left menu.
43
43
1. Select **+ Create** on the toolbar to create a function.
44
44
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.":::
46
46
47
47
1. On the **Create Function** page, follow these steps:
48
48
1. This step is optional. For **Development environment**, select the development environment that you want to use to work with the function code.
0 commit comments