Skip to content

Commit 30806c2

Browse files
Merge pull request #221378 from johndowns/front-door-blob-terraform
Front Door - Add Terraform sample for blob storage scenario
2 parents 876588c + f584050 commit 30806c2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

articles/frontdoor/scenario-storage-blobs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ To use Private Link in this solution, you must deploy the premium tier of Front
101101

102102
To deploy this scenario by using Bicep or JSON ARM templates, [see this quickstart](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.cdn/front-door-premium-storage-blobs-private-link).
103103

104+
To deploy this scenario by using Terraform, [see this quickstart](https://github.com/Azure/terraform/tree/master/quickstart/101-front-door-premium-storage-blobs-private-link).
105+
104106
## Next steps
105107

106108
Learn how to [create a Front Door profile](create-front-door-portal.md).

articles/frontdoor/terraform-samples.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ The following table includes links to Terraform deployment model templates for A
2222
|-|-|
2323
|**App Service origins**| **Description** |
2424
| [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+
|**Storage origins**| **Description** |
26+
| [Storage blobs with Private Link](https://github.com/Azure/terraform/tree/master/quickstart/101-front-door-premium-storage-blobs-private-link) | Creates an Azure Storage account and blob container with a private endpoint, and a Front Door profile. |
2527
| | |
2628

2729
::: zone-end

0 commit comments

Comments
 (0)