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/firewall/service-tags.md
+19-18Lines changed: 19 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,55 +5,56 @@ services: firewall
5
5
author: duongau
6
6
ms.service: azure-firewall
7
7
ms.topic: concept-article
8
-
ms.date: 08/31/2023
8
+
ms.date: 03/17/2025
9
9
ms.author: duau
10
10
ms.custom: devx-track-azurepowershell
11
11
---
12
12
13
13
# Azure Firewall service tags
14
14
15
-
A service tag represents a group of IP address prefixes to help minimize complexity for security rule creation. You can’t create your own service tag, nor specify which IP addresses are included within a tag. Microsoft manages the address prefixes encompassed by the service tag, and automatically updates the service tag as addresses change.
15
+
A service tag represents a group of IP address prefixes to simplify security rule creation. You cannot create your own service tag or specify which IP addresses are included. Microsoft manages and updates the address prefixes within the service tagautomatically.
16
16
17
-
Azure Firewall service tags can be used in the network rules destination field. You can use them in place of specific IP addresses.
17
+
Azure Firewall service tags can be used in the network rules destination field, replacing specific IP addresses.
18
18
19
19
## Supported service tags
20
20
21
-
Azure Firewall supports the following Service Tags to use in Azure Firewall Network rules:
21
+
Azure Firewall supports the following service tags in network rules:
22
22
23
23
- Tags for various Microsoft and Azure services listed in [Virtual network service tags](../virtual-network/service-tags-overview.md#available-service-tags).
24
-
- Tags for the required IP addresses of Office365 services, split by Office365 product and category. You must define the TCP/UDP ports in your rules. For more information, see [Use Azure Firewall to protect Office 365](protect-office-365.md).
24
+
- Tags for required IP addresses of Office365 services, categorized by product and category. Define the TCP/UDP ports in your rules. For more information, see [Use Azure Firewall to protect Office 365](protect-office-365.md).
25
25
26
26
## Configuration
27
27
28
-
Azure Firewall supports configuration of service tags via PowerShell, Azure CLI, or the Azure portal.
28
+
You can configure Azure Firewall service tags with PowerShell, Azure CLI, or the Azure portal.
29
29
30
-
### Configure via Azure PowerShell
30
+
### Configure with Azure PowerShell
31
31
32
-
In this example, we are making a change to an Azure Firewall using classic rules. We must first get context to our previously created Azure Firewall instance.
32
+
First, get the context of your existing Azure Firewall instance:
0 commit comments