Skip to content

Commit 30e058b

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

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

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

5454
```json
5555
{
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."
6464
}],
65-
'storage_account_results': [],
66-
'key_vault_results': [],
67-
'container_registry_results': [],
68-
'application_insights_results': [],
69-
'other_results': []
65+
"storage_account_results": [],
66+
"key_vault_results": [],
67+
"container_registry_results": [],
68+
"application_insights_results": [],
69+
"other_results": []
7070
}
7171
}
7272
```

0 commit comments

Comments
 (0)