Skip to content

Commit 1510d5d

Browse files
authored
Merge pull request #178210 from duongau/afdmerge-1
Azure Front Door - Sample template merge
2 parents 7a12daa + 647451a commit 1510d5d

File tree

4 files changed

+36
-44
lines changed

4 files changed

+36
-44
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,11 @@
403403
"redirect_url": "/articles/load-balancer/concepts",
404404
"redirect_document_id": false
405405
},
406+
{
407+
"source_path_from_root": "/articles/frontdoor/standard-premium/resource-manager-template-samples.md",
408+
"redirect_url": "/articles/frontdoor/front-door-quickstart-template-samples",
409+
"redirect_document_id": false
410+
},
406411
{
407412
"source_path_from_root": "/articles/azure-sql/database/doc-changes-updates-release-notes.md",
408413
"redirect_url": "/azure/azure-sql/database/doc-changes-updates-release-notes-whats-new",

articles/frontdoor/front-door-quickstart-template-samples.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ ms.service: frontdoor
88
ms.topic: sample
99
ms.tgt_pltfrm: na
1010
ms.workload: infrastructure-services
11-
ms.date: 10/15/2021
11+
ms.date: 11/01/2021
1212
ms.author: duau
1313
---
1414
# Azure Resource Manager deployment model templates for Front Door
1515

1616
The following table includes links to Azure Resource Manager deployment model templates for Azure Front Door.
1717

18+
## Azure Front Door
19+
1820
| Template | Description |
1921
| ---| ---|
2022
| [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
3133
| [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. |
3234
| | |
3335

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+
3463
## Next steps
3564

3665
- Learn how to [create a Front Door](quickstart-create-front-door.md).

articles/frontdoor/standard-premium/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- name: Samples
1515
items:
1616
- name: Resource Manager templates
17-
href: resource-manager-template-samples.md
17+
href: ../front-door-quickstart-template-samples.md?toc=%2fazure%2ffrontdoor%2fstandard-premium%2ftoc.json
1818
- name: Tutorials
1919
items:
2020
- name: Configure WAF policy

articles/frontdoor/standard-premium/resource-manager-template-samples.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)