Skip to content

Commit e28669f

Browse files
authored
Merge pull request #100911 from jispar/ServiceTag_Jan2020_SecondBatch
added tags - second batch
2 parents f669d39 + 5b10be8 commit e28669f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/virtual-network/service-tags-overview.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ By default, service tags reflect the ranges for the entire cloud. Some service t
3838
| Tag | Purpose | Can use inbound or outbound? | Can be regional? | Can use with Azure Firewall? |
3939
| --- | -------- |:---:|:---:|:---:|:---:|:---:|:---:|:---:|
4040
| **ApiManagement** | Management traffic for Azure API Management-dedicated deployments. | Both | No | Yes |
41+
| **ApplicationInsightsAvailability** | Application Insights Availability. | Both | No | No |
4142
| **AppService** | Azure App Service. This tag is recommended for outbound security rules to web app front ends. | Outbound | Yes | Yes |
4243
| **AppServiceManagement** | Management traffic for deployments dedicated to App Service Environment. | Both | No | Yes |
4344
| **AzureActiveDirectory** | Azure Active Directory. | Outbound | No | Yes |
@@ -54,6 +55,8 @@ By default, service tags reflect the ranges for the entire cloud. Some service t
5455
| **AzureDataExplorerManagement** | Azure Data Explorer Management. | Inbound | No | No |
5556
| **AzureDataLake** | Azure Data Lake. | Outbound | No | Yes |
5657
| **AzureEventGrid** | Azure Event Grid. <br/><br/>*Note:* This tag covers Azure Event Grid endpoints in US South Central, US East, US East 2, US West 2, and US Central only. | Both | No | No |
58+
| **AzureFrontDoor** | Azure Front Door. | Both | No | No |
59+
| **AzureInformationProtection** | Azure Information Protection.<br/><br/>*Note:* This tag has a dependency on the **AzureFrontDoor** tag. | Outbound | No | No |
5760
| **AzureIoTHub** | Azure IoT Hub. | Outbound | No | No |
5861
| **AzureKeyVault** | Azure Key Vault.<br/><br/>*Note:* This tag has a dependency on the **AzureActiveDirectory** tag. | Outbound | Yes | Yes |
5962
| **AzureLoadBalancer** | The Azure infrastructure load balancer. The tag translates to the [virtual IP address of the host](security-overview.md#azure-platform-considerations) (168.63.129.16) where the Azure health probes originate. If you're not using Azure Load Balancer, you can override this rule. | Both | No | No |
@@ -63,14 +66,18 @@ By default, service tags reflect the ranges for the entire cloud. Some service t
6366
| **AzurePlatformIMDS** | Azure Instance Metadata Service (IMDS), which is a basic infrastructure service.<br/><br/>You can use this tag to disable the default IMDS. Be cautious when you use this tag. We recommend that you read [Azure platform considerations](https://docs.microsoft.com/azure/virtual-network/security-overview#azure-platform-considerations). We also recommend that you perform testing before you use this tag. | Outbound | No | No |
6467
| **AzurePlatformLKM** | Windows licensing or key management service.<br/><br/>You can use this tag to disable the defaults for licensing. Be cautious when you use this tag. We recommend that you read [Azure platform considerations](https://docs.microsoft.com/azure/virtual-network/security-overview#azure-platform-considerations). We also recommend that you perform testing before you use this tag. | Outbound | No | No |
6568
| **AzureResourceManager** | Azure Resource Manager. | Outbound | No | No |
69+
| **AzureSiteRecovery** | Azure Site Recovery.<br/><br/>*Note:* This tag has a dependency on the **Storage**, **AzureActiveDirectory**, and **EventHub** tags. | Outbound | No | No |
6670
| **AzureTrafficManager** | Azure Traffic Manager probe IP addresses.<br/><br/>For more information on Traffic Manager probe IP addresses, see [Azure Traffic Manager FAQ](https://docs.microsoft.com/azure/traffic-manager/traffic-manager-faqs). | Inbound | No | Yes |
6771
| **BatchNodeManagement** | Management traffic for deployments dedicated to Azure Batch. | Both | No | Yes |
6872
| **CognitiveServicesManagement** | The address ranges for traffic for Azure Cognitive Services. | Outbound | No | No |
6973
| **Dynamics365ForMarketingEmail** | The address ranges for the marketing email service of Dynamics 365. | Outbound | Yes | No |
74+
| **ElasticAFD** | Elastic Azure Front Door. | Both | No | No |
7075
| **EventHub** | Azure Event Hubs. | Outbound | Yes | Yes |
7176
| **GatewayManager** | Management traffic for deployments dedicated to Azure VPN Gateway and Application Gateway. | Inbound | No | No |
77+
| **GuestAndHybridManagement** | Azure Automation and Guest Configuration. | Both | No | Yes |
7278
| **HDInsight** | Azure HDInsight. | Inbound | Yes | No |
7379
| **Internet** | The IP address space that's outside the virtual network and reachable by the public internet.<br/><br/>The address range includes the [Azure-owned public IP address space](https://www.microsoft.com/download/details.aspx?id=41653). | Both | No | No |
80+
| **MicrosoftCloudAppSecurity** | Microsoft Cloud App Security. | Outbound | No | No |
7481
| **MicrosoftContainerRegistry** | Azure Container Registry. | Outbound | Yes | Yes |
7582
| **ServiceBus** | Azure Service Bus traffic that uses the Premium service tier. | Outbound | Yes | Yes |
7683
| **ServiceFabric** | Azure Service Fabric. | Outbound | No | No |

0 commit comments

Comments
 (0)