Skip to content

Commit 6827622

Browse files
Merge pull request #224772 from Mutilar/brianhu/mir-40-char-tracing-header
Update how-to-troubleshoot-online-endpoints.md
2 parents 67070d5 + b2b9452 commit 6827622

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ There are two supported tracing headers:
189189
- `x-request-id` is reserved for server tracing. We override this header to ensure it's a valid GUID.
190190

191191
> [!Note]
192-
> When you create a support ticket for a failed request, attach the failed request ID to expedite investigation.
192+
> When you create a support ticket for a failed request, attach the failed request ID to expedite the investigation.
193193
194-
- `x-ms-client-request-id` is available for client tracing scenarios. We sanitize this header to remove non-alphanumeric symbols. This header is truncated to 72 characters.
194+
- `x-ms-client-request-id` is available for client tracing scenarios. This header is sanitized to only accept alphanumeric characters, hyphens and underscores, and is truncated to a maximum of 40 characters.
195195

196196
## Common deployment errors
197197

0 commit comments

Comments
 (0)