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
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ You can use the same virtual network TAP resource to aggregate traffic from mult
29
29
30
30
## Permissions
31
31
32
-
The accounts you use to apply TAP configuration on network interfaces must be assigned to the [network contributor](../role-based-access-control/built-in-roles.md?toc=%2fazure%2fvirtual-network%2ftoc.json#network-contributor) role or a [custom role](../role-based-access-control/custom-roles.md?toc=%2fazure%2fvirtual-network%2ftoc.json) that is assigned the necessary actions from the following table:
32
+
The accounts you use to apply TAP configuration on network interfaces must be assigned to the [network contributor](../role-based-access-control/built-in-roles.md?toc=%2fazure%2fvirtual-network%2ftoc.json#network-contributor) role or a [custom role](../role-based-access-control/custom-roles.md?toc=%2fazure%2fvirtual-network%2ftoc.json) that is assigned as the necessary actions from the following table:
33
33
34
34
| Action | Name |
35
35
|---|---|
@@ -38,20 +38,21 @@ 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
+
Please note, limitations tagged with **[Temporary]** will be resolved at GA.
41
42
### Adding a source:
42
43
- Virtual network TAP only supports virtual machine's (VM) network interface as a mirroring source.
43
-
- v6 VM SKU aren't supported as a source. v6 will be supported at GA.
44
-
- 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**. At GA, it will not be a requirement.
44
+
-[Temporary]v6 VM SKU aren't supported as a source.
45
+
-[Temporary]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**.
45
46
46
47
### Other Limitations
47
48
- Virtual network TAP supports Load Balancer or VM's network interface as a destination resource for mirrored traffic.
48
-
- Virtual network doesn't support Live Migration. Live Migration will be disabled for VMs set as a source. Live migration will be supported at GA.
49
-
- 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
+
-[Temporary]Virtual network doesn't support Live Migration. Live Migration will be disabled for VMs set as a source.
50
+
-[Temporary]VMs behind a Standard Load Balancer with Floating IP enabled can't be set as a mirroring source.
50
51
- VMs behind Basic Load Balancer can't be set as a mirroring source. Basic Load Balancer is being deprecated.
51
52
- Virtual network doesn't support mirroring of inbound Private Link Service traffic.
52
53
- VMs in a virtual network with encryption enabled can't be set as mirroring source.
53
54
- Virtual network TAP doesn't support IPv6.
54
-
- 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.
55
+
-[Temporary]When a VM is added or removed as a source, the VM might experience network downtime (up to 60 seconds).
0 commit comments