Skip to content

Commit 21e7c2b

Browse files
committed
Add SSL tag
1 parent d2fcbb8 commit 21e7c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/snapshot-debugger-troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If that doesn't solve the problem, then refer to the following manual troublesho
2828

2929
Make sure you're using the correct instrumentation key in your published application. Usually, the instrumentation key is read from the ApplicationInsights.config file. Verify the value is the same as the instrumentation key for the Application Insights resource that you see in the portal.
3030

31-
## Check SSL client settings (ASP.NET)
31+
## <a id="SSL"></a>Check SSL client settings (ASP.NET)
3232

3333
If you have an ASP.NET application hosted in Azure App Service or in IIS on a virtual machine, your application could fail to connect to the Snapshot Debugger service due to a missing SSL security protocol.
3434
[The Snapshot Debugger endpoint requires TLS version 1.2](snapshot-debugger-upgrade.md?toc=/azure/azure-monitor/toc.json). The set of SSL security protocols is one of the quirks enabled by the httpRuntime targetFramework value in the system.web section of web.config.

0 commit comments

Comments
 (0)