Skip to content

Commit 281503a

Browse files
Merge pull request #280739 from hhunter-ms/hh-280366
[Code Optimizations] Link to profiler sampling rate and overhead section
2 parents 78f5cf2 + e6aba2a commit 281503a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/azure-monitor/insights/code-optimizations.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Code Optimizations, an AI-based service in Azure Application Insights, works in
1919

2020
Make informed decisions and optimize your code using real-time performance data and insights gathered from your production environment.
2121

22+
[You can review your Code Optimizations in the Azure portal.](https://ms.portal.azure.com/#view/Microsoft_Azure_CodeOptimizations/CodeOptimizationsBlade)
23+
2224
## Demo video
2325

2426
> [!VIDEO https://www.youtube-nocookie.com/embed/eu1P_vLTZO0]
@@ -41,15 +43,15 @@ Application Insights Profiler and Code Optimizations work together to provide a
4143
[The Profiler](../profiler/profiler-overview.md) focuses on tracing specific requests, down to the millisecond. It provides an excellent "big picture" view of issues within your application and general best practices to address them.
4244

4345
### Code Optimizations
44-
Code Optimizations analyzes the profiling data collected by the Application Insights Profiler. As the Profiler uploads data to Application Insights, our machine learning model analyzes some of the data to find where the application's code can be optimized. Code Optimizations:
46+
[Code Optimizations](https://ms.portal.azure.com/#view/Microsoft_Azure_CodeOptimizations/CodeOptimizationsBlade) analyzes the profiling data collected by the Application Insights Profiler. As the Profiler uploads data to Application Insights, our machine learning model analyzes some of the data to find where the application's code can be optimized. Code Optimizations:
4547

4648
- Displays aggregated data gathered over time.
4749
- Connects data with the methods and functions in your application code.
4850
- Narrows down the culprit by finding bottlenecks within the code.
4951

50-
## Cost
52+
## Cost and overhead
5153

52-
While Code Optimizations incurs no extra costs.
54+
Code Optimizations are generated automatically after [Application Insights Profiler is enabled](../profiler/profiler-overview.md#sampling-rate-and-overhead). It incurs no extra cost to you as it analyzes performance issues and generates performance recommendations. Some features (such as code-level fix suggestions) require [Copilot for GitHub](https://docs.github.com/copilot/about-github-copilot/what-is-github-copilot) and/or [Copilot for Azure](../../copilot/overview.md).
5355

5456
## Supported regions
5557

0 commit comments

Comments
 (0)