Skip to content

Commit 70a155b

Browse files
committed
Learn Editor: Update reliability-app-service.md
1 parent 8cb7c11 commit 70a155b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/reliability/reliability-app-service.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ Steps to create an active-active architecture for your web app in App Service ar
330330

331331
1. Create an Azure Front Door profile with:
332332
- An endpoint.
333-
- Two origin groups, each with a priority of 1. The equal priority tells Azure Front Door to route traffic to both regions equally (thus active-active).
333+
- Two origins inside the same origin group, each with a priority of 1. The equal priority tells Azure Front Door to route traffic to both regions equally (thus active-active).
334334
- A route.
335335

336336
1. [Limit network traffic to the web apps only from the Azure Front Door instance](../app-service/app-service-ip-restrictions.md#restrict-access-to-a-specific-azure-front-door-instance).
@@ -386,8 +386,7 @@ Steps to create an active-passive architecture for your web app in App Service a
386386
1. Create two instances of your web app, with one in each App Service plan.
387387
1. Create an Azure Front Door profile with:
388388
- An endpoint.
389-
- An origin group with a priority of 1 for the primary region.
390-
- A second origin group with a priority of 2 for the secondary region. The difference in priority tells Azure Front Door to prefer the primary region when it's online (thus active-passive).
389+
- Two origins inside the same origin group, one with a priority of 1 and the other with a priority of 2.
391390
- A route.
392391
1. [Limit network traffic to the web apps only from the Azure Front Door instance](../app-service/app-service-ip-restrictions.md#restrict-access-to-a-specific-azure-front-door-instance).
393392
1. Setup and configure all other back-end Azure service, such as databases, storage accounts, and authentication providers.

0 commit comments

Comments
 (0)