Skip to content

Commit 6fbb258

Browse files
authored
Merge pull request #119717 from AvirupCha/patch-2
VTAP API update tutorial-tap-virtual-network-cli.md
2 parents 31334d0 + 32694c5 commit 6fbb258

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
@@ -55,14 +55,13 @@ Read [prerequisites](virtual-network-tap-overview.md#prerequisites) before you c
5555
--out tsv)
5656
```
5757
58-
- 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 :
58+
- 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:
5959
6060
```azurecli-interactive
6161
az network vnet tap create \
6262
--resource-group myResourceGroup \
6363
--name myTap \
6464
--destination $IpConfigId \
65-
--port 4789 \
6665
--location westcentralus
6766
```
6867

0 commit comments

Comments
 (0)