Skip to content

Commit 181ce50

Browse files
authored
Merge pull request #177660 from ikhapova/patch-1
Update advisor-high-availability-recommendations.md
2 parents cce96e8 + ba688d1 commit 181ce50

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

articles/advisor/advisor-high-availability-recommendations.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: Improve reliability of your application with Advisor
33
description: Use Azure Advisor to ensure and improve reliability in your business-critical Azure deployments.
44
ms.topic: article
5-
ms.date: 09/27/2020
5+
ms.date: 10/26/2021
66

77
---
88

99
# Improve the reliability of your application by using Azure Advisor
1010

11-
Azure Advisor helps you ensure and improve the continuity of your business-critical applications. You can get reliability recommendations from Advisor on the **Reliability** tab of the Advisor dashboard.
11+
Azure Advisor helps you ensure and improve the continuity of your business-critical applications. You can get reliability recommendations on the **Reliability** tab of the [Azure Advisor](https://aka.ms/azureadvisordashboard).
1212

1313
## Check the version of your Check Point network virtual appliance image
1414

@@ -69,9 +69,9 @@ To provide redundancy for your application, we recommend that you group two or m
6969

7070
To provide redundancy for your application, we recommend that you group two or more virtual machines in an availability set. Advisor identifies availability sets that contain a single virtual machine and recommends adding one or more virtual machines to it. This configuration ensures that during either planned or unplanned maintenance, at least one virtual machine is available and meets the Azure virtual machine SLA. You can choose to create a virtual machine or to add an existing virtual machine to the availability set. 
7171

72-
## Use managed disks to improve data reliability (temporarily disabled)
72+
## Use managed disks to improve data reliability
7373

74-
Virtual machines that are in an availability set with disks that share either storage accounts or storage scale units aren't resilient to failures to single storage scale units during outages. Advisor identifies these availability sets and recommends migrating to Azure managed disks. This migration will ensure that the disks of the virtual machines in the availability set are sufficiently isolated to avoid a single point of failure.
74+
Virtual machines in an availability set with disks that share either storage accounts or storage scale units are not resilient to single storage scale unit failures during outages. Migrate to Azure managed disks to ensure that the disks of different VMs in the availability set are sufficiently isolated to avoid a single point of failure.
7575

7676
## Repair invalid log alert rules
7777

@@ -115,12 +115,6 @@ The [Azure Connected Machine agent](../azure-arc/servers/manage-agent.md) is upd
115115
## Do not override hostname to ensure website integrity
116116
Advisor recommend to try avoid overriding the hostname when configuring Application Gateway. Having a different domain on the frontend of Application Gateway than the one which is used to access the backend can potentially lead to cookies or redirect URLs being broken. Note that this might not be the case in all situations and that certain categories of backends (like REST API's) in general are less sensitive to this. Please make sure the backend is able to deal with this or update the Application Gateway configuration so the hostname does not need to be overwritten towards the backend. When used with App Service, attach a custom domain name to the Web App and avoid use of the `*.azurewebsites.net` host name towards the backend. [Learn more about custom domain](../application-gateway/troubleshoot-app-service-redirection-app-service-url.md).
117117

118-
## How to access high availability recommendations in Advisor
119-
120-
1. Sign in to the [Azure portal](https://portal.azure.com), and then open [Advisor](https://aka.ms/azureadvisordashboard).
121-
122-
2. On the Advisor dashboard, select the **High Availability** tab.
123-
124118
## Next steps
125119

126120
For more information about Advisor recommendations, see:

0 commit comments

Comments
 (0)