Skip to content

Commit 4812bab

Browse files
Merge pull request #298499 from halkazwini/nw-ta-faq
Traffic analytics FAQ update
2 parents 8f8cee7 + e06803f commit 4812bab

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

articles/network-watcher/traffic-analytics-faq.yml

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
ms.author: halkazwini
88
ms.service: azure-network-watcher
99
ms.topic: faq
10-
ms.date: 02/11/2025
10+
ms.date: 04/18/2025
1111
title: Traffic analytics frequently asked questions (FAQ)
1212
summary: |
1313
This article provides answers to the most frequently asked questions about traffic analytics capability of Azure Network Watcher.
@@ -43,7 +43,7 @@ sections:
4343
- question: |
4444
Can I use an existing workspace?
4545
answer: |
46-
Yes. If you select an existing workspace, make sure that it has been migrated to the new query language. If you don't want to upgrade the workspace, you need to create a new one. For more information about Kusto Query Language (KQL), see [Log queries in Azure Monitor](/azure/azure-monitor/logs/log-query-overview).
46+
Yes. If you select an existing workspace, make sure that it was migrated to the new query language. If you don't want to upgrade the workspace, you need to create a new one. For more information about Kusto Query Language (KQL), see [Log queries in Azure Monitor](/azure/azure-monitor/logs/log-query-overview).
4747
4848
- question: |
4949
Can my Azure storage account be in one subscription and my Log Analytics workspace be in a different subscription?
@@ -68,7 +68,7 @@ sections:
6868
- question: |
6969
Will I lose the data stored in Log Analytics workspace if I delete the storage account used for flow logging?
7070
answer: |
71-
No. If you delete the storage account that is used for flow logs, the data stored in Log Analytics workspace won't be affected. You can still view historic data in Log Analytics workspace (some metrics will be impacted) but traffic analytics will no longer process any new additional flow logs until you update the flow logs to use a different storage account.
71+
No. If you delete the storage account that is used for flow logs, the data stored in Log Analytics workspace won't be affected. You can still view historic data in Log Analytics workspace (some metrics will be impacted) but traffic analytics will no longer process any new flow logs until you update the flow logs to use a different storage account.
7272
7373
- question: |
7474
What if I can't configure a network security group for traffic analytics due to a "Not found" error?
@@ -86,7 +86,7 @@ sections:
8686
The dashboard might take up to 30 minutes to show reports for the first time. The solution must first aggregate enough data for it to derive meaningful insights, then it generates reports.
8787
8888
- question: |
89-
What if I get this message: “We could not find any data in this workspace for selected time interval. Try changing the time interval or select a different workspace.”?
89+
What if I get this message: “We couldn't find any data in this workspace for selected time interval. Try changing the time interval or select a different workspace.”?
9090
answer: |
9191
Try the following options:
9292
- Change the time interval in the upper bar.
@@ -109,16 +109,6 @@ sections:
109109
answer: |
110110
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).
111111
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-
122112
- question: |
123113
How is traffic analytics priced?
124114
answer: |
@@ -129,7 +119,12 @@ sections:
129119
How frequently does traffic analytics process data?
130120
answer: |
131121
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+
133128
- question: |
134129
How does traffic analytics decide that an IP is malicious?
135130
answer: |

0 commit comments

Comments
 (0)