Skip to content

Commit 386aa52

Browse files
authored
Merge pull request #116169 from MashaMSFT/fix2
fixing landing pages and moving a few more articles
2 parents 599cc34 + 6c300a9 commit 386aa52

18 files changed

+73
-73
lines changed

.openpublishing.redirection.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53345,17 +53345,17 @@
5334553345
},
5334653346
{
5334753347
"source_path": "articles/sql-database/sql-database-intelligent-insights-troubleshoot-performance.md",
53348-
"redirect_url": "/azure/azure-sql/intelligent-insights-troubleshoot-performance",
53348+
"redirect_url": "/azure/azure-sql/database/intelligent-insights-troubleshoot-performance",
5334953349
"redirect_document_id": true
5335053350
},
5335153351
{
5335253352
"source_path": "articles/sql-database/sql-database-intelligent-insights-use-diagnostics-log.md",
53353-
"redirect_url": "/azure/azure-sql/intelligent-insights-use-diagnostics-log",
53353+
"redirect_url": "/azure/azure-sql/database/intelligent-insights-use-diagnostics-log",
5335453354
"redirect_document_id": true
5335553355
},
5335653356
{
5335753357
"source_path": "articles/sql-database/sql-database-intelligent-insights.md",
53358-
"redirect_url": "/azure/azure-sql/intelligent-insights",
53358+
"redirect_url": "/azure/azure-sql/database/intelligent-insights-overview",
5335953359
"redirect_document_id": true
5336053360
},
5336153361
{

articles/azure-monitor/insights/azure-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Selecting the managed instance view, shows details on the managed instance utili
109109

110110
### Intelligent Insights report
111111

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.
113113

114114
![Azure SQL Analytics Insights](./media/azure-sql/azure-sql-sol-insights.png)
115115

articles/azure-sql/database/database-advisor-implement-performance-recommendations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ After you apply this recommendation, it enables forced parameterization within m
8989
## Fix schema issues recommendations (preview)
9090

9191
> [!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.
9393
9494
**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.
9595

@@ -113,5 +113,5 @@ Developers might consider developing custom applications using performance recom
113113
## Next steps
114114

115115
- 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).
117117
- See [Query Performance Insights](query-performance-insight-use.md) to learn about and view the performance impact of your top queries.

articles/azure-sql/database/how-to-content-reference-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ In this article you can find a content reference of various guides, scripts, and
5656
- [Apply performance recommendations](database-advisor-find-recommendations-portal.md) and optimize your database.
5757
- [Create alerts](alerts-insights-configure-portal.md) to get notifications from Azure SQL Database.
5858
- [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)
6060
- [Manage file space](file-space-manage.md) to monitor storage usage in your database.
61-
- [Use Intelligent Insights diagnostics log](../intelligent-insights-use-diagnostics-log.md)
61+
- [Use Intelligent Insights diagnostics log](intelligent-insights-use-diagnostics-log.md)
6262
- [Monitor In-memory OLTP space](../in-memory-oltp-monitor-space.md)
6363

6464
### Extended events

articles/azure-sql/intelligent-insights.md renamed to articles/azure-sql/database/intelligent-insights-overview.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.reviewer: jrasnik, carlrab
1313
ms.date: 03/10/2020
1414
---
1515
# Intelligent Insights using AI to monitor and troubleshoot database performance (Preview)
16-
[!INCLUDE[appliesto-sqldb-sqlmi](includes/appliesto-sqldb-sqlmi.md)]
16+
[!INCLUDE[appliesto-sqldb-sqlmi](../includes/appliesto-sqldb-sqlmi.md)]
1717

1818
Intelligent Insights in Azure SQL Database and Azure SQL Managed Instance lets you know what is happening with your database performance.
1919

@@ -37,7 +37,7 @@ Intelligent Insights analyzes database performance by comparing the database wor
3737

3838
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.
3939

40-
![Database performance analysis workflow](./media/intelligent-insights/intelligent-insights-concept.png)
40+
![Database performance analysis workflow](./media/intelligent-insights-overview/intelligent-insights-concept.png)
4141

4242
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).
4343

@@ -82,29 +82,29 @@ Output of the Intelligent Insights can be streamed to one of several destination
8282

8383
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.
8484

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).
8686

8787
### Set up with Azure SQL Analytics
8888

8989
Azure SQL Analytics solution provides graphical user interface, reporting and alerting capabilities on database performance, using the Intelligent Insights resource log data.
9090

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)
9292

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).
9494

9595
The following example shows an Intelligent Insights viewed through Azure SQL Analytics:
9696

97-
![Intelligent Insights report](./media/intelligent-insights/intelligent-insights-azure-sql-analytics.png)
97+
![Intelligent Insights report](./media/intelligent-insights-overview/intelligent-insights-azure-sql-analytics.png)
9898

9999
### Set up with Event Hubs
100100

101-
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).
102102

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).
104104

105105
### Set up with Azure Storage
106106

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).
108108

109109
### Custom integrations of Intelligent Insights log
110110

@@ -178,5 +178,5 @@ If any of the monitored critical exceptions cross the absolute thresholds manage
178178

179179
## Next steps
180180

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).
182182
- Learn how to [Troubleshoot performance issues with Intelligent Insights](intelligent-insights-troubleshoot-performance.md).

0 commit comments

Comments
 (0)