Skip to content

Commit 1e9ec20

Browse files
authored
Update front-door-manual.md
Feedback updates
1 parent d3b259a commit 1e9ec20

File tree

1 file changed

+9
-17
lines changed

1 file changed

+9
-17
lines changed

articles/static-web-apps/front-door-manual.md

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,14 @@ ms.author: cshoe
1313

1414
Add [Azure Front Door](../frontdoor/front-door-overview.md) as the CDN for your static web app. Azure Front Door is a scalable and secure entry point for fast delivery of your web applications.
1515

16-
In this tutorial, learn how to do the following tasks:
17-
18-
> [!div class="checklist"]
19-
>
20-
> - Create an Azure Front Door Standard/Premium instance
21-
> - Associate Azure Front Door with your Azure Static Web Apps site
22-
23-
> [!NOTE]
24-
> - Consider using [enterprise-grade edge](enterprise-edge.md) for faster page loads, enhanced security, and optimized reliability for global applications.
25-
> - This tutorial requires the Azure Static Web Apps Standard and Azure Front Door Standard / Premium plans.
16+
In this tutorial, learn how to create an Azure Front Door Standard/Premium instance and associate Azure Front Door with your Azure Static Web Apps site.
2617

2718
## Prerequisites
2819

2920
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F)
30-
- A static web app. [Build your first static web app](get-started-portal.md).
21+
- An Azure Static Web Apps site. [Build your first static web app](get-started-portal.md)
22+
- Azure Static Web Apps Standard and Azure Front Door Standard / Premium plans. For more information, see [Static Web Apps pricing](https://azure.microsoft.com/pricing/details/app-service/static/)
23+
- Consider using [enterprise-grade edge](enterprise-edge.md) for faster page loads, enhanced security, and optimized reliability for global applications.
3124
<!--
3225
## Copy web app URL
3326
@@ -82,7 +75,7 @@ Add the following settings to disable Front Door's caching policies from trying
8275

8376
1. From your Front Door, under *Settings*, select **Rule set**.
8477

85-
2. Select **+ Add**.
78+
2. Select **Add**.
8679

8780
3. In the *Rule set name* textbox, enter **Security**.
8881

@@ -97,10 +90,9 @@ Add the following settings to disable Front Door's caching policies from trying
9790
8. Select the **Edit** link above the *Value* textbox.
9891

9992
9. Enter `/.auth` in the textbox, and then select **Update**.
100-
<!-->
101-
10. Select the **No transform** option from the *Case transform* dropdown.
102-
I don't see this option available when I run through this task.
103-
-->
93+
94+
10. Select no options from the *String transform* dropdown.
95+
10496
### Add an action
10597

10698
1. Select the **Add an action** dropdown.
@@ -195,7 +187,7 @@ With this configuration, your site is no longer available via the generated `*.a
195187

196188
## Considerations
197189

198-
- **Custom domains**: Now that Front Door is managing your site, you no long use the Azure Static Web Apps custom domain feature. Azure Front Door has a separate process for adding a custom domain. Refer to [Add a custom domain to your Front Door](../frontdoor/front-door-custom-domain.md). When you add a custom domain to Front Door, you'll need to update your static web app configuration file to include it in the `allowedForwardedHosts` list.
190+
- **Custom domains**: Now that Front Door is managing your site, you no longer use the Azure Static Web Apps custom domain feature. Azure Front Door has a separate process for adding a custom domain. Refer to [Add a custom domain to your Front Door](../frontdoor/front-door-custom-domain.md). When you add a custom domain to Front Door, you'll need to update your static web app configuration file to include it in the `allowedForwardedHosts` list.
199191

200192
- **Traffic statistics**: By default, Azure Front Door configures [health probes](../frontdoor/front-door-health-probes.md) that may affect your traffic statistics. You may want to edit the default values for the [health probes](../frontdoor/front-door-health-probes.md).
201193

0 commit comments

Comments
 (0)