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 some of the frequently asked questions asked about Azure Network Watcher.
@@ -141,7 +141,7 @@ sections:
141
141
- question: |
142
142
Does connection monitor support classic VMs?
143
143
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).
145
145
146
146
- question: |
147
147
What if my topology isn't decorated or my hops have missing information?
@@ -163,6 +163,11 @@ sections:
163
163
answer: |
164
164
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.
165
165
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
+
166
171
- name: Flow logs
167
172
questions:
168
173
- question: |
@@ -175,6 +180,11 @@ sections:
175
180
answer: |
176
181
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.
177
182
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.
0 commit comments