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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Network Watcher packet capture creates capture sessions to track traffic in and
19
19
20
20
This capability can be started remotely from other automation scenarios such as Azure Functions. Packet capture gives you the capability to run proactive captures based on defined network anomalies. Other uses include gathering network statistics, getting information about network intrusions, debugging client-server communications, and more.
21
21
22
-
Resources that are deployed in Azure run 24/7. You and your staff cannot actively monitor the status of all resources 24/7. For example, what happens if an issue occurs at 2 AM?
22
+
Resources that are deployed in Azure run 24/7. You and your staff can't actively monitor the status of all resources 24/7. For example, what happens if an issue occurs at 2 AM?
23
23
24
24
By using Network Watcher, alerting and functions from within the Azure ecosystem, you can proactively respond with the data and tools to solve problems in your network.
25
25
@@ -35,7 +35,7 @@ By using Network Watcher, alerting and functions from within the Azure ecosystem
35
35
36
36
In this example, your VM is sending more TCP segments than usual and you want to be alerted. TCP segments are used as an example here, but you can use any alert condition.
37
37
38
-
When you are alerted, the packet-level data helps to understand why communication has increased. You can take steps to return the virtual machine to regular communication.
38
+
When you're alerted, the packet-level data helps to understand why communication has increased. You can take steps to return the virtual machine to regular communication.
39
39
40
40
This scenario assumes that you have an existing instance of Network Watcher and a resource group with a valid Virtual machine.
41
41
@@ -67,13 +67,13 @@ The first step is to create an Azure function to process the alert and create a
67
67
|**Setting**|**Value**|**Details**|
68
68
|---|---|---|
69
69
|**App name**|PacketCaptureExample|The name of the function app.|
70
-
|**Subscription**|[Your subscription]The subscription for which to create the function app.||
70
+
|**Subscription**|[Your subscription]The subscription for which you want to create the function app.||
71
71
|**Resource Group**|PacketCaptureRG|The resource group to contain the function app.|
72
72
|**Hosting Plan**|Consumption Plan| The type of plan your function app uses. Options are Consumption or Azure App Service plan. |
73
-
|**Location**|Central US| The region in which to create the function app.|
73
+
|**Location**|Central US| The region in which you want to create the function app.|
74
74
|**Storage Account**|{autogenerated}| The storage account that Azure Functions needs for general-purpose storage.|
75
75
76
-
3.On the **PacketCaptureExample Function Apps** blade, select **Functions** > **Custom function** >**+**.
76
+
3.In **PacketCaptureExample Function Apps**, select **Functions** > **Custom function** >**+**.
77
77
78
78
4. Select **HttpTrigger-Powershell** and enter the remaining information. Finally, to create the function, select **Create**.
79
79
@@ -159,7 +159,7 @@ The client ID is the Application ID of an application in Azure Active Directory.
159
159
160
160
#### AzureTenant
161
161
162
-
Obtain the tenant ID by running the following PowerShell sample:
162
+
Obtain the tenant ID by running the following PowerShell sample:
0 commit comments