|
2 | 2 | title: Improve reliability of your application with Advisor
|
3 | 3 | description: Use Azure Advisor to ensure and improve reliability in your business-critical Azure deployments.
|
4 | 4 | ms.topic: article
|
5 |
| -ms.date: 09/27/2020 |
| 5 | +ms.date: 10/26/2021 |
6 | 6 |
|
7 | 7 | ---
|
8 | 8 |
|
9 | 9 | # Improve the reliability of your application by using Azure Advisor
|
10 | 10 |
|
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). |
12 | 12 |
|
13 | 13 | ## Check the version of your Check Point network virtual appliance image
|
14 | 14 |
|
@@ -69,9 +69,9 @@ To provide redundancy for your application, we recommend that you group two or m
|
69 | 69 |
|
70 | 70 | 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.
|
71 | 71 |
|
72 |
| -## Use managed disks to improve data reliability (temporarily disabled) |
| 72 | +## Use managed disks to improve data reliability |
73 | 73 |
|
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. |
75 | 75 |
|
76 | 76 | ## Repair invalid log alert rules
|
77 | 77 |
|
@@ -115,12 +115,6 @@ The [Azure Connected Machine agent](../azure-arc/servers/manage-agent.md) is upd
|
115 | 115 | ## Do not override hostname to ensure website integrity
|
116 | 116 | 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).
|
117 | 117 |
|
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 |
| - |
124 | 118 | ## Next steps
|
125 | 119 |
|
126 | 120 | For more information about Advisor recommendations, see:
|
|
0 commit comments