Skip to content

Commit 3159b0b

Browse files
authored
Enhance Azure Front Door routing algorithm details
Updated the description of the Azure Front Door routing algorithm to include support for a Rules Engine with regular expressions and server variables.
1 parent d09af83 commit 3159b0b

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

learn-pr/wwl-azure/load-balancing-https-traffic-azure/includes/5-design-configure-azure-front-door.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ This diagram shows a user request processed by Azure Front Door.
3737

3838
## Other things to know
3939

40-
- **Routing algorithm**. The Azure Front Door routing algorithm first matches based on HTTP protocol, then frontend host, then the Path.
41-
- HTTP Protocols (HTTP/HTTPS)
42-
- Hosts (for example, www.foo.com, \*.bar.com)
43-
- Paths (for example, /*, /users/*, /file.gif)
40+
- **Routing algorithm**. The Azure Front Door routing algorithm first matches based on HTTP protocol, then frontend host, and then Path. The Standard and Premium tiers also support a Rules Engine that uses regular expressions and server variables for complex routing conditions.
4441
- **Response codes**. Azure Front Door response codes help clients understand the purpose of the redirect. You can set the protocol used for redirection. The most common use case of the redirect feature is to set HTTP to HTTPS redirection.
4542
- **Health probes**. Front Door periodically sends a synthetic HTTP/HTTPS request to each of your configured backends. Front Door then uses these responses from the probe to determine the "best" backend resources to route your client requests.

0 commit comments

Comments
 (0)