Skip to content

Commit a895f6f

Browse files
committed
edit pass 2: hdinsight-service-tags
1 parent 5d615a6 commit a895f6f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

articles/hdinsight/hdinsight-service-tags.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Network security group (NSG) service tags for Azure HDInsight
3-
description: Use HDInsight service tags to allow inbound traffic to your cluster from HDInsight health and management services nodes, without adding IP addresses to your NSGs.
3+
description: Use HDInsight service tags to allow inbound traffic to your cluster from health and management services nodes, without adding IP addresses to your NSGs.
44
author: hrasheed-msft
55
ms.author: hrasheed
66
ms.service: hdinsight
@@ -11,17 +11,17 @@ ms.date: 03/10/2020
1111

1212
# NSG service tags for Azure HDInsight
1313

14-
Azure HDInsight service tags for network security groups (NSGs) are groups of IP addresses for health and management services. These groups help minimize complexity for security rule creation. [Service tags](../virtual-network/security-overview.md#service-tags) provide an alternative method for allowing inbound traffic from specific IP addresses without explicitly entering each of the [management IP addresses](hdinsight-management-ip-addresses.md) in your NSGs.
14+
Azure HDInsight service tags for network security groups (NSGs) are groups of IP addresses for health and management services. These groups help minimize complexity for security rule creation. [Service tags](../virtual-network/security-overview.md#service-tags) provide an alternative method for allowing inbound traffic from specific IP addresses without entering each of the [management IP addresses](hdinsight-management-ip-addresses.md) in your NSGs.
1515

16-
These service tags are created and managed by the HDInsight service. You can't create your own service tag, or modify an existing tag. Microsoft manages the address prefixes that match to the service tag, and automatically updates the service tag as addresses change.
16+
The HDInsight service manages these service tags. You can't create your own service tag or modify an existing tag. Microsoft manages the address prefixes that match to the service tag and automatically updates the service tag as addresses change.
1717

1818
## Get started with service tags
1919

20-
You have two options for using service tags in your NSGs:
20+
You have two options for using service tags in your network security groups:
2121

22-
- **Use a single global HDInsight service tag:** This option opens your virtual network to all IP addresses that the HDInsight service uses to monitor clusters across all regions. This option is the simplest method, but may not be appropriate if you have restrictive security requirements.
22+
- **Use a single global HDInsight service tag**: This option opens your virtual network to all IP addresses that the HDInsight service uses to monitor clusters across all regions. This option is the simplest method, but might not be appropriate if you have restrictive security requirements.
2323

24-
- **Use multiple regional service tags:** This option opens your virtual network to only the IP addresses that HDInsight uses in that specific region. However, if you're using multiple regions, you'll need to add multiple service tags to your virtual network.
24+
- **Use multiple regional service tags**: This option opens your virtual network to only the IP addresses that HDInsight uses in that specific region. However, if you're using multiple regions, you'll need to add multiple service tags to your virtual network.
2525

2626
## Use a single global HDInsight service tag
2727

@@ -37,13 +37,13 @@ The easiest way to begin using service tags with your HDInsight cluster is to ad
3737

3838
![Add a service tag from the Azure portal](./media/hdinsight-service-tags/azure-portal-add-service-tag.png)
3939

40-
This tag contains the IP addresses of health and management services for all regions where HDInsight is available, and will ensure that your cluster can communicate with the necessary health and management services no matter where it's created.
40+
This tag contains the IP addresses of health and management services for all regions where HDInsight is available. The tag will ensure that your cluster can communicate with the necessary health and management services no matter where it's created.
4141

4242
## Use regional HDInsight service tags
4343

44-
If the single global service-tag option won't work because you need more restrictive permissions, you can allow only the service tags that are applicable for your region. There may be one, two, or three applicable service tags, depending on the region where your cluster is created.
44+
If the global tag option won't work because you need more restrictive permissions, you can allow only the service tags that are applicable for your region. There may be one, two, or three applicable service tags, depending on the region where your cluster is created.
4545

46-
To find out which service tags to add for your region, read the following sections of the document.
46+
To find out which service tags to add for your region, read the following sections of the article.
4747

4848
### Use a single regional service tag
4949

@@ -106,17 +106,17 @@ For example, if your cluster is created in the `East US 2` region, you'll need t
106106

107107
#### Group 2
108108

109-
Clusters in the regions of **China North** and **China East** need to allow two service tags: `HDInsight.ChinaNorth` and `HDInsight.ChinaEast`.
109+
Clusters in the regions of China North and China East need to allow two service tags: `HDInsight.ChinaNorth` and `HDInsight.ChinaEast`.
110110

111111
#### Group 3
112112

113-
Clusters in the regions of **US Gov Iowa** and **US Gov Virginia** need to allow two service tags: `HDInsight.USGovIowa` and `HDInsight.USGovVirginia`.
113+
Clusters in the regions of US Gov Iowa and US Gov Virginia need to allow two service tags: `HDInsight.USGovIowa` and `HDInsight.USGovVirginia`.
114114

115115
#### Group 4
116116

117-
Clusters in the regions of **Germany Central** and **Germany Northeast** need to allow two service tags: `HDInsight.GermanyCentral` and `HDInsight.GermanyNortheast`.
117+
Clusters in the regions of Germany Central and Germany Northeast need to allow two service tags: `HDInsight.GermanyCentral` and `HDInsight.GermanyNortheast`.
118118

119119
## Next steps
120120

121-
- [Network security groups - service tags](../virtual-network/security-overview.md#security-rules)
121+
- [Network security groups: service tags](../virtual-network/security-overview.md#security-rules)
122122
- [Create virtual networks for Azure HDInsight clusters](hdinsight-create-virtual-network.md)

0 commit comments

Comments
 (0)