PlatformHeaders.RequestId Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The x-request-id header — carries the request correlation ID.
On responses, the server always sets this header (OTEL trace ID → incoming header → GUID).
On requests, clients may set it to provide their own correlation ID.
public const string RequestId;
val mutable RequestId : string
Public Const RequestId As String