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
+25-16Lines changed: 25 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,9 @@ ms.author: cshoe
13
13
14
14
Learn to 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
+
> [!NOTE]
17
+
> Consider using [enterprise-grade edge](enterprise-edge.md) for faster page loads, enhanced security, and optimized reliability for global applications.
18
+
16
19
In this tutorial, you learn how to:
17
20
18
21
> [!div class="checklist"]
@@ -37,7 +40,7 @@ In this tutorial, you learn how to:
37
40
38
41
When creating an Azure Front Door profile, you must select an origin from the same subscription as the selected the Front Door.
39
42
40
-
1. Navigate to the Azure home screen.
43
+
1. Navigate to the Azure portal home.
41
44
42
45
1. Select **Create a resource**.
43
46
@@ -47,11 +50,11 @@ When creating an Azure Front Door profile, you must select an origin from the sa
47
50
48
51
1. Select **Create**.
49
52
50
-
1. Select the **Azure Front Door Standard/Premium** option.
53
+
1. Select the **Azure Front Door** option.
51
54
52
55
1. Select the **Quick create** option.
53
56
54
-
1. Select the **Continue to create a front door** button.
57
+
1. Select the **Continue to create a Front Door** button.
55
58
56
59
1. In the *Basics* tab, enter the following values:
57
60
@@ -63,15 +66,17 @@ When creating an Azure Front Door profile, you must select an origin from the sa
63
66
| Name | Enter **my-static-web-app-front-door**. |
64
67
| Tier | Select **Standard**. |
65
68
| Endpoint name | Enter a unique name for your Front Door host. |
66
-
| Origin type | Select **Custom**. |
67
-
| Origin host name | Enter the hostname of your static web app that you set aside from the beginning of this tutorial. Make sure your value does not include a trailing slash or protocol. (For example, `desert-rain-04056.azurestaticapps.net`) |
68
-
| Origin type | Select **Custom**. |
69
-
| Origin host name | Enter the host name for your website. For example, `contoso.com`. |
69
+
| Origin type | Select **Static Web App**. |
70
+
| Origin host name | Select the host name of your static web app from the dropdown. |
70
71
| Caching | Check the **Enable caching** checkbox. |
0 commit comments