Skip to content

Commit 446dd17

Browse files
committed
udpates
1 parent 67d5553 commit 446dd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/profiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ 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 **WebJobs** and stop the webjob named ApplicationInsightsProfiler3. Even if the profiler is disabled using the switch on the Application Insights page as described above, it will still run. The profiler will check to see if it is enabled. If it isn't, it will go to sleep for a period of time before checking again. If you disable this webjob, it won't run at all for this application until you enable the webjob again, or restart the app.
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
![Disable Profiler for a web job][disable-profiler-webjob]
6464

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

0 commit comments

Comments
 (0)