Skip to content

Commit 92255b1

Browse files
updates to secured associated resources
updates to secured associated resources
1 parent 51e599a commit 92255b1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

articles/machine-learning/how-to-managed-network.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,16 @@ Part of Azure Machine Learning studio runs locally in the client's web browser,
7171

7272
For more information on creating a private endpoint or service endpoint, see the [Connect privately to a storage account](/azure/storage/common/storage-private-endpoints) and [Service Endpoints](/azure/virtual-network/virtual-network-service-endpoints-overview) articles.
7373

74+
### Secured associated resources
75+
76+
If you add the following services to the virtual network by using either a service endpoint or a private endpoint (disabling the public access). Allow trusted Microsoft services to access these services:
77+
78+
| Service | Endpoint information | Allow trusted information |
79+
| ----- | ----- | ----- |
80+
| __Azure Key Vault__| [Service endpoint](/azure/key-vault/general/overview-vnet-service-endpoints)</br>[Private endpoint](/azure/key-vault/general/private-link-service) | [Allow trusted Microsoft services to bypass this firewall](how-to-secure-workspace-vnet.md#secure-azure-key-vault) |
81+
| __Azure Storage Account__ | [Service and private endpoint](how-to-secure-workspace-vnet.md?tabs=se#secure-azure-storage-accounts)</br>[Private endpoint](how-to-secure-workspace-vnet.md?tabs=pe#secure-azure-storage-accounts) | [Grant access from Azure resource instances](/azure/storage/common/storage-network-security#grant-access-from-azure-resource-instances)</br>__or__</br>[Grant access to trusted Azure services](/azure/storage/common/storage-network-security#grant-access-to-trusted-azure-services) |
82+
| __Azure Container Registry__ | [Private endpoint](/azure/container-registry/container-registry-private-link) | [Allow trusted services](/azure/container-registry/allow-access-trusted-services) |
83+
7484
## Prerequisites
7585

7686
Before following the steps in this article, make sure you have the following prerequisites:

0 commit comments

Comments
 (0)