Skip to content

Commit ebb1c30

Browse files
Merge pull request #268812 from halkazwini/nw-faq
Update NW FAQ
2 parents d10d77d + 9dc4c4e commit ebb1c30

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

articles/network-watcher/frequently-asked-questions.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
ms.author: halkazwini
77
ms.service: network-watcher
88
ms.topic: faq
9-
ms.date: 02/15/2024
9+
ms.date: 03/12/2024
1010
title: "Network Watcher frequently asked questions (FAQ)"
1111
summary: |
1212
This article provides answers to some of the frequently asked questions asked about Azure Network Watcher.
@@ -141,7 +141,7 @@ sections:
141141
- question: |
142142
Does connection monitor support classic VMs?
143143
answer: |
144-
No, connection monitor doesn't support classic VMs. We recommended that you migrate infrastructure as a service (IaaS) resources from classic to Azure Resource Manager because classic resources [will be deprecated](../virtual-machines/classic-vm-deprecation.md). For more information, see [Migrate IaaS resources from classic to Azure Resource Manager](../virtual-machines/migration-classic-resource-manager-overview.md).
144+
No, connection monitor doesn't support classic VMs. For more information, see [Migrate IaaS resources from classic to Azure Resource Manager](../virtual-machines/migration-classic-resource-manager-overview.md).
145145
146146
- question: |
147147
What if my topology isn't decorated or my hops have missing information?
@@ -163,6 +163,11 @@ sections:
163163
answer: |
164164
There's no protocol selection option in connection monitor (classic). Tests in connection monitor (classic) only use the TCP protocol, and that's why, during the migration, we create a TCP configuration in tests in the new connection monitor.
165165
166+
- question: |
167+
Are there any limitations to using Azure Monitor and Arc Agents with connection monitor?
168+
answer: |
169+
There's currently a regional boundary when an endpoint uses Azure Monitor and Arc agents with the associated Log Analytics workspace. As a result to this limitation, the associated Log Analytics workspace must be in the same region as the Arc endpoint. Data ingested into individual workspaces can be unionized for a single view, see [Query data across Log Analytics workspaces, applications, and resources in Azure Monitor](../azure-monitor/logs/cross-workspace-query.md).
170+
166171
- name: Flow logs
167172
questions:
168173
- question: |
@@ -175,6 +180,11 @@ sections:
175180
answer: |
176181
Flow log data is collected outside the path of your network traffic, so it doesn't affect network throughput or latency. You can create or delete flow logs without any risk of impact to network performance.
177182
183+
- question: |
184+
What is the difference between NSG flow logs and NSG diagnostics?
185+
answer: |
186+
NSG flow logs log traffic flowing through a network security group. On the other hand, NSG diagnostics returns all network security groups that your traffic is traversing and the rules of each network security group that are applied to this traffic. Use NSG diagnostics to verify that your network security group rules are being applied as expected.
187+
178188
- question: |
179189
Can I log ESP and AH traffic using NSG flow logs?
180190
answer: |

0 commit comments

Comments
 (0)