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
This article provides answers to the most frequently asked questions about traffic analytics capability of Azure Network Watcher.
@@ -109,16 +109,6 @@ sections:
109
109
answer: |
110
110
You're seeing the resources information on the dashboard; however, no flow-related statistics are present. Data might not be present because of no communication flows between the resources. Wait for 60 minutes, and recheck status. If the problem persists, and you're sure that communication flows among resources exist, raise concerns in [Microsoft Q&A](/answers/topics/azure-network-watcher.html).
111
111
112
-
- question: |
113
-
Can I configure traffic analytics using PowerShell?
114
-
answer: |
115
-
You can configure traffic analytics using Windows PowerShell version 6.2.1 and higher. To configure flow logging and traffic analytics for a specific network security group using PowerShell, see [Enable network security group flow logs and traffic analytics](./network-watcher-nsg-flow-logging-powershell.md#create-a-flow-log-and-traffic-analytics-workspace).
116
-
117
-
- question: |
118
-
Can I configure traffic analytics using an Azure Resource Manager template or a Bicep file?
119
-
answer: |
120
-
Yes, you can use an Azure Resource Manager template or a Bicep file to configure traffic analytics. For more information, see [Configure NSG flow logs using an Azure Resource Manager (ARM) template](quickstart-configure-network-security-group-flow-logs-from-arm-template.md) and [Configure NSG flow logs using a Bicep file](quickstart-configure-network-security-group-flow-logs-from-bicep.md).
121
-
122
112
- question: |
123
113
How is traffic analytics priced?
124
114
answer: |
@@ -129,7 +119,12 @@ sections:
129
119
How frequently does traffic analytics process data?
130
120
answer: |
131
121
Default processing interval of traffic analytics is 60 minutes, however, you can select accelerated processing at 10 minutes intervals. For more information, see [Data aggregation in traffic analytics](./traffic-analytics-schema.md#data-aggregation).
132
-
122
+
123
+
- question: |
124
+
What are the other resources created with my workspace?
125
+
answer: |
126
+
Traffic analytics creates and manages data collection rule (DCR) and data collection endpoint (DCE) resources in the same resource group as the workspace, prefixed with `NWTA`. If you perform any operation on these resources, traffic analytics might not function as expected. For more information, see [Data aggregation in traffic analytics](./traffic-analytics-schema.md#data-aggregation). For more information, see [Data collection rules in Azure Monitor](/azure/azure-monitor/essentials/data-collection-rule-overview?toc=/azure/network-watcher/toc.json) and [Data collection endpoints in Azure Monitor](/azure/azure-monitor/essentials/data-collection-endpoint-overview?toc=/azure/network-watcher/toc.json).
127
+
133
128
- question: |
134
129
How does traffic analytics decide that an IP is malicious?
0 commit comments