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/private-link/tutorial-inspect-traffic-azure-firewall.md
+81-5Lines changed: 81 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: abell
6
6
ms.service: azure-private-link
7
7
ms.topic: tutorial
8
8
ms.custom: mvc, linux-related-content
9
-
ms.date: 02/18/2025
9
+
ms.date: 02/23/2026
10
10
# Customer intent: "As a network administrator, I want to configure Azure Firewall to inspect traffic to private endpoints, so that I can enhance security and ensure only authorized access to Azure resources."
11
11
---
12
12
# Tutorial: Inspect private endpoint traffic with Azure Firewall
@@ -48,6 +48,26 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
48
48
49
49
Sign in to the [Azure portal](https://portal.azure.com).
50
50
51
+
## Create a resource group
52
+
53
+
A resource group is a logical container for Azure resources. This procedure creates a resource group for all resources used in this tutorial.
54
+
55
+
1. In the portal, search for and select **Resource groups**.
56
+
57
+
1. On the **Resource groups** page, select **+ Create**.
58
+
59
+
1. On the **Basics** tab, enter or select the following information:
60
+
61
+
| Setting | Value |
62
+
|---|---|
63
+
|**Project details**||
64
+
| Subscription | Select your subscription. |
65
+
| Resource group | Enter **test-rg**. |
66
+
|**Resource details**||
67
+
| Region | Select **East US 2**. |
68
+
69
+
1. Select **Review + create**, and then select **Create**.
70
+
51
71
## Create a virtual network
52
72
53
73
The following procedure creates a virtual network with a resource subnet.
@@ -62,7 +82,7 @@ The following procedure creates a virtual network with a resource subnet.
62
82
|---|---|
63
83
|**Project details**||
64
84
| Subscription | Select your subscription. |
65
-
| Resource group | Select **Create new**. </br> Enter **test-rg** for the name. </br> Select **OK**. |
85
+
| Resource group | Select **test-rg**. |
66
86
|**Instance details**||
67
87
| Name | Enter **vnet-1**. |
68
88
| Region | Select **East US 2**. |
@@ -118,7 +138,57 @@ Azure Bastion uses your browser to connect to VMs in your virtual network over S
| Configure network security group | Select **Create new**.</br> In **Name** enter **nsg-1**.</br> Select **OK**. |
184
+
185
+
1. Leave the rest of the options at the defaults and select **Review + create**.
186
+
187
+
1. Select **Create**.
188
+
189
+
1. A **Generate new key pair** pop-up opens. Select **Download private key and create resource**.
190
+
191
+
1. The private key file is downloaded as **vm-1-key.pem**. Make sure you know where this file is downloaded so you can use it to sign in to the virtual machine in the next steps.
122
192
123
193
## Deploy Azure Firewall
124
194
@@ -424,9 +494,15 @@ Create an application rule to allow communication from **vnet-1** to the private
424
494
425
495
1. Select **vm-1**.
426
496
427
-
1. In **Operations** select **Bastion**.
497
+
1. Select **Connect** then **Connect via Bastion** in the **Overview** section.
498
+
499
+
1. In the **Bastion** connection page, enter or select the following information:
428
500
429
-
1. Enter the username and password for the virtual machine.
501
+
| Setting | Value |
502
+
| ------- | ----- |
503
+
| Authentication Type | Select **SSH Private Key from Local File**. |
504
+
| Username | Enter the username you created. |
505
+
| Local File | Select the **vm-1-key** private key file you downloaded. |
0 commit comments