Skip to content

Commit b02e205

Browse files
authored
Merge pull request #80730 from anosov1960/patch-76
Update dns-alias-overview.md
2 parents 01d9ffc + 0d55865 commit b02e205

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/sql-database/dns-alias-overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ author: oslake
1111
ms.author: moslake
1212
ms.reviewer: genemi, ayolubek, jrasnick
1313
manager: craigg
14-
ms.date: 06/19/2019
14+
ms.date: 06/26/2019
1515
---
1616
# DNS alias for Azure SQL Database
1717

@@ -24,6 +24,7 @@ Common uses for a DNS alias include the following cases:
2424
- Create an easy to remember name for an Azure SQL Server.
2525
- During initial development, your alias can refer to a test SQL Database server. When the application goes live, you can modify the alias to refer to the production server. The transition from test to production does not require any modification to the configurations several clients that connect to the database server.
2626
- Suppose the only database in your application is moved to another SQL Database server. Here you can modify the alias without having to modify the configurations of several clients.
27+
- During a regional outage you use geo-restore to recover your database in a different server and region. You can modify your existing alias to point to the new server so that the existing client application could re-connect to it.
2728

2829
## Domain Name System (DNS) of the Internet
2930

0 commit comments

Comments
 (0)