You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/insights/azure-sql.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ Selecting the managed instance view, shows details on the managed instance utili
109
109
110
110
### Intelligent Insights report
111
111
112
-
Azure SQL Database [Intelligent Insights](../../azure-sql/intelligent-insights.md) lets you know what is happening with performance of all Azure SQL databases. All Intelligent Insights collected can be visualized and accessed through the Insights perspective.
112
+
Azure SQL Database [Intelligent Insights](../../azure-sql/database/intelligent-insights-overview.md) lets you know what is happening with performance of all Azure SQL databases. All Intelligent Insights collected can be visualized and accessed through the Insights perspective.
Copy file name to clipboardExpand all lines: articles/azure-sql/database/database-advisor-implement-performance-recommendations.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ After you apply this recommendation, it enables forced parameterization within m
89
89
## Fix schema issues recommendations (preview)
90
90
91
91
> [!IMPORTANT]
92
-
> Microsoft is currently deprecating "Fix schema issue" recommendations. We recommend that you use [Intelligent Insights](../intelligent-insights.md) to monitor your database performance issues, including schema issues that the "Fix schema issue" recommendations previously covered.
92
+
> Microsoft is currently deprecating "Fix schema issue" recommendations. We recommend that you use [Intelligent Insights](intelligent-insights-overview.md) to monitor your database performance issues, including schema issues that the "Fix schema issue" recommendations previously covered.
93
93
94
94
**Fix schema issues** recommendations appear when Azure SQL Database notices an anomaly in the number of schema-related SQL errors that are happening on your SQL database. This recommendation typically appears when your database encounters multiple schema-related errors (invalid column name, invalid object name, and so on) within an hour.
- For more information about automatic tuning of database indexes and query execution plans, see [Azure SQL Database automatic tuning](automatic-tuning-overview.md).
116
-
- For more information about automatically monitoring database performance with automated diagnostics and root cause analysis of performance issues, see [Azure SQL Intelligent Insights](../intelligent-insights.md).
116
+
- For more information about automatically monitoring database performance with automated diagnostics and root cause analysis of performance issues, see [Azure SQL Intelligent Insights](intelligent-insights-overview.md).
117
117
- See [Query Performance Insights](query-performance-insight-use.md) to learn about and view the performance impact of your top queries.
Copy file name to clipboardExpand all lines: articles/azure-sql/database/how-to-content-reference-guide.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,9 +56,9 @@ In this article you can find a content reference of various guides, scripts, and
56
56
-[Apply performance recommendations](database-advisor-find-recommendations-portal.md) and optimize your database.
57
57
-[Create alerts](alerts-insights-configure-portal.md) to get notifications from Azure SQL Database.
58
58
-[Troubleshoot connectivity](troubleshoot-common-errors-issues.md) if you notice some connectivity issues between the applications and the database. You can also use [Resource Health for connectivity issues](resource-health-to-troubleshoot-connectivity.md).
59
-
-[Troubleshoot performance with Intelligent Insights](../intelligent-insights-troubleshoot-performance.md)
59
+
-[Troubleshoot performance with Intelligent Insights](intelligent-insights-troubleshoot-performance.md)
60
60
-[Manage file space](file-space-manage.md) to monitor storage usage in your database.
Intelligent Insights in Azure SQL Database and Azure SQL Managed Instance lets you know what is happening with your database performance.
19
19
@@ -37,7 +37,7 @@ Intelligent Insights analyzes database performance by comparing the database wor
37
37
38
38
After a performance degradation issue is detected from multiple observed metrics by using artificial intelligence, analysis is performed. A diagnostics log is generated with an intelligent insight on what is happening with your database. Intelligent Insights makes it easy to track the database performance issue from its first appearance until resolution. Each detected issue is tracked through its lifecycle from initial issue detection and verification of performance improvement to its completion.
The metrics used to measure and detect database performance issues are based on query duration, timeout requests, excessive wait times, and errored requests. For more information on metrics, see [Detection metrics](#detection-metrics).
43
43
@@ -82,29 +82,29 @@ Output of the Intelligent Insights can be streamed to one of several destination
82
82
83
83
Integration of Azure SQL Analytics, Azure Event Hub, Azure Storage, or third party products for consumption is performed through first enabling Intelligent Insights logging (the "SQLInsights" log) in the Diagnostic settings blade of a database, and then configuring Intelligent Insights log data to be streamed into one of these destinations.
84
84
85
-
For more information on how to enable Intelligent Insights logging and to configure metric and resource log data to be streamed to a consuming product, see [Metrics and diagnostics logging](database/metrics-diagnostic-telemetry-logging-streaming-export-configure.md).
85
+
For more information on how to enable Intelligent Insights logging and to configure metric and resource log data to be streamed to a consuming product, see [Metrics and diagnostics logging](metrics-diagnostic-telemetry-logging-streaming-export-configure.md).
86
86
87
87
### Set up with Azure SQL Analytics
88
88
89
89
Azure SQL Analytics solution provides graphical user interface, reporting and alerting capabilities on database performance, using the Intelligent Insights resource log data.
90
90
91
-
Add Azure SQL Analytics to your Azure portal dashboard from the marketplace and to create a workspace, see [configure Azure SQL Analytics](../azure-monitor/insights/azure-sql.md#configuration)
91
+
Add Azure SQL Analytics to your Azure portal dashboard from the marketplace and to create a workspace, see [configure Azure SQL Analytics](../../azure-monitor/insights/azure-sql.md#configuration)
92
92
93
-
To use Intelligent Insights with Azure SQL Analytics, configure Intelligent Insights log data to be streamed to Azure SQL Analytics workspace you've created in the previous step, see [Metrics and diagnostics logging](database/metrics-diagnostic-telemetry-logging-streaming-export-configure.md).
93
+
To use Intelligent Insights with Azure SQL Analytics, configure Intelligent Insights log data to be streamed to Azure SQL Analytics workspace you've created in the previous step, see [Metrics and diagnostics logging](metrics-diagnostic-telemetry-logging-streaming-export-configure.md).
94
94
95
95
The following example shows an Intelligent Insights viewed through Azure SQL Analytics:
To use Intelligent Insights with Event Hubs, configure Intelligent Insights log data to be streamed to Event Hubs, see [Metrics and diagnostics logging](database/metrics-diagnostic-telemetry-logging-streaming-export-configure.md) and and [Stream Azure diagnostics logs to Event Hubs](../azure-monitor/platform/resource-logs-stream-event-hubs.md).
101
+
To use Intelligent Insights with Event Hubs, configure Intelligent Insights log data to be streamed to Event Hubs, see [Metrics and diagnostics logging](metrics-diagnostic-telemetry-logging-streaming-export-configure.md) and and [Stream Azure diagnostics logs to Event Hubs](../../azure-monitor/platform/resource-logs-stream-event-hubs.md).
102
102
103
-
To use Event Hubs to setup custom monitoring and alerting, see [What to do with metrics and diagnostics logs in Event Hubs](database/metrics-diagnostic-telemetry-logging-streaming-export-configure.md#what-to-do-with-metrics-and-resource-logs-in-event-hubs).
103
+
To use Event Hubs to setup custom monitoring and alerting, see [What to do with metrics and diagnostics logs in Event Hubs](metrics-diagnostic-telemetry-logging-streaming-export-configure.md#what-to-do-with-metrics-and-resource-logs-in-event-hubs).
104
104
105
105
### Set up with Azure Storage
106
106
107
-
To use Intelligent Insights with Storage, configure Intelligent Insights log data to be streamed to Storage, see [Metrics and diagnostics logging](database/metrics-diagnostic-telemetry-logging-streaming-export-configure.md) and [Stream into Azure Storage](database/metrics-diagnostic-telemetry-logging-streaming-export-configure.md#stream-into-azure-storage).
107
+
To use Intelligent Insights with Storage, configure Intelligent Insights log data to be streamed to Storage, see [Metrics and diagnostics logging](metrics-diagnostic-telemetry-logging-streaming-export-configure.md) and [Stream into Azure Storage](metrics-diagnostic-telemetry-logging-streaming-export-configure.md#stream-into-azure-storage).
108
108
109
109
### Custom integrations of Intelligent Insights log
110
110
@@ -178,5 +178,5 @@ If any of the monitored critical exceptions cross the absolute thresholds manage
178
178
179
179
## Next steps
180
180
181
-
- Learn how to [Monitor databases by using SQL Analytics](../azure-monitor/insights/azure-sql.md).
181
+
- Learn how to [Monitor databases by using SQL Analytics](../../azure-monitor/insights/azure-sql.md).
182
182
- Learn how to [Troubleshoot performance issues with Intelligent Insights](intelligent-insights-troubleshoot-performance.md).
0 commit comments