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
# Monitor networks proactively with alerts and Azure Functions using Packet Capture
15
12
@@ -149,7 +146,7 @@ The client ID is the Application ID of an application in the Azure Active Direct
149
146
```
150
147
151
148
> [!NOTE]
152
-
> The password that you use when creating the application should be the same password that you created earlier when saving the key file.
149
+
> The password that you used when creating the application should be the same password that you created earlier when saving the key file.
153
150
154
151
1. In the Azure portal, select **Subscriptions**. Select the subscription to use and select **Access control (IAM)**.
155
152
@@ -343,7 +340,6 @@ Go to an existing virtual machine and [add an alert rule](../azure-monitor/alert
343
340
:::image type="content" source="./media/network-watcher-alert-triggered-packet-capture/action-group.png" alt-text="Screenshot of the Create action group screen.":::
344
341
7. Select **No** in **Enable the common alert schema** slider and select **OK**.
345
342
346
-
347
343
## Review the results
348
344
349
345
After the criteria for the alert triggers, a packet capture is created. Go to Network Watcher and select **Packet capture**. On this page, you can select the packet capture file link to download the packet capture.
@@ -354,6 +350,6 @@ For instructions on downloading files from Azure storage accounts, see [Get star
354
350
355
351
After your capture has been downloaded, you can view it using tools like [Microsoft Message Analyzer](/message-analyzer/microsoft-message-analyzer-operating-guide) and [WireShark](https://www.wireshark.org/)that can read a **.cap** file.
356
352
357
-
## Next steps
353
+
## Next step
358
354
359
355
Learn how to view your packet captures by visiting [Packet capture analysis with Wireshark](network-watcher-deep-packet-inspection.md).
0 commit comments