Skip to content

Commit 5938738

Browse files
committed
Acrolinx edits
1 parent 60b38c4 commit 5938738

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/network-watcher/network-watcher-alert-triggered-packet-capture.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ The first step is to create an Azure function to process the alert and create a
7474
3. Select a **Runtime stack**.
7575
4. Select the version of the Runtime stack in **Version**.
7676
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.
7878
4. Under **Plan**, select the type of plan that you want to use for the function app. Choose from the following options:
7979
- Consumption (Serverless) - For event-driven scaling for the lowest minimum cost
8080
- Functions Premium - For enterprise-level, serverless applications with event-based scaling and network isolation
8181
- 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.
8383

8484
### Create an Azure function
8585

@@ -396,13 +396,13 @@ Use the following PowerShell code if you're using the old schema:
396396

397397
## Configure an alert on a VM
398398

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.
400400

401401
### Create the alert rule
402402

403403
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.
404404

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.
406406

407407
:::image type="content" source="./media/network-watcher-alert-triggered-packet-capture/action-group.png" alt-text="Screenshot of the Create action group screen.":::
408408

@@ -418,7 +418,7 @@ Go to an existing virtual machine and [add an alert rule](../azure-monitor/alert
418418
|**Lookback period**|5 minutes|
419419

420420
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 >**.
422422
5. In the screen that appears, select **Action type** as **Azure Function**.
423423
6. In the Azure Function pane, select the **Subscription**, **Resource group**, **Function app**, and **Azure Function**.
424424
7. Select **No** in **Enable the common alert schema** slider and select **OK**.

0 commit comments

Comments
 (0)