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/frontdoor/front-door-quickstart-template-samples.md
+30-1Lines changed: 30 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,15 @@ ms.service: frontdoor
8
8
ms.topic: sample
9
9
ms.tgt_pltfrm: na
10
10
ms.workload: infrastructure-services
11
-
ms.date: 10/15/2021
11
+
ms.date: 11/01/2021
12
12
ms.author: duau
13
13
---
14
14
# Azure Resource Manager deployment model templates for Front Door
15
15
16
16
The following table includes links to Azure Resource Manager deployment model templates for Azure Front Door.
17
17
18
+
## Azure Front Door
19
+
18
20
| Template | Description |
19
21
| ---| ---|
20
22
|[Create a basic Front Door](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/front-door-create-basic)| Creates a basic Front Door configuration with a single backend. |
@@ -31,6 +33,33 @@ The following table includes links to Azure Resource Manager deployment model te
31
33
|[Configure Front Door rate limiting](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/front-door-rate-limiting)| Configures a Front Door to rate limit incoming traffic for a given frontend host. |
32
34
|||
33
35
36
+
## Azure Front Door Standard/Premium (Preview)
37
+
38
+
| Sample | Description |
39
+
|-|-|
40
+
|[Front Door (quick create)](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/front-door-standard-premium/)| Creates a basic Front Door profile including an endpoint, origin group, origin, and route. |
41
+
|[Rule set](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/front-door-standard-premium-rule-set/)| Creates a Front Door profile and rule set. |
42
+
|[WAF policy with managed rule set](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/front-door-premium-waf-managed/)| Creates a Front Door profile and WAF with managed rule set. |
43
+
|[WAF policy with custom rule](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/front-door-standard-premium-waf-custom/)| Creates a Front Door profile and WAF with custom rule. |
44
+
|[WAF policy with rate limit](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/front-door-standard-premium-rate-limit/)| Creates a Front Door profile and WAF with a custom rule to perform rate limiting. |
45
+
|[WAF policy with geo-filtering](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/front-door-standard-premium-geo-filtering/)| Creates a Front Door profile and WAF with a custom rule to perform geo-filtering. |
46
+
|**App Service origins**|**Description**|
47
+
|[App Service](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/front-door-standard-premium-app-service-public)| Creates an App Service app with a public endpoint, and a Front Door profile. |
48
+
|[App Service with Private Link](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/front-door-premium-app-service-private-link)| Creates an App Service app with a private endpoint, and a Front Door profile. |
49
+
|**Azure Functions origins**|**Description**|
50
+
|[Azure Functions](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/front-door-standard-premium-function-public/)| Creates an Azure Functions app with a public endpoint, and a Front Door profile. |
51
+
|[Azure Functions with Private Link](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/front-door-premium-function-private-link)| Creates an Azure Functions app with a private endpoint, and a Front Door profile. |
52
+
|**API Management origins**|**Description**|
53
+
|[API Management (external)](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/front-door-standard-premium-api-management-external)| Creates an API Management instance with external VNet integration, and a Front Door profile. |
54
+
|**Storage origins**|**Description**|
55
+
|[Storage static website](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/front-door-standard-premium-storage-static-website)| Creates an Azure Storage account and static website with a public endpoint, and a Front Door profile. |
56
+
|[Storage blobs with Private Link](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/front-door-premium-storage-blobs-private-link)| Creates an Azure Storage account and blob container with a private endpoint, and a Front Door profile. |
57
+
|**Application Gateway origins**|**Description**|
58
+
|[Application Gateway](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/front-door-standard-premium-application-gateway-public)| Creates an Application Gateway, and a Front Door profile. |
59
+
|**Virtual machine origins**|**Description**|
60
+
|[Virtual machine with Private Link service](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/front-door-premium-vm-private-link)| Creates a virtual machine and Private Link service, and a Front Door profile. |
61
+
|||
62
+
34
63
## Next steps
35
64
36
65
- Learn how to [create a Front Door](quickstart-create-front-door.md).
0 commit comments