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
Copy file name to clipboardExpand all lines: articles/machine-learning/v1/how-to-workspace-diagnostic-api.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,20 +53,20 @@ The response is a JSON document that contains information on any problems detect
53
53
54
54
```json
55
55
{
56
-
'value': {
57
-
'user_defined_route_results': [],
58
-
'network_security_rule_results': [],
59
-
'resource_lock_results': [],
60
-
'dns_resolution_results': [{
61
-
'code': 'CustomDnsInUse',
62
-
'level': 'Warning',
63
-
'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."
56
+
"value": {
57
+
"user_defined_route_results": [],
58
+
"network_security_rule_results": [],
59
+
"resource_lock_results": [],
60
+
"dns_resolution_results": [{
61
+
"code": "CustomDnsInUse",
62
+
"level": "Warning",
63
+
"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."
0 commit comments