Skip to content

Commit 1dde711

Browse files
committed
add link to portal in other areas of docs and update aka.ms
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 281503a commit 1dde711

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ 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)
22+
[You can review your Code Optimizations in the Azure portal.](https://aka.ms/codeoptimizations)
2323

2424
## Demo video
2525

@@ -43,7 +43,7 @@ Application Insights Profiler and Code Optimizations work together to provide a
4343
[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.
4444

4545
### 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:
46+
[Code Optimizations](https://aka.ms/codeoptimizations) 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:
4747

4848
- Displays aggregated data gathered over time.
4949
- Connects data with the methods and functions in your application code.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Setting up Code Optimizations to identify and analyze CPU and memory bottlenecks
1717
- Connect your web app to Application Insights.
1818
- Enable the Profiler on your web app.
1919

20+
[You can review your Code Optimizations in the Azure portal.](https://aka.ms/codeoptimizations)
21+
2022
## Demo video
2123

2224
> [!VIDEO https://www.youtube-nocookie.com/embed/vbi9YQgIgC8]

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ ms.reviewer: ryankahng
1212

1313
# View Code Optimizations results (Preview)
1414

15-
Now that you set up and configured Code Optimizations on your app, access and view any insights you received via the Azure portal. You can access Code Optimizations through the **Performance** blade from the left navigation pane and select **Code Optimizations (preview)** from the top menu.
15+
Now that you set up and configured Code Optimizations on your app, [access and view any insights you received directly via the Azure portal.](https://aka.ms/codeoptimizations)
16+
17+
You can also access Code Optimizations through any of your Application Insights resources from **Performance** pane and select **Code Optimizations (preview)** button from the top menu.
1618

1719
:::image type="content" source="./media/code-optimizations/code-optimizations-performance-blade.png" alt-text="Screenshot of Code Optimizations located in the Performance blade.":::
1820

@@ -79,5 +81,5 @@ You can also view a graph depicting a specific performance issue's impact and th
7981
## Next steps
8082

8183
> [!div class="nextstepaction"]
82-
> [Troubleshoot Code Optimizations](./code-optimizations-troubleshoot.md)
84+
> [Review Code Optimizations in Azure portal](https://aka.ms/codeoptimizations)
8385

0 commit comments

Comments
 (0)