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.
@@ -36,14 +36,19 @@ sections:
36
36
In the resource selection dropdown in the traffic analytics dashboard, the resource group of the **Virtual Network** resource must be selected, not the resource group of the virtual machine or network security group.
37
37
38
38
- question: |
39
-
Can I use an existing workspace?
39
+
Why do some resources appear as "Unknown" in traffic analytics?
40
40
answer: |
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).
41
+
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.
42
42
43
43
- question: |
44
-
Why do some resources appear as **Unknown** in traffic analytics?
44
+
Can I restrict public access to the data collection endpoint (DCE) resource created by traffic analytics?
45
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.
46
+
Yes, you can disable public access to restrict public inbound traffic to the DCE resource.
47
+
48
+
- question: |
49
+
Can I use an existing workspace?
50
+
answer: |
51
+
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
52
48
53
- question: |
49
54
Can my Azure storage account be in one subscription and my Log Analytics workspace be in a different subscription?
0 commit comments