Skip to content

Commit 7adc2ae

Browse files
authored
Merge pull request #110662 from BhargaviAnnadevara-MSFT/patch-26
(AzureCXP) Fixes MicrosoftDocs/azure-docs#51968
2 parents 4d3ac39 + 31adf9f commit 7adc2ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/correlation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Application Insights is transitioning to [W3C Trace-Context](https://w3c.github.
5959

6060
The latest version of the Application Insights SDK supports the Trace-Context protocol, but you might need to opt in to it. (Backward compatibility with the previous correlation protocol supported by the Application Insights SDK will be maintained.)
6161

62-
The [correlation HTTP protocol, also called Request-Id](https://github.com/dotnet/corefx/blob/master/src/System.Diagnostics.DiagnosticSource/src/HttpCorrelationProtocol.md), is being deprecated. This protocol defines two headers:
62+
The [correlation HTTP protocol, also called Request-Id](https://github.com/dotnet/runtime/blob/master/src/libraries/System.Diagnostics.DiagnosticSource/src/HttpCorrelationProtocol.md), is being deprecated. This protocol defines two headers:
6363

6464
- `Request-Id`: Carries the globally unique ID of the call.
6565
- `Correlation-Context`: Carries the name-value pairs collection of the distributed trace properties.

0 commit comments

Comments
 (0)