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/network-watcher/packet-capture-alert-triggered.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
@@ -73,15 +73,15 @@ To create an Azure function to process the alert and create a packet capture, yo
73
73
-**Functions Premium**: For enterprise-level, serverless applications with event-based scaling and network isolation.
74
74
-**App Service plan**: For reusing compute from an existing Azure App Service plan.
75
75
76
-
:::image type="content" source="./media/network-watcher-alert-triggered-packet-capture/create-function-app-basics.png" alt-text="Screenshot of the Create Function App page in the Azure portal." lightbox="./media/network-watcher-alert-triggered-packet-capture/create-function-app-basics.png":::
76
+
:::image type="content" source="./media/packet-capture-alert-triggered/create-function-app-basics.png" alt-text="Screenshot of the Create Function App page in the Azure portal." lightbox="./media/packet-capture-alert-triggered/create-function-app-basics.png":::
77
77
78
78
1. Select **Review + create** to create the app.
79
79
80
80
Now you can create a function:
81
81
82
82
1. In the function app that you created, select **Functions**, and then select **Create** to open the **Create function** pane.
83
83
84
-
:::image type="content" source="./media/network-watcher-alert-triggered-packet-capture/create-function.png" alt-text="Screenshot of the Create function pane.":::
84
+
:::image type="content" source="./media/packet-capture-alert-triggered/create-function.png" alt-text="Screenshot of the Create function pane.":::
85
85
86
86
2. For **Development environment**, select **Develop in portal**.
87
87
3. Under **Select a template**, select **HTTP trigger**.
@@ -183,7 +183,7 @@ To store the environment variables:
183
183
184
184
1. Go to the function app. Select **Configurations** > **Application settings**.
185
185
186
-
:::image type="content" source="./media/network-watcher-alert-triggered-packet-capture/application-insights.png" alt-text="Screenshot of the tab for application settings.":::
186
+
:::image type="content" source="./media/packet-capture-alert-triggered/application-insights.png" alt-text="Screenshot of the tab for application settings.":::
187
187
188
188
1. Add the environment variables and their values to the app settings, and then select **Save**.
189
189
@@ -333,7 +333,7 @@ Go to an existing virtual machine and [add an alert rule](/azure/azure-monitor/a
333
333
5. On the **Notifications** tab, for **Action type**, select **Azure Function**.
334
334
6. On the **Azure Function** pane, select the **Subscription**, **Resource group**, **Function app**, and **Azure Function** values.
335
335
336
-
:::image type="content" source="./media/network-watcher-alert-triggered-packet-capture/action-group.png" alt-text="Screenshot of the page for creating an action group and the pane for details about an Azure function.":::
336
+
:::image type="content" source="./media/packet-capture-alert-triggered/action-group.png" alt-text="Screenshot of the page for creating an action group and the pane for details about an Azure function.":::
337
337
7. In **Enable the common alert schema** slider, select **No**. Then select **OK**.
0 commit comments