Skip to content

Commit 346b644

Browse files
authored
edit text, add alert
1 parent 697f15d commit 346b644

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/machine-learning/how-to-troubleshoot-online-endpoints.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,15 @@ You can also get logs from the storage initializer container by passing `–-con
9090

9191
Add `--help` and/or `--debug` to commands to see more information.
9292

93-
## Request Tracing
93+
## Request tracing
9494

9595
There are three supported tracing headers:
9696

97-
- `x-request-id` is reserved for server tracing. We override this header to ensure it is a valid GUID. **When creating support tickets for failed requests, attach the failed request ids to expedite investigations.**
97+
- `x-request-id` is reserved for server tracing. We override this header to ensure it's a valid GUID.
98+
99+
> [!Note]
100+
> When you create a support ticket for a failed request, attach the failed request ID to expedite investigation.
101+
98102
- `x-ms-request-id` and `x-ms-client-request-id` are available for client tracing scenarios. We sanitize these headers to remove non-alphanumeric symbols. These headers are truncated to 72 characters.
99103

100104
## Common deployment errors

0 commit comments

Comments
 (0)