Skip to content

Commit 49c92be

Browse files
authored
Merge pull request #33362 from Minewiskan/aas0214
Aas0214
2 parents ef38d4d + 26e2363 commit 49c92be

28 files changed

+44
-40
lines changed

articles/analysis-services/analysis-services-async-refresh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.devlang: NA
1414
ms.topic: article
1515
ms.tgt_pltfrm: NA
1616
ms.workload: na
17-
ms.date: 12/18/2017
17+
ms.date: 02/14/2018
1818
ms.author: owend
1919

2020
---

articles/analysis-services/analysis-services-backup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: data-management
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: article
16-
ms.date: 11/01/2017
16+
ms.date: 02/14/2018
1717
ms.author: owend
1818

1919
---

articles/analysis-services/analysis-services-bcdr.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: data-management
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: article
16-
ms.date: 11/01/2017
16+
ms.date: 02/14/2018
1717
ms.author: owend
1818

1919
---
@@ -27,13 +27,14 @@ While rare, an Azure data center can have an outage. When an outage occurs, it c
2727

2828
* Deploy models to redundant servers in other regions. This method requires processing data on both your primary server and redundant servers in-parallel, assuring all servers are in-sync.
2929

30-
* Back up databases from your primary server and restore on redundant servers. For example, you can automate nightly backups to Azure storage, and restore to other redundant servers in other regions.
30+
* [Backup](analysis-services-backup.md) databases from your primary server and restore on redundant servers. For example, you can automate nightly backups to Azure storage, and restore to other redundant servers in other regions.
3131

3232
In either case, if your primary server experiences an outage, you must change the connection strings in reporting clients to connect to the server in a different regional datacenter. This change should be considered a last resort and only if a catastrophic regional data center outage occurs. It's more likely a data center outage hosting your primary server would come back online before you could update connections on all clients.
3333

34-
34+
To avoid having to change connection strings on reporting clients, you can create a server [alias](analysis-services-server-alias.md) for your primary server. If the primary server goes down, you can change the alias to point to a redundant server in another region. You can automate alias to server name by coding an endpoint health check on the primary server. If the health check fails, the same endpoint can direct to a redundant server in another region.
3535

3636
## Related information
3737
[Backup and restore](analysis-services-backup.md)
38-
[Manage Azure Analysis Services](analysis-services-manage.md)
38+
[Manage Azure Analysis Services](analysis-services-manage.md)
39+
[Alias server names](analysis-services-server-alias.md)
3940

articles/analysis-services/analysis-services-compat-level.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.devlang: NA
1414
ms.topic: article
1515
ms.tgt_pltfrm: NA
1616
ms.workload: na
17-
ms.date: 11/01/2017
17+
ms.date: 02/14/2018
1818
ms.author: owend
1919

2020
---

articles/analysis-services/analysis-services-connect-excel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.devlang: NA
1414
ms.topic: article
1515
ms.tgt_pltfrm: NA
1616
ms.workload: na
17-
ms.date: 11/01/2017
17+
ms.date: 02/14/2018
1818
ms.author: owend
1919

2020
---

articles/analysis-services/analysis-services-connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.devlang: NA
1414
ms.topic: article
1515
ms.tgt_pltfrm: NA
1616
ms.workload: na
17-
ms.date: 11/01/2017
17+
ms.date: 02/14/2018
1818
ms.author: owend
1919

2020
---

articles/analysis-services/analysis-services-create-model-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.devlang: NA
1414
ms.topic: article
1515
ms.tgt_pltfrm: NA
1616
ms.workload: na
17-
ms.date: 11/01/2017
17+
ms.date: 02/14/2018
1818
ms.author: owend
1919

2020
---

articles/analysis-services/analysis-services-create-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: na
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: hero-article
16-
ms.date: 11/01/2017
16+
ms.date: 02/14/2018
1717
ms.author: owend
1818
ms.custom: mvc
1919

articles/analysis-services/analysis-services-create-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.devlang: NA
1414
ms.topic: article
1515
ms.tgt_pltfrm: NA
1616
ms.workload: na
17-
ms.date: 11/01/2017
17+
ms.date: 02/14/2018
1818
ms.author: owend
1919

2020
---

articles/analysis-services/analysis-services-data-providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.devlang: NA
1414
ms.topic: article
1515
ms.tgt_pltfrm: NA
1616
ms.workload: na
17-
ms.date: 12/14/2017
17+
ms.date: 02/14/2018
1818
ms.author: owend
1919

2020
---

0 commit comments

Comments
 (0)