Skip to content

Commit 126963f

Browse files
author
Larry Franks
committed
updates
1 parent 7941dc4 commit 126963f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

articles/machine-learning/how-to-access-azureml-behind-firewall.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ The following terms and information are used throughout this article:
2828
* __Azure service tags__: A service tag is an easy way to specify the IP ranges used by an Azure service. For example, the `AzureMachineLearning` tag represents the IP addresses used by the Azure Machine Learning service.
2929

3030
> [!IMPORTANT]
31-
> Azure service tags are only supported by some Azure services. If you are using a non-Azure solution such as a 3rd party firewall, download a list of [Azure IP Ranges and Service Tags](https://www.microsoft.com/download/details.aspx?id=56519). Extract the file and search for the service tag within the file. The IP addresses may change periodically.
31+
> Azure service tags are only supported by some Azure services. For a list of service tags supported with network security groups and Azure Firewall, see the [Virtual network service tags](/azure/virtual-network/service-tags-overview) article.
32+
>
33+
> If you are using a non-Azure solution such as a 3rd party firewall, download a list of [Azure IP Ranges and Service Tags](https://www.microsoft.com/download/details.aspx?id=56519). Extract the file and search for the service tag within the file. The IP addresses may change periodically.
3234
3335
* __Region__: Some service tags allow you to specify an Azure region. This limits access to the service IP addresses in a specific region, usually the one that your service is in. In this article, when you see `<region>`, substitute your Azure region instead. For example, `BatchNodeManagement.<region>` would be `BatchNodeManagement.uswest` if your Azure Machine Learning workspace is in the US West region.
3436

articles/machine-learning/how-to-secure-training-vnet.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ The following configurations are in addition to those listed in the [Prerequisit
137137
- [Configure inbound and outbound network traffic](how-to-access-azureml-behind-firewall.md).
138138
- [Azure's outbound connectivity methods](/azure/load-balancer/load-balancer-outbound-connections#scenarios).
139139

140+
For more information on service tags that can be used with Azure Firewall, see the [Virtual network service tags](/azure/virtual-network/service-tags-overview) article.
141+
140142
Use the following information to create a compute instance or cluster with no public IP address:
141143

142144
# [Azure CLI](#tab/cli)

0 commit comments

Comments
 (0)