Skip to content

Commit 2c0acce

Browse files
authored
Merge pull request #116080 from cweining/master
updates
2 parents 9bb0244 + 8732370 commit 2c0acce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/app/profiler.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ If you want to enable the profiler for other clouds, you can use the below app s
5959

6060
## Disable Profiler
6161

62-
To stop or restart Profiler for an individual app's instance, under **Web Jobs**, go to the app resource. To delete Profiler, go to **Extensions**.
62+
To stop or restart Profiler for an individual app's instance, under **WebJobs** and stop the webjob named ApplicationInsightsProfiler3. Even if the profiler is disabled using the switch on the Application Insights page as described above, the profiler process will still run. The profiler will check to see if it's enabled. If it's disabled, it will go to sleep for a period of time before checking again. It doesn't do any profiling if it's disabled. If you disable this webjob, the profiler process won't run at all, even to check to see if it's enabled.
6363

64-
![Disable Profiler for a web job][disable-profiler-webjob]
64+
![Disable Profiler for a web job][disable-profiler-webjob]
6565

6666
We recommend that you have Profiler enabled on all your apps to discover any performance issues as early as possible.
6767

0 commit comments

Comments
 (0)