Skip to content

Commit 9628cf4

Browse files
authored
Merge pull request #57926 from CarlRabeler/20181113aaron
[sql db] cleanup
2 parents 44184f1 + 6836f52 commit 9628cf4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/sql-database/sql-database-connectivity-issues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Working with a transient errors - Azure SQL Database | Microsoft Docs
2+
title: Working with transient errors - Azure SQL Database | Microsoft Docs
33
description: Learn how to troubleshoot, diagnose, and prevent a SQL connection error or transient error in Azure SQL Database.
44
keywords: sql connection,connection string,connectivity issues,transient error,connection error
55
services: sql-database
@@ -12,7 +12,7 @@ author: dalechen
1212
ms.author: ninarn
1313
ms.reviewer: carlrab
1414
manager: craigg
15-
ms.date: 08/01/2018
15+
ms.date: 11/14/2018
1616
---
1717
# Working with SQL Database connection issues and transient errors
1818

articles/sql-database/sql-database-resource-health.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ author: aamalvea
1111
ms.author: aamalvea
1212
ms.reviewer: carlrab
1313
manager: craigg
14-
ms.date: 11/13/2018
14+
ms.date: 11/14/2018
1515

1616
---
1717
# Use Resource Health to troubleshoot connectivity for Azure SQL Database
@@ -22,7 +22,7 @@ ms.date: 11/13/2018
2222

2323
![Overview](./media/sql-database-resource-health/sql-resource-health-overview.jpg)
2424

25-
## Health Checks
25+
## Health checks
2626

2727
Resource Health determines the health of your SQL resource by examining the success and failure of logins to the resource. Currently, Resource Health for your SQL DB resource only examines login failures due to system error and not user error. The Resource Health status is updated every 1-2 minutes.
2828

@@ -52,23 +52,23 @@ The health status of **Unknown** indicates that Resource Health hasn't received
5252
If the resource is running as expected, the status of the resource will change to Available after a few minutes.
5353
If you're experiencing problems with the resource, the Unknown health status might suggest that an event in the platform is affecting the resource.
5454

55-
## Historical Information
55+
## Historical information
5656

5757
You can access up to 14 days of health history in the Health history section of Resource Health. The section will also contain the downtime reason (when available) for the downtimes reported by Resource Health. Currently, Azure shows the downtime for your SQL database resource at a two-minute granularity. The actual downtime is likely less than a minute – average is 8s.
5858

59-
### Downtime Reasons
59+
### Downtime reasons
6060

6161
When your SQL Database experiences downtime, analysis is performed to determine a reason. When available, the downtime reason is reported in the Health History section of Resource Health. Downtime reasons are typically published 30 minutes after an event.
6262

63-
#### Planned Maintenance
63+
#### Planned maintenance
6464

6565
The Azure infrastructure periodically performs planned maintenance – upgrade of hardware or software components in the datacenter. While the database undergoes maintenance, SQL may terminate some existing connections and refuse new ones. The login failures experienced during planned maintenance are typically transient and retry logic helps reduce the impact. If you continue to experience login errors, please contact support.
6666

6767
#### Reconfiguration
6868

6969
Reconfigurations are considered transient conditions, and are expected from time to time. These events can be triggered by load balancing or software/hardware failures. Any client production application that connects to a cloud database service should implement a robust connection retry logic with backoff logic, as it would help mitigate these situations and should generally make the errors transparent to the end user.
7070

71-
## Next Steps
71+
## Next steps
7272

7373
- Learn more about [retry logic for transient errors](./sql-database-connectivity-issues.md#retry-logic-for-transient-errors)
7474
- [Troubleshoot, diagnose, and prevent SQL connection errors](./sql-database-connectivity-issues.md)

0 commit comments

Comments
 (0)