Skip to content

Commit 32694c5

Browse files
authored
VTAP API update tutorial-tap-virtual-network-cli.md
VTAP destination port is no longer configurable.
1 parent 14916fe commit 32694c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/virtual-network/tutorial-tap-virtual-network-cli.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,13 @@ Read [prerequisites](virtual-network-tap-overview.md#prerequisites) before you c
5656
--out tsv)
5757
```
5858
59-
- Create the virtual network TAP in the *westcentralus* Azure region using the ID of the IP configuration as the destination and an optional port property. The port specifies the destination port on network interface IP configuration where the TAP traffic will be received :
59+
- Create the virtual network TAP in the *westcentralus* Azure region using the ID of the IP configuration as the destination. The traffic mirror destination must allow traffic to port 4789:
6060
6161
```azurecli-interactive
6262
az network vnet tap create \
6363
--resource-group myResourceGroup \
6464
--name myTap \
6565
--destination $IpConfigId \
66-
--port 4789 \
6766
--location westcentralus
6867
```
6968

0 commit comments

Comments
 (0)