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
The response is a [DiagnoseResponseResultValue](/python/api/azure-ai-ml/azure.ai.ml.entities.diagnoseresponseresultvalue) object that contains information on any problems detected with the workspace.
The response is a JSON document that contains information on any problems detected with the workspace. The following JSON is an example response:
88
92
@@ -95,7 +99,7 @@ The response is a JSON document that contains information on any problems detect
95
99
"dns_resolution_results": [{
96
100
"code": "CustomDnsInUse",
97
101
"level": "Warning",
98
-
"message": "It is detected VNet '/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/virtualNetworks/<virtual-network-name>' of private endpoint '/subscriptions/<subscription-id>/resourceGroups/larrygroup0916/providers/Microsoft.Network/privateEndpoints/<workspace-private-endpoint>' is not using Azure default DNS. You need to configure your DNS server and check https://learn.microsoft.com/azure/machine-learning/how-to-custom-dns to make sure the custom DNS is set up correctly."
102
+
"message": "It is detected VNet '/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/virtualNetworks/<virtual-network-name>' of private endpoint '/subscriptions/<subscription-id>/resourceGroups/<myresourcegroup>/providers/Microsoft.Network/privateEndpoints/<workspace-private-endpoint>' is not using Azure default DNS. You need to configure your DNS server and check https://learn.microsoft.com/azure/machine-learning/how-to-custom-dns to make sure the custom DNS is set up correctly."
99
103
}],
100
104
"storage_account_results": [],
101
105
"key_vault_results": [],
@@ -107,6 +111,7 @@ The response is a JSON document that contains information on any problems detect
107
111
```
108
112
109
113
If no problems are detected, an empty JSON document is returned.
114
+
:::moniker-end
110
115
111
116
:::moniker range="azureml-api-2"
112
117
For more information, see the [Workspace](/python/api/azure-ai-ml/azure.ai.ml.entities.workspace) reference.
0 commit comments