Skip to content

Commit d9ee760

Browse files
authored
Fixed URLs
* Reorganized the content to enable merging info from https://docs.microsoft.com/en-us/azure/sql-database/sql-database-connectivity-issues to this and ensure better customer experience. Also reorganized the transient errors section. Removed duplicate references to the same error.
1 parent 504efe7 commit d9ee760

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/sql-database/troubleshoot-connectivity-issues-microsoft-azure-sql-database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ The Azure infrastructure has the ability to dynamically reconfigure servers when
4545
It is strongly recommended that your client program has retry logic so that it could reestablish a connection after giving the transient fault time to correct itself. We recommend that you delay for 5 seconds before your first retry. Retrying after a delay shorter than 5 seconds risks overwhelming the cloud service. For each subsequent retry the delay should grow exponentially, up to a maximum of 60 seconds.
4646

4747
For code examples of retry logic, see:
48-
- [Connect resiliently to SQL with ADO.NET][step-4-connect-resiliently-to-sql-with-ado-net-a78n]
49-
- [Connect resiliently to SQL with PHP][step-4-connect-resiliently-to-sql-with-php-p42h]
48+
- [Connect resiliently to SQL with ADO.NET](https://docs.microsoft.com/sql/connect/ado-net/step-4-connect-resiliently-sql-ado-net)
49+
- [Connect resiliently to SQL with PHP](https://docs.microsoft.com/sql/connect/php/step-4-connect-resiliently-to-sql-with-php)
5050

5151
For additional information on handling transient errors in your application review
5252
* [Troubleshooting transient connection errors to SQL Database](sql-database-connectivity-issues.md)

0 commit comments

Comments
 (0)