You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/static-web-apps/front-door-manual.md
+9-17Lines changed: 9 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,21 +13,14 @@ ms.author: cshoe
13
13
14
14
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.
15
15
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.
26
17
27
18
## Prerequisites
28
19
29
20
- 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.
31
24
<!--
32
25
## Copy web app URL
33
26
@@ -82,7 +75,7 @@ Add the following settings to disable Front Door's caching policies from trying
82
75
83
76
1. From your Front Door, under *Settings*, select **Rule set**.
84
77
85
-
2. Select **+ Add**.
78
+
2. Select **Add**.
86
79
87
80
3. In the *Rule set name* textbox, enter **Security**.
88
81
@@ -97,10 +90,9 @@ Add the following settings to disable Front Door's caching policies from trying
97
90
8. Select the **Edit** link above the *Value* textbox.
98
91
99
92
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
+
104
96
### Add an action
105
97
106
98
1. Select the **Add an action** dropdown.
@@ -195,7 +187,7 @@ With this configuration, your site is no longer available via the generated `*.a
195
187
196
188
## Considerations
197
189
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.
199
191
200
192
- **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).
0 commit comments