You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -39,15 +39,15 @@ You can use the workspace diagnostics from the Azure Machine Learning studio or
39
39
40
40
## Diagnostics from studio
41
41
42
-
From [Azure Machine Learning studio](https://ml.azure.com) or the Python SDK, you can run diagnostics on your workspace to check your setup. To run diagnostics, select the '__?__' icon from the upper right corner of the page. Then select __Run workspace diagnostics__.
42
+
From the [Azure Machine Learning studio](https://ml.azure.com), you can run diagnostics on your workspace to check your setup. To run diagnostics, select the '__?__' icon in the upper right corner of the page. Then select __Run workspace diagnostics__.
43
43
44
-
:::image type="content" source="./media/how-to-workspace-diagnostic-api/diagnostics.png" alt-text="Screenshot of the workspace diagnostics button":::
44
+
:::image type="content" source="./media/how-to-workspace-diagnostic-api/diagnostics.png" alt-text="Screenshot of the workspace diagnostics button.":::
45
45
46
46
After diagnostics run, a list of any detected problems is returned. This list includes links to possible solutions.
47
47
48
48
## Diagnostics from Python
49
49
50
-
The following snippet demonstrates how to use workspace diagnostics from Python
50
+
The following snippet demonstrates how to use workspace diagnostics from Python.
@@ -117,9 +117,10 @@ If no problems are detected, an empty JSON document is returned.
117
117
For more information, see the [Workspace](/python/api/azure-ai-ml/azure.ai.ml.entities.workspace) reference.
118
118
:::moniker-end
119
119
:::moniker range="azureml-api-1"
120
-
For more information, see the [Workspace.diagnose_workspace()](/python/api/azureml-core/azureml.core.workspace(class)#diagnose-workspace-diagnose-parameters-) reference.
120
+
For more information, see the [Workspace.diagnose_workspace()](/python/api/azureml-core/azureml.core.workspace(class)#azureml-core-workspace-diagnose-workspace) reference.
121
121
:::moniker-end
122
122
123
-
## Next steps
123
+
## Next step
124
124
125
-
*[How to manage workspaces in portal or SDK](how-to-manage-workspace.md)
125
+
> [!div class="nextstepaction"]
126
+
> [Manage Azure Machine Learning workspaces in the portal or with the Python SDK (v2)](how-to-manage-workspace.md)
0 commit comments