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/network-watcher-alert-triggered-packet-capture.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,12 +74,12 @@ The first step is to create an Azure function to process the alert and create a
74
74
3. Select a **Runtime stack**.
75
75
4. Select the version of the Runtime stack in **Version**.
76
76
5. Select the **Region** in which you want to create the function app.
77
-
3. Under **Operating System**, select the type pf Operating system that you are currently using. Azure reccommends the type of Operating system based on your runtime stack selection.
77
+
3. Under **Operating System**, select the type of Operating system that you're currently using. Azure recommends the type of Operating system based on your runtime stack selection.
78
78
4. Under **Plan**, select the type of plan that you want to use for the function app. Choose from the following options:
79
79
- Consumption (Serverless) - For event-driven scaling for the lowest minimum cost
80
80
- Functions Premium - For enterprise-level, serverless applications with event-based scaling and network isolation
81
81
- App Service Plan - For reusing compute from an existing app service plan.
82
-
3.Click**Review + create** to create the app.
82
+
3.Select**Review + create** to create the app.
83
83
84
84
### Create an Azure function
85
85
@@ -396,13 +396,13 @@ Use the following PowerShell code if you're using the old schema:
396
396
397
397
## Configure an alert on a VM
398
398
399
-
Alerts can be configured to notify individuals when a specific metric crosses a threshold that's assigned to it. In this example, the alert is on the CPU Percentage that are sent, but the alert can be triggered for many other metrics.
399
+
Alerts can be configured to notify individuals when a specific metric crosses a threshold that's assigned to it. In this example, the alert is on the CPU Percentage that is sent, but the alert can be triggered for many other metrics.
400
400
401
401
### Create the alert rule
402
402
403
403
Go to an existing virtual machine and [add an alert rule](../azure-monitor/alerts/alerts-classic-portal.md). Do the following in the **Create an Alert rule** screen.
404
404
405
-
1. In the **Select a signal** pane, search for the name of the signal and select it. In the example below, Percentage CPU is the selected signal. It denotes the percentage of allocated compute units that are in use by the VM.
405
+
1. In the **Select a signal** pane, search for the name of the signal and select it. In this example, Percentage CPU is the selected signal. It denotes the percentage of allocated compute units that are in use by the VM.
406
406
407
407
:::image type="content" source="./media/network-watcher-alert-triggered-packet-capture/action-group.png" alt-text="Screenshot of the Create action group screen.":::
408
408
@@ -418,7 +418,7 @@ Go to an existing virtual machine and [add an alert rule](../azure-monitor/alert
418
418
|**Lookback period**|5 minutes|
419
419
420
420
3. In the **Actions** tab, select **Create an action group**.
421
-
4. In the **Create action group** screen, select the **Subscription**, **Resource group**, and **Region**. Also enter the Action group name and the display name and select **Next: Notfications >**.
421
+
4. In the **Create action group** screen, select the **Subscription**, **Resource group**, and **Region**. Also enter the Action group name and the display name and select **Next: Notifications >**.
422
422
5. In the screen that appears, select **Action type** as **Azure Function**.
423
423
6. In the Azure Function pane, select the **Subscription**, **Resource group**, **Function app**, and **Azure Function**.
424
424
7. Select **No** in **Enable the common alert schema** slider and select **OK**.
0 commit comments