Skip to content

Commit 151135c

Browse files
authored
Update how-to-workspace-diagnostic-api.md
1 parent f6a63f2 commit 151135c

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -60,20 +60,20 @@ The response is a JSON document that contains information on any problems detect
6060

6161
```json
6262
{
63-
'value': {
64-
'user_defined_route_results': [],
65-
'network_security_rule_results': [],
66-
'resource_lock_results': [],
67-
'dns_resolution_results': [{
68-
'code': 'CustomDnsInUse',
69-
'level': 'Warning',
70-
'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."
71-
}],
72-
'storage_account_results': [],
73-
'key_vault_results': [],
74-
'container_registry_results': [],
75-
'application_insights_results': [],
76-
'other_results': []
63+
"value": {
64+
"user_defined_route_results": [],
65+
"network_security_rule_results": [],
66+
"resource_lock_results": [],
67+
"dns_resolution_results": [{
68+
"code": "CustomDnsInUse",
69+
"level": "Warning",
70+
"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."
71+
}],
72+
"storage_account_results": [],
73+
"key_vault_results": [],
74+
"container_registry_results": [],
75+
"application_insights_results": [],
76+
"other_results": []
7777
}
7878
}
7979
```

0 commit comments

Comments
 (0)