|
| 1 | +--- |
| 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 |
| 6 | +ms.service: azure-virtual-network |
| 7 | +ms.topic: how-to |
| 8 | +ms.date: 04/21/2025 |
| 9 | +ms.author: avirupcha |
| 10 | +--- |
| 11 | + |
| 12 | +# Work with a virtual network TAP using the Azure portal |
| 13 | + |
| 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). |
| 15 | + |
| 16 | +> [!IMPORTANT] |
| 17 | +> Virtual network TAP is now in Public Preview. For more information, see the [Overview](virtual-network-tap-overview.md) article. |
| 18 | +
|
| 19 | +## Before you begin |
| 20 | + |
| 21 | +Before you create a virtual network TAP resource, review the following items: |
| 22 | + |
| 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). |
| 25 | + |
| 26 | +## Create a virtual network TAP resource |
| 27 | + |
| 28 | +The following steps show you how to create a virtual network TAP resource using the Azure portal. |
| 29 | + |
| 30 | +In the portal, search for and select **Virtual network access points** to open the Virtual network terminal access points page. |
| 31 | + |
| 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"::: |
| 33 | + |
| 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. |
| 39 | + |
| 40 | +### Add a destination resource |
| 41 | + |
| 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. |
| 43 | + |
| 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"::: |
| 45 | + |
| 46 | +Use the following steps to add a destination resource. |
| 47 | + |
| 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. |
| 52 | + |
| 53 | +### Add a source resource |
| 54 | + |
| 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. |
| 56 | + |
| 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"::: |
| 58 | + |
| 59 | +Configure the following settings to add a source resource: |
| 60 | + |
| 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. |
| 65 | + |
| 66 | +## Next steps |
| 67 | + |
| 68 | +Learn how to [Create a virtual network TAP](tutorial-tap-virtual-network-cli.md) using CLI. |
0 commit comments