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
Copy file name to clipboardExpand all lines: articles/virtual-network/virtual-network-tap-overview.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,19 +38,19 @@ The accounts you use to apply TAP configuration on network interfaces must be as
38
38
| Microsoft.Network/tapConfigurations/*| Required to create, update, read, and delete the TAP configuration on a network interface |
39
39
40
40
## Public preview limitations
41
-
**Note: Before adding a VM as a source you must first deploy a virtual network TAP resource and then STOP (deallocate) and START the source VM. This is required only once for any VM that will be a source**
42
-
This is only a requirement for our Public Preview and will not be at GA.
41
+
#Adding a source:
42
+
- Virtual network TAP only supports virtual machine's (VM) network interface as a mirroring source. All VM SKU **except for v6** are supported but will be supported at GA.
43
+
- Before adding a VM as a source you must **first deploy a virtual network TAP resource** and **then STOP (deallocate) and START the source VM**. This is required only once for any VM that will be added as a source. **If not done, you will get an erorr stating the NIC is not on fastpath**. This is only a requirement for our Public Preview and will not be at GA.
43
44
44
-
Following are limitations during our preview.
45
-
- Virtual network TAP only supports virtual machine's (VM) network interface as a mirroring source. All VM SKU **except for v6** are supported.
45
+
#Other Limitations
46
46
- Virtual network TAP supports Load Balancer or VM's network interface as a destination resource for mirrored traffic.
47
-
- Virtual network doesn't support Live Migration. VM set as source for virtual network TAP will have live migration disabled.
48
-
- VMs behind a Standard Load Balancer with Floating IP enabled can't be set as a mirroring source.
49
-
- VMs behind Basic Load Balancer can't be set as a mirroring source.
47
+
- Virtual network doesn't support Live Migration. VM set as source for virtual network TAP will have live migration disabled. Live migration will be supported at GA.
48
+
- VMs behind a Standard Load Balancer with Floating IP enabled can't be set as a mirroring source. It will be supported at GA.
49
+
- VMs behind Basic Load Balancer can't be set as a mirroring source. Basic Load Balancer is being deprecated.
50
50
- Virtual network doesn't support mirroring of inbound Private Link Service traffic.
51
51
- VMs in a virtual network with encryption enabled can't be set as mirroring source.
52
52
- Virtual network TAP doesn't support IPv6.
53
-
- When a VM is added or removed as a source, the VM might experience network downtime (up to 60 seconds).
53
+
- When a VM is added or removed as a source, the VM might experience network downtime (up to 60 seconds). There will be no downtime at GA.
0 commit comments