Skip to content

Commit 7ef6d87

Browse files
authored
Merge pull request #89447 from codycodes/patch-2
✏ Update Service Tags
2 parents c0557e8 + 966c24e commit 7ef6d87

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ These rule collections are described in more detail in [What are some Azure Fire
7575
| AzureResourceManager | TCP | 443 |
7676
| Storage.region | TCP | 443 |
7777
| AzureFrontDoor.FrontEnd</br>* Not needed in Azure China. | TCP | 443 |
78-
| ContainerRegistry.region | TCP | 443 |
78+
| AzureContainerRegistry.region | TCP | 443 |
7979
| MicrosoftContainerRegistry.region | TCP | 443 |
80-
| Keyvault.region | TCP | 443 |
80+
| AzureKeyVault.region | TCP | 443 |
8181

8282
> [!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.
8484
> * 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`.
8787
8888
1. Add __Application rules__ for the following hosts:
8989

0 commit comments

Comments
 (0)