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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Azure Resource Manager template samples - Azure Front Door
3
-
description: Learn about Resource Manager template samples for Azure Front Door, including templates for creating a basic Front Door and configuring Front Door rate limiting.
3
+
description: Learn about Resource Manager template samples for Azure Front Door, including templates for creating a basic Front Door profile and configuring Front Door rate limiting.
4
4
services: frontdoor
5
5
documentationcenter: ""
6
6
author: duongau
@@ -12,9 +12,9 @@ ms.date: 03/10/2022
12
12
ms.author: duau
13
13
zone_pivot_groups: front-door-tiers
14
14
---
15
-
# Azure Resource Manager deployment model templates for Front Door
15
+
# Bicep and Azure Resource Manager deployment model templates for Front Door
16
16
17
-
The following table includes links to Azure Resource Manager deployment model templates for Azure Front Door.
17
+
The following table includes links to Bicep and Azure Resource Manager deployment model templates for Azure Front Door.
description: Learn about Terraform samples for Azure Front Door, including samples for creating a basic Front Door profile.
4
+
services: frontdoor
5
+
documentationcenter: ""
6
+
author: johndowns
7
+
ms.service: frontdoor
8
+
ms.topic: sample
9
+
ms.tgt_pltfrm: na
10
+
ms.workload: infrastructure-services
11
+
ms.date: 11/22/2022
12
+
ms.author: jodowns
13
+
zone_pivot_groups: front-door-tiers
14
+
---
15
+
# Terraform deployment model templates for Front Door
16
+
17
+
The following table includes links to Terraform deployment model templates for Azure Front Door.
18
+
19
+
::: zone pivot="front-door-standard-premium"
20
+
21
+
| Sample | Description |
22
+
|-|-|
23
+
|**App Service origins**|**Description**|
24
+
|[App Service with Private Link](https://github.com/Azure/terraform/tree/master/quickstart/101-front-door-standard-premium)| Creates an App Service app with a private endpoint, and a Front Door profile. |
25
+
|||
26
+
27
+
::: zone-end
28
+
29
+
::: zone pivot="front-door-classic"
30
+
31
+
| Template | Description |
32
+
| ---| ---|
33
+
|[Create a basic Front Door](https://github.com/Azure/terraform/tree/master/quickstart/101-front-door-classic)| Creates a basic Front Door configuration with a single backend. |
34
+
|||
35
+
36
+
::: zone-end
37
+
38
+
## Next steps
39
+
40
+
::: zone pivot="front-door-standard-premium"
41
+
42
+
- Learn how to [create a Front Door profile](standard-premium/create-front-door-portal.md).
43
+
44
+
::: zone-end
45
+
46
+
::: zone pivot="front-door-classic"
47
+
48
+
- Learn how to [create a Front Door](quickstart-create-front-door.md).
0 commit comments