Skip to content

Commit eb82cea

Browse files
authored
Update api-custom-events-metrics.md
Revert ASP.Net change
1 parent dffa339 commit eb82cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/api-custom-events-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ protected void Application_Start()
10441044
appInsights.config.instrumentationKey = myKey;
10451045
```
10461046

1047-
In webpages, you might want to set it from the web server's state, rather than coding it literally into the script. For example, in a webpage generated in an .NET app:
1047+
In webpages, you might want to set it from the web server's state, rather than coding it literally into the script. For example, in a webpage generated in an ASP.NET app:
10481048

10491049
*JavaScript in Razor*
10501050

0 commit comments

Comments
 (0)