Skip to content

Commit 83f6701

Browse files
author
Larry
committed
toc and links
1 parent a9395ba commit 83f6701

File tree

3 files changed

+4
-17
lines changed

3 files changed

+4
-17
lines changed

articles/machine-learning/concept-enterprise-security.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -380,10 +380,7 @@ Here are the details:
380380

381381
* [Secure Azure Machine Learning web services with TLS](how-to-secure-web-service.md)
382382
* [Consume a Machine Learning model deployed as a web service](how-to-consume-web-service.md)
383-
* [How to run batch predictions](how-to-use-parallel-run-step.md)
384-
* [Monitor your Azure Machine Learning models with Application Insights](how-to-enable-app-insights.md)
385-
* [Collect data for models in production](how-to-enable-data-collection.md)
386-
* [Azure Machine Learning SDK](https://docs.microsoft.com/python/api/overview/azure/ml/intro?view=azure-ml-py)
383+
* [Use Azure Machine Learning with Azure Firewall](how-to-access-azureml-behind-firewall.md)
387384
* [Use Azure Machine Learning with Azure Virtual Network](how-to-enable-virtual-network.md)
388385
* [Best practices for building recommendation systems](https://github.com/Microsoft/Recommenders)
389386
* [Build a real-time recommendation API on Azure](https://docs.microsoft.com/azure/architecture/reference-architectures/ai/real-time-recommendation)

articles/machine-learning/how-to-enable-virtual-network.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -505,19 +505,7 @@ To use ACI in a virtual network to your workspace, use the following steps:
505505
506506
## Use Azure Firewall
507507
508-
When using Azure Firewall, you must configure a network rule to allow traffic to and from the following addresses:
509-
510-
- `*.batchai.core.windows.net`
511-
- `ml.azure.com`
512-
- `*.azureml.ms`
513-
- `*.experiments.azureml.net`
514-
- `*.modelmanagement.azureml.net`
515-
- `mlworkspace.azure.ai`
516-
- `*.aether.ms`
517-
518-
When adding the rule, set the __Protocol__ to any, and the ports to `*`.
519-
520-
For more information on configuring a network rule, see [Deploy and configure Azure Firewall](/azure/firewall/tutorial-firewall-deploy-portal#configure-a-network-rule).
508+
For information on using Azure Machine Learning with Azure Firewall, see [Use Azure Machine Learning workspace behind Azure Firewall](how-to-access-azureml-behind-firewall.md).
521509
522510
## Use Azure Container Registry
523511

articles/machine-learning/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@
158158
href: how-to-use-azure-ad-identity.md
159159
- name: Regenerate storage access keys
160160
href: how-to-change-storage-access-key.md
161+
- name: Use Azure Firewall
162+
href: how-to-access-azureml-behind-firewall.md
161163
- name: Set up authentication
162164
displayName: authentication, auth, oauth
163165
href: how-to-setup-authentication.md

0 commit comments

Comments
 (0)