Skip to content

Commit 8f59db2

Browse files
Merge pull request #225445 from dem108/patch-16
Clarify limitation on subscription
2 parents 82c93c9 + a58a950 commit 8f59db2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

articles/machine-learning/how-to-manage-workspace.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ As your needs change or requirements for automation increase you can also manage
5555

5656
[!INCLUDE [register-namespace](../../includes/machine-learning-register-namespace.md)]
5757

58+
* If you're using Azure Container Registry (ACR), Storage Account, Key Vault, or Application Insights in the different subscription than the workspace, you cannot use network isolation with managed online endpoints. If you want to use network isolation with managed online endpoints, you must have ACR, Storage Account, Key Vault, and Application Insights in the same subscription with the workspace. For limitations that apply to network isolation with managed online endpoints, see [How to secure online endpoint](how-to-secure-online-endpoint.md#limitations).
59+
5860
* By default, creating a workspace also creates an Azure Container Registry (ACR). Since ACR doesn't currently support unicode characters in resource group names, use a resource group that doesn't contain these characters.
5961

6062
* Azure Machine Learning doesn't support hierarchical namespace (Azure Data Lake Storage Gen2 feature) for the workspace's default storage account.

articles/machine-learning/how-to-secure-online-endpoint.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ The following diagram shows how communications flow through private endpoints to
6969
* You can configure public access to a __managed online endpoint__ (_inbound_ and _outbound_). You can also configure [public access to an Azure Machine Learning workspace](how-to-configure-private-link.md#enable-public-access).
7070
7171
Outbound communication from a managed online endpoint deployment is to the _workspace API_. When the endpoint is configured to use __public outbound__, then the workspace must be able to accept that public communication (allow public access).
72+
73+
* When you use network isolation with a deployment, you can use Azure Container Registry (ACR), Storage account, Key Vault and Application Insights from a different resource group in the same subscription, but you cannot use them if they are in a different subscription.
7274
7375
> [!NOTE]
7476
> Requests to create, update, or retrieve the authentication keys are sent to the Azure Resource Manager over the public network.
@@ -347,4 +349,4 @@ az group delete --resource-group <resource-group-name>
347349
- [How to autoscale managed online endpoints](how-to-autoscale-endpoints.md)
348350
- [View costs for an Azure Machine Learning managed online endpoint](how-to-view-online-endpoints-costs.md)
349351
- [Access Azure resources with a online endpoint and managed identity](how-to-access-resources-from-endpoints-managed-identities.md)
350-
- [Troubleshoot online endpoints deployment](how-to-troubleshoot-online-endpoints.md)
352+
- [Troubleshoot online endpoints deployment](how-to-troubleshoot-online-endpoints.md)

0 commit comments

Comments
 (0)