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/machine-learning/how-to-access-azureml-behind-firewall.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,15 +75,15 @@ These rule collections are described in more detail in [What are some Azure Fire
75
75
| AzureResourceManager | TCP | 443 |
76
76
| Storage.region | TCP | 443 |
77
77
| AzureFrontDoor.FrontEnd</br>* Not needed in Azure China. | TCP | 443 |
78
-
|ContainerRegistry.region | TCP | 443 |
78
+
|AzureContainerRegistry.region | TCP | 443 |
79
79
| MicrosoftContainerRegistry.region | TCP | 443 |
80
-
|Keyvault.region | TCP | 443 |
80
+
|AzureKeyVault.region | TCP | 443 |
81
81
82
82
> [!TIP]
83
-
> *ContainerRegistry.region is only needed for custom Docker images. Including small modifications (such as additional packages) to base images provided by Microsoft.
83
+
> *AzureContainerRegistry.region is only needed for custom Docker images. Including small modifications (such as additional packages) to base images provided by Microsoft.
84
84
> * MicrosoftContainerRegistry.region is only needed if you plan on using the _default Docker images provided by Microsoft_, and _enabling user-managed dependencies_.
85
-
> *Keyvault.region is only needed if your workspace was created with the [hbi_workspace](/python/api/azureml-core/azureml.core.workspace%28class%29#create-name--auth-none--subscription-id-none--resource-group-none--location-none--create-resource-group-true--sku--basic---friendly-name-none--storage-account-none--key-vault-none--app-insights-none--container-registry-none--cmk-keyvault-none--resource-cmk-uri-none--hbi-workspace-false--default-cpu-compute-target-none--default-gpu-compute-target-none--exist-ok-false--show-output-true-) flag enabled.
86
-
> * For entries that contain `region`, replace with the Azure region that you're using. For example, `ContainerRegistry.westus`.
85
+
> *AzureKeyVault.region is only needed if your workspace was created with the [hbi_workspace](/python/api/azureml-core/azureml.core.workspace%28class%29#create-name--auth-none--subscription-id-none--resource-group-none--location-none--create-resource-group-true--sku--basic---friendly-name-none--storage-account-none--key-vault-none--app-insights-none--container-registry-none--cmk-keyvault-none--resource-cmk-uri-none--hbi-workspace-false--default-cpu-compute-target-none--default-gpu-compute-target-none--exist-ok-false--show-output-true-) flag enabled.
86
+
> * For entries that contain `region`, replace with the Azure region that you're using. For example, `AzureContainerRegistry.westus`.
87
87
88
88
1. Add __Application rules__ for the following hosts:
0 commit comments