Skip to content

Commit d060156

Browse files
committed
fix indentation
1 parent aa12745 commit d060156

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/frontdoor/rules-engine-scenarios.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ Managing redirects is critical for search engine optimization (SEO), user experi
4343

4444
This approach enables dynamic redirects without having to create a separate rule for each `cdpb` value, significantly reducing the number of rules required.
4545

46-
# [**Portal**](#tab/portal)
46+
# [**Portal**](#tab/portal)
4747

4848
:::image type="content" source="./media/rules-engine-scenarios/redirect-query-string.png" alt-text="Screenshot that shows how to use query string to redirect URL." lightbox="./media/rules-engine-scenarios/redirect-query-string.png":::
4949

50-
# [**ARM**](#tab/arm)
50+
# [**ARM**](#tab/arm)
5151

5252
```json
5353
{
@@ -76,7 +76,7 @@ Managing redirects is critical for search engine optimization (SEO), user experi
7676
}
7777
}
7878
```
79-
---
79+
---
8080

8181
- **Redirect based on fixed-length URL path segments:** You can redirect requests to different origins based on fixed-length URL path segment by capturing the URL segments using `{variable:offset:length}`. For more information, see [Server variable format](/azure/frontdoor/rule-set-server-variables#server-variable-format).
8282

0 commit comments

Comments
 (0)