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
# Tutorial: Add and customize delivery rules for Azure Front Door Standard/Premium with Azure CLI
13
13
14
-
Azure Front Door Standard/Premium is a fast and secure modern cloud CDN. Azure Front Door uses the Microsoft global edge network and integrates with intelligent threat protection. Azure Front Door Standard focuses on content delivery. Azure Front Door Premium adds extensive security capabilities and customization. This tutorial focuses on creating an Azure Front Door profile, then adding delivery rules for more granular control over your web app behaviors.
14
+
**Applies to:**:heavy_check_mark:Front Door Standard :heavy_check_mark:Front Door Premium
15
15
16
-
> [!NOTE]
17
-
> This documentation is for Azure Front Door Standard/Premium. Looking for information on Azure Front Door? View [Azure Front Door Docs](../front-door-overview.md).
16
+
Azure Front Door Standard/Premium is a fast and secure modern cloud CDN. Azure Front Door uses the Microsoft global edge network and integrates with intelligent threat protection. Azure Front Door Standard focuses on content delivery. Azure Front Door Premium adds extensive security capabilities and customization. This tutorial focuses on creating an Azure Front Door profile, then adding delivery rules for more granular control over your web app behaviors.
18
17
19
-
In this tutorial, you'll learn how to:
18
+
In this tutorial, you learn how to:
20
19
21
20
> [!div class="checklist"]
22
21
> - Create an Azure Front Door profile.
@@ -69,7 +68,7 @@ If you don't already have a web app, use the following script to set up two exam
69
68
70
69
#### Create app service plans
71
70
72
-
Before you can create the web apps you'll need two app service plans, one in *Central US* and the second in *East US*.
71
+
Before you can create the web apps, you must have two app service plans, one in *Central US* and the second in *East US*.
73
72
74
73
Run [az appservice plan create](/cli/azure/appservice/plan#az-appservice-plan-create&preserve-view=true) to create your app service plans.
75
74
@@ -237,7 +236,7 @@ To test instant global failover, we'll use the following steps:
237
236
4. Refresh your browser. You should see the same information page.
238
237
239
238
>[!TIP]
240
-
>There is a little bit of delay for these actions. You might need to refresh again.
239
+
>There's some delay for these actions. You might need to refresh again.
0 commit comments