Skip to content

Commit 21c7ed8

Browse files
authored
Merge pull request #270419 from cdpark/group3-diagnostics-blackmist
User Story 233117: Q&M: March AzureML Freshness updates - Workspace diagnostics
2 parents 8b6844b + d17e1bb commit 21c7ed8

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

articles/machine-learning/how-to-workspace-diagnostic-api.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Workspace diagnostics
2+
title: How to use workspace diagnostics
33
titleSuffix: Azure Machine Learning
44
description: Learn how to use Azure Machine Learning workspace diagnostics in the Azure portal or with the Python SDK.
55
services: machine-learning
@@ -8,7 +8,7 @@ ms.subservice: enterprise-readiness
88
ms.author: jhirono
99
author: jhirono
1010
ms.reviewer: larryfr
11-
ms.date: 02/27/2024
11+
ms.date: 03/27/2024
1212
ms.topic: how-to
1313
ms.custom: sdkv2, devx-track-python
1414
monikerRange: 'azureml-api-2 || azureml-api-1'
@@ -39,15 +39,15 @@ You can use the workspace diagnostics from the Azure Machine Learning studio or
3939

4040
## Diagnostics from studio
4141

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__.
4343

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.":::
4545

4646
After diagnostics run, a list of any detected problems is returned. This list includes links to possible solutions.
4747

4848
## Diagnostics from Python
4949

50-
The following snippet demonstrates how to use workspace diagnostics from Python
50+
The following snippet demonstrates how to use workspace diagnostics from Python.
5151

5252
:::moniker range="azureml-api-2"
5353
[!INCLUDE [sdk v2](includes/machine-learning-sdk-v2.md)]
@@ -117,9 +117,10 @@ If no problems are detected, an empty JSON document is returned.
117117
For more information, see the [Workspace](/python/api/azure-ai-ml/azure.ai.ml.entities.workspace) reference.
118118
:::moniker-end
119119
:::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.
121121
:::moniker-end
122122

123-
## Next steps
123+
## Next step
124124

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)

articles/machine-learning/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,7 @@
12721272
href: how-to-move-workspace.md
12731273
- name: Securely integrate Azure Synapse & Azure Machine Learning
12741274
href: how-to-private-endpoint-integration-synapse.md
1275-
- name: Workspace Diagnostics
1275+
- name: Workspace diagnostics
12761276
href: how-to-workspace-diagnostic-api.md
12771277
- name: Customer-managed keys
12781278
href: how-to-setup-customer-managed-keys.md

0 commit comments

Comments
 (0)