Skip to content

Commit b51600f

Browse files
authored
Update virtual-network-tap-overview.md
1 parent 9189c1b commit b51600f

File tree

1 file changed

+41
-51
lines changed

1 file changed

+41
-51
lines changed
Lines changed: 41 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,68 @@
11
---
2-
title: Azure virtual network TAP overview
3-
description: Learn about virtual network TAP. Virtual network TAP provides you with a copy of virtual machine network traffic that can be streamed to a packet collector.
4-
author: asudbring
2+
title: Create, change, or delete a virtual network TAP - Azure portal
3+
description: Learn how to create, change, or delete a virtual network TAP using the Azure portal.
4+
services: virtual-network
5+
author: avirupcha
56
ms.service: azure-virtual-network
6-
ms.topic: concept-article
7-
ms.date: 03/28/2023
8-
ms.author: allensu
7+
ms.topic: how-to
8+
ms.date: 04/21/2025
9+
ms.author: avirupcha
910
---
1011

11-
# Virtual network TAP
12+
# Work with a virtual network TAP using the Azure portal
1213

13-
> [!IMPORTANT]
14-
> Virtual network TAP Preview is currently in Private Preview in select Azure regions. You can sign up for our Previews using the sign form (https://forms.office.com/r/EWqbgLGNcV) and we will notify you when you are selected. In the interim, you can use agent based or NVA solutions that provide TAP/Network Visibility functionality through our [Packet Broker partner solutions](#virtual-network-tap-partner-solutions) available in [Azure Marketplace Offerings](https://azuremarketplace.microsoft.com/marketplace/apps/category/networking?page=1&subcategories=appliances%3Ball&search=Network%20Traffic&filters=partners).
15-
16-
Azure virtual network TAP (Terminal Access Point) allows you to continuously stream your virtual machine network traffic to a network packet collector or analytics tool. The collector or analytics tool is provided by a [network virtual appliance](https://azure.microsoft.com/solutions/network-appliances/) partner. For a list of partner solutions that are validated to work with virtual network TAP, see [partner solutions](#virtual-network-tap-partner-solutions).
17-
18-
The following diagram shows how virtual network TAP works. You can add a TAP configuration on a [network interface](virtual-network-network-interface.md) that is attached to a virtual machine deployed in your virtual network. The destination is a virtual network IP address in the same virtual network as the monitored network interface or a [peered virtual](virtual-network-peering-overview.md) network. The collector solution for virtual network TAP can be deployed behind an Azure Internal Load balancer for high availability.
19-
20-
:::image type="content" source="./media/virtual-network-tap/architecture.png" alt-text="Diagram of how virtual network TAP works.":::
21-
22-
## Prerequisites
23-
24-
Before you can create a virtual network TAP, ensure you've received the confirmation email that you're enrolled in the preview. You must have one or more virtual machines created with [Azure Resource Manager](../azure-resource-manager/management/overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json) and a partner solution for aggregating the TAP traffic in the same Azure region. If you don't have a partner solution in your virtual network, see [partner solutions](#virtual-network-tap-partner-solutions) to deploy one.
14+
Azure virtual network TAP (Terminal Access Point) allows you to continuously stream your virtual machine network traffic to a network packet collector or analytics tool. The collector or analytics tool is provided by a [network virtual appliance](https://azure.microsoft.com/solutions/network-appliances/) partner. For a list of partner solutions that are validated to work with virtual network TAP, see [partner solutions](virtual-network-tap-overview.md#virtual-network-tap-partner-solutions).
2515

26-
You can use the same virtual network TAP resource to aggregate traffic from multiple network interfaces in the same or different subscriptions. If the monitored network interfaces are in different subscriptions, the subscriptions must be associated to the same Microsoft Entra tenant. Additionally, the monitored network interfaces and the destination endpoint for aggregating the TAP traffic can be in peered virtual networks in the same region. If you're using this deployment model, ensure that the [virtual network peering](virtual-network-peering-overview.md) is enabled before you configure virtual network TAP.
27-
28-
## Permissions
29-
30-
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:
31-
32-
| Action | Name |
33-
|---|---|
34-
| Microsoft.Network/virtualNetworkTaps/* | Required to create, update, read and delete a virtual network TAP resource |
35-
| Microsoft.Network/networkInterfaces/read | Required to read the network interface resource on which the TAP is configured |
36-
| Microsoft.Network/tapConfigurations/* | Required to create, update, read and delete the TAP configuration on a network interface |
37-
38-
## Virtual network TAP partner solutions
16+
> [!IMPORTANT]
17+
> Virtual network TAP is now in Public Preview. For more information, see the [Overview](virtual-network-tap-overview.md) article.
3918
40-
### Network packet brokers
19+
## Before you begin
4120

42-
- [GigaVUE Cloud Suite for Azure](https://www.gigamon.com/solutions/cloud/public-cloud/gigavue-cloud-suite-azure.html)
21+
Before you create a virtual network TAP resource, review the following items:
4322

44-
- [Ixia CloudLens](https://www.ixiacom.com/cloudlens/cloudlens-azure)
23+
* Read the [prerequisites](virtual-network-tap-overview.md#prerequisites) in the Overview article before you create a virtual network TAP resource.
24+
* You must sign in to Azure with an account that has the appropriate [permissions](virtual-network-tap-overview.md#permissions).
4525

46-
- [cPacket Cloud Visibility](https://www.cpacket.com/cloud)
26+
## Create a virtual network TAP resource
4727

48-
- [Big Switch Big Monitoring Fabric](https://www.arista.com/en/bigswitch)
28+
The following steps show you how to create a virtual network TAP resource using the Azure portal.
4929

50-
### Security analytics, network/application performance management
30+
In the portal, search for and select **Virtual network access points** to open the Virtual network terminal access points page.
5131

52-
- [Awake Security](https://www.arista.com/partner/technology-partners)
32+
:::image type="content" source="./media/virtual-network-tap/portal-tutorial-create.png" alt-text="Create a virtual network TAP resource." lightbox="./media/virtual-network-tap/portal-tutorial-create.png":::
5333

54-
- [Cisco Stealthwatch Cloud](https://blogs.cisco.com/security/cisco-stealthwatch-cloud-and-microsoft-azure-reliable-cloud-infrastructure-meets-comprehensive-cloud-security)
34+
1. Select your subscription ID.
35+
1. Select the Resource Group for your virtual network TAP resource.
36+
1. Give your virtual network TAP resource a name.
37+
1. Select the Azure region for your virtual network TAP resource. The destination and source resource must be in the same region as your virtual network TAP resource.
38+
1. Next, click **Select destination resource** to open the **Add a destination** page.
5539

56-
- [Darktrace](https://www.darktrace.com)
40+
### Add a destination resource
5741

58-
- [Fidelis Cybersecurity](https://fidelissecurity.com/)
42+
A virtual network TAP resource can only have a single destination resource and it must be in the same region as the virtual network TAP resource.
5943

60-
- [Flowmon](https://www.flowmon.com/en/blog/azure-vtap)
44+
:::image type="content" source="./media/virtual-network-tap/portal-tutorial-add-destination.png" alt-text="Add destination resource for mirrored traffic" lightbox="./media/virtual-network-tap/portal-tutorial-add-destination.png":::
6145

62-
- [NetFort LANGuardian](https://www.netfort.com/languardian/solutions/visibility-in-azure-network-tap/)
46+
Use the following steps to add a destination resource.
6347

64-
- [Netscout vSTREAM](https://www.netscout.com/technology-partners/microsoft-azure)
48+
1. Select between network interface or a load balancer.
49+
1. Filter for your desired destination resource. You can filter by using the search bar.
50+
1. Select your destination resource.
51+
1. After you specify your destination resource, click **Select** to open the **Add source network interfaces** page.
6552

66-
- [Noname Security](https://nonamesecurity.com/)
53+
### Add a source resource
6754

68-
- [Riverbed SteelCentral AppResponse]( https://www.riverbed.com/products/steelcentral/steelcentral-appresponse-11.html)
55+
You can have multiple sources per virtual network resource. If you have multiple sources, traffic is mirrored to the same destination resource. Sources must be in the same region as the virtual network TAP resource.
6956

70-
- [RSA NetWitness® Platform](https://community.netwitness.com/t5/netwitness-platform-integrations/ixia-cloudlens-rsa-netwitness-packets-implementation-guide/ta-p/564238)
57+
:::image type="content" source="./media/virtual-network-tap/portal-tutorial-add-source.png" alt-text="Add mirrored traffic source" lightbox="./media/virtual-network-tap/portal-tutorial-add-source.png":::
7158

72-
- [Vectra Cognito](https://www.vectra.ai/products/cognito-platform)
59+
Configure the following settings to add a source resource:
7360

74-
- [Corelight, Inc.](https://corelight.com/)
61+
1. Filter for your desired source network interface.
62+
1. Select the source network interface.
63+
1. Click **Add**.
64+
1. Click **Review and Create** to deploy your virtual network TAP resource.
7565

7666
## Next steps
7767

78-
- Learn how to [Create a virtual network TAP](tutorial-tap-virtual-network-cli.md).
68+
Learn how to [Create a virtual network TAP](tutorial-tap-virtual-network-cli.md) using CLI.

0 commit comments

Comments
 (0)