Skip to content

Commit 354e370

Browse files
authored
add workspace connection v2 documentation
1 parent cc2458d commit 354e370

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

articles/machine-learning/how-to-troubleshoot-environments.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ az ml connection create --file connection.yml --resource-group my-resource-group
332332
333333
**Resources**
334334
* [Python SDK v1 workspace connections](https://aka.ms/azureml/environment/set-connection-v1)
335-
* [Python SDK v2 workspace connections](/python/api/azure-ai-ml/azure.ai.ml.entities.workspaceconnection)
335+
* [Python SDK v2 workspace connections](https://github.com/Azure/azureml-examples/blob/main/sdk/python/resources/connections/connections.ipynb)
336336
* [Azure CLI workspace connections](/cli/azure/ml/connection)
337337

338338
### Multiple credentials for base image registry
@@ -371,7 +371,7 @@ myEnv.docker.base_image_registry.registry_identity = None
371371
**Resources**
372372
* [Delete a workspace connection v1](https://aka.ms/azureml/environment/delete-connection-v1)
373373
* [Python SDK v1 workspace connections](https://aka.ms/azureml/environment/set-connection-v1)
374-
* [Python SDK v2 workspace connections](/python/api/azure-ai-ml/azure.ai.ml.entities.workspaceconnection)
374+
* [Python SDK v2 workspace connections](https://github.com/Azure/azureml-examples/blob/main/sdk/python/resources/connections/connections.ipynb)
375375
* [Azure CLI workspace connections](/cli/azure/ml/connection)
376376

377377
### Secrets in base image registry
@@ -409,7 +409,7 @@ az ml connection create --file connection.yml --resource-group my-resource-group
409409

410410
**Resources**
411411
* [Python SDK v1 workspace connections](https://aka.ms/azureml/environment/set-connection-v1)
412-
* [Python SDK v2 workspace connections](/python/api/azure-ai-ml/azure.ai.ml.entities.workspaceconnection)
412+
* [Python SDK v2 workspace connections](https://github.com/Azure/azureml-examples/blob/main/sdk/python/resources/connections/connections.ipynb)
413413
* [Azure CLI workspace connections](/cli/azure/ml/connection)
414414

415415
### Deprecated Docker attribute
@@ -1225,7 +1225,10 @@ If the image you're trying to reference doesn't exist in the container registry
12251225
* Check that you've used the correct tag and that you've set `user_managed_dependencies` to `True`. Setting [user_managed_dependencies](https://aka.ms/azureml/environment/environment-python-section) to `True` disables conda and uses the user's installed packages
12261226

12271227
If you haven't provided credentials for a private registry you're trying to pull from, or the provided credentials are incorrect
1228-
* Set [workspace connections](https://aka.ms/azureml/environment/set-connection-v1) for the container registry if needed
1228+
* Set [workspace connections](https://github.com/Azure/azureml-examples/blob/main/sdk/python/resources/connections/connections.ipynb) for the container registry if needed
1229+
1230+
**Resources**
1231+
* [Workspace connections v1](https://aka.ms/azureml/environment/set-connection-v1)
12291232

12301233
### I/O Error
12311234
<!--issueDescription-->
@@ -1546,7 +1549,7 @@ az ml connection create --file connection.yml --resource-group my-resource-group
15461549
15471550
**Resources**
15481551
* [Python SDK v1 workspace connections](https://aka.ms/azureml/environment/set-connection-v1)
1549-
* [Python SDK v2 workspace connections](/python/api/azure-ai-ml/azure.ai.ml.entities.workspaceconnection)
1552+
* [Python SDK v2 workspace connections](https://github.com/Azure/azureml-examples/blob/main/sdk/python/resources/connections/connections.ipynb)
15501553
* [Azure CLI workspace connections](/cli/azure/ml/connection)
15511554
15521555
### Forbidden blob

0 commit comments

Comments
 (0)