Skip to content

Commit 0f3e5dd

Browse files
committed
Add Terraform samples article
1 parent 2cb5a74 commit 0f3e5dd

File tree

3 files changed

+59
-5
lines changed

3 files changed

+59
-5
lines changed

articles/frontdoor/TOC.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,18 @@
100100
items:
101101
- name: Standard/Premium
102102
items:
103-
- name: Resource Manager Templates
103+
- name: Bicep and Resource Manager Templates
104104
href: front-door-quickstart-template-samples.md?pivots=front-door-standard-premium
105+
- name: Terraform
106+
href: terraform-samples.md?pivots=front-door-standard-premium
105107
- name: Classic
106108
items:
107-
- name: Resource Manager Templates
109+
- name: Bicep and Resource Manager Templates
108110
href: front-door-quickstart-template-samples.md?pivots=front-door-classic
109111
- name: Deploy custom domain - Azure CLI
110112
href: scripts/custom-domain.md
113+
- name: Terraform
114+
href: terraform-samples.md?pivots=front-door-classic
111115
- name: CDN
112116
items:
113117
- name: Code samples

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
services: frontdoor
55
documentationcenter: ""
66
author: duongau
@@ -12,9 +12,9 @@ ms.date: 03/10/2022
1212
ms.author: duau
1313
zone_pivot_groups: front-door-tiers
1414
---
15-
# Azure Resource Manager deployment model templates for Front Door
15+
# Bicep and Azure Resource Manager deployment model templates for Front Door
1616

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.
1818

1919
::: zone pivot="front-door-standard-premium"
2020

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Terraform samples - Azure Front Door
3+
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).
49+
50+
::: zone-end

0 commit comments

Comments
 (0)