Skip to content

Commit 44e2c9c

Browse files
authored
Update how-to-troubleshoot-managed-network.md
Updated troubleshooting
1 parent 5c64f9a commit 44e2c9c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ This error occurs when the Azure identity used to create the managed virtual net
4040
* Microsoft.MachineLearningServices/workspaces/privateEndpointConnections/read
4141
* Microsoft.MachineLearningServices/workspaces/privateEndpointConnections/write
4242

43+
## Troubleshoot configurations on connecting to storage
44+
45+
When you create a workspace, required outbound rules to Azure storage are auto-created for data upload scenarios and artifact storage. Ensure your Azure storage is set-up correct by checked with the following steps:
46+
47+
1. In Azure Portal, check the network settings of the storage account that is associated to your hub.
48+
* If public network access is set to __Enabled from selected virtual networks and IP addresses__, ensure the correct IP address ranges are added to access your storage account.
49+
* If public network access is set to __Disabled__, ensure you have a private endpoint configured from your Azure virtual network to your storage account with Target sub-resource as blob. In addition, you must grant the [Reader](/azure/role-based-access-control/built-in-roles#reader) role for the storage account private endpoint to the managed identity.
50+
2. In Azure Portal, navigate to your Azure Machine Learning workspace. Ensure the managed virtual network is provisioned and the outbound private endpoint to blob storage is Active.
51+
4352
## Next steps
4453

4554
For more information, see [Managed virtual networks](how-to-managed-network.md).

0 commit comments

Comments
 (0)