Skip to content

Commit b5eeec3

Browse files
authored
updating product images to the most current state
updating product images to the most current state
1 parent 2224385 commit b5eeec3

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

articles/sql-database/sql-database-performance.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ Performance tuning options available Azure SQL Database are available on the dat
2121

2222
| Performance tuning option | Single database and pooled database support | Instance database support |
2323
| :----------------------------- | ----- | ----- |
24-
| **[Performance overview](#performance-overview)** - Monitor all performance activities for your database. | Yes | No |
25-
| **[Performance recommendations](#performance-recommendations)** - Shows performance recommendations that can improve performance of your workload. | Yes | No |
26-
| **[Query Performance Insight](#query-performance-insight)** - Shows performance of top consuming queries on the database. | Yes | No |
27-
| **[Automatic tuning](#automatic-tuning)** - Use Azure SQL Database to automatically optimize your database performance. | Yes | No |
24+
| **[Performance overview]** - Monitor all performance activities for your database. | Yes | No |
25+
| **[Performance recommendations]** - Shows performance recommendations that can improve performance of your workload. | Yes | No |
26+
| **[Query Performance Insight]** - Shows performance of top consuming queries on the database. | Yes | No |
27+
| **[Automatic tuning]** - Use Azure SQL Database to automatically optimize your database performance. | Yes | No |
2828

2929
## Performance overview
3030

3131
This view provides a summary of your database performance, and helps you with performance tuning and troubleshooting.
3232

33-
![Performance](./media/sql-database-performance/performance.png)
33+
![Performance overview for Azure SQL Database](./media/sql-database-performance/performance-overview-annotated.png)
3434

3535
* The **Recommendations** tile provides a breakdown of tuning recommendations for your database (top three recommendations are shown if there are more). Clicking this tile takes you to **[Performance recommendations](#performance-recommendations)**.
3636
* The **Tuning activity** tile provides a summary of the ongoing and completed tuning actions for your database, giving you a quick view into the history of tuning activity. Clicking this tile takes you to the full tuning history view for your database.
@@ -45,7 +45,7 @@ This page provides intelligent [tuning recommendations](sql-database-advisor.md)
4545
* Recommendations when schema issues are identified in the database.
4646
* Recommendations when queries can benefit from parameterized queries.
4747

48-
![Performance](./media/sql-database-performance/recommendations.png)
48+
![Performance recommendations for Azure SQL Database](./media/sql-database-performance/performance-recommendations-annotated.png)
4949

5050
You can also find complete history of tuning actions that were applied in the past.
5151

@@ -59,13 +59,17 @@ Learn how to find an apply performance recommendations in [Find and apply perfor
5959
* The top CPU consuming queries, which can potentially be tuned for improved performance.
6060
* The ability to drill down into the details of a query.
6161

62-
![performance dashboard](./media/sql-database-query-performance/performance.png)
62+
![Query Performance Insights for Azure SQL Database](./media/sql-database-query-performance/query-performance-insights-annotated.png)
6363

6464
Find more information about this page in the article **[How to use Query Performance Insight](sql-database-query-performance.md)**.
6565

6666
## Automatic tuning
6767

68-
Azure SQL databases can automatically tune database performance by applying [performance recommendations](sql-database-advisor.md). To learn more, read [Automatic tuning article](sql-database-automatic-tuning.md). To enable it, read [how to enable automatic tuning](sql-database-automatic-tuning-enable.md).
68+
Azure SQL databases can automatically tune database performance by applying [performance recommendations](sql-database-advisor.md). To enable it, read [how to enable automatic tuning](sql-database-automatic-tuning-enable.md).
69+
70+
![Automatic tuning for Azure SQL Database](./media/sql-database-query-performance/automatic-tuning-annotated.png)
71+
72+
To learn more, read [Automatic tuning article](sql-database-automatic-tuning.md).
6973

7074
## Additional resources
7175

0 commit comments

Comments
 (0)