From bb01a1975e1f354cf42482e5528d80ccfe4c5b80 Mon Sep 17 00:00:00 2001 From: Beth Harvey Date: Wed, 14 Aug 2019 11:25:21 -0700 Subject: [PATCH] remove extra parenthesis --- .../reference-architectures/app-service-web-app/multi-region.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference-architectures/app-service-web-app/multi-region.md b/docs/reference-architectures/app-service-web-app/multi-region.md index d80a3386086..7b9237ad45b 100644 --- a/docs/reference-architectures/app-service-web-app/multi-region.md +++ b/docs/reference-architectures/app-service-web-app/multi-region.md @@ -87,7 +87,7 @@ Front Door automatically fails over if the primary region becomes unavailable. W - **Frequency of health probes**. The more frequent the health probes are sent, the faster Front Door can detect downtime or the backend coming back healthy. - **Sample size configuration**. This configuration controls how many samples are required for the health probe to detect that the primary backend has become unreachable. If this value is too low, you could get false positives from intermittent issues. -Front Door is a possible failure point in the system. If the service fails, clients cannot access your application during the downtime. Review the [Front Door service level agreement (SLA)](https://azure.microsoft.com/support/legal/sla/frontdoor)) and determine whether using Front Door alone meets your business requirements for high availability. If not, consider adding another traffic management solution as a fallback. If the Front Door service fails, change your canonical name (CNAME) records in DNS to point to the other traffic management service. This step must be performed manually, and your application will be unavailable until the DNS changes are propagated. +Front Door is a possible failure point in the system. If the service fails, clients cannot access your application during the downtime. Review the [Front Door service level agreement (SLA)](https://azure.microsoft.com/support/legal/sla/frontdoor) and determine whether using Front Door alone meets your business requirements for high availability. If not, consider adding another traffic management solution as a fallback. If the Front Door service fails, change your canonical name (CNAME) records in DNS to point to the other traffic management service. This step must be performed manually, and your application will be unavailable until the DNS changes are propagated. ## Availability Considerations - SQL Database