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.
@@ -16,25 +16,20 @@ sections:
16
16
- name: Ignored
17
17
questions:
18
18
- question: |
19
-
How can I check if I have the required roles?
19
+
What are the RBAC permissions required to use traffic analytics?
20
20
answer: |
21
-
To learn how to check roles assigned to a user for a subscription, see [List Azure role assignments using the Azure portal](../role-based-access-control/role-assignments-list-portal.yml). If you can't see the role assignments, contact the respective subscription admin.
21
+
See [Traffic analytics permissions](./required-rbac-permissions.md#traffic-analytics) for the full list of required permissions .
22
22
23
23
- question: |
24
-
Can I enable flow logs for network security groups that are in different regions than my workspace region?
24
+
Can I enable flow logs for resources that are in different regions than my workspace region?
25
25
answer: |
26
-
Yes, network security groups can be in different regions than your Log Analytics workspace region.
26
+
Yes, virtual networks and network security groups can be in different regions than your Log Analytics workspace region.
27
27
28
28
- question: |
29
29
Can multiple network security groups be configured within a single workspace?
30
30
answer: |
31
31
Yes.
32
32
33
-
- question: |
34
-
Are Classic network security groups supported?
35
-
answer: |
36
-
No, traffic analytics doesn't support classic network security groups.
37
-
38
33
- question: |
39
34
Why doesn't traffic analytics display data for my traffic analytics enabled network security groups?
40
35
answer: |
@@ -44,7 +39,12 @@ sections:
44
39
Can I use an existing workspace?
45
40
answer: |
46
41
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).
47
-
42
+
43
+
- question: |
44
+
Why do some resources appear as **Unknown** in traffic analytics?
45
+
answer: |
46
+
Traffic analytics performs a resource discovery scan every 6 hours to identify new VMs, NICs, virtual networks, and subnets. When a new VM or NIC is created after the most recent discovery cycle, and flow data is collected before the next discovery, traffic analytics can't yet associate the traffic with a known resource. As a result, those resources are temporarily labeled as *unknown* in the analytics view.
47
+
48
48
- question: |
49
49
Can my Azure storage account be in one subscription and my Log Analytics workspace be in a different subscription?
0 commit comments