Skip to content

Commit 2a37dd8

Browse files
authored
Update README for CDN to reflect Azure Front Door
1 parent a8e75fc commit 2a37dd8

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

11_media-services/cdn/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Terraform Template - CDN (Azure Content Delivery Network)
1+
# Terraform Template: <br/> CDN (Azure Content Delivery Network) → Azure Front Door (Standard/Premium)
22

33
Costa Rica
44

@@ -12,11 +12,15 @@ Last updated: 2026-02-10
1212
> This template contains Terraform configurations to create an Azure Front Door (Standard/Premium) profile and endpoint suitable for serving media assets (for example, fronting a storage/web origin).
1313
1414
> [!NOTE]
15-
> Azure CDN (classic) profiles (for example `Standard_Microsoft`) no longer support new profile creation. This template uses the modern Azure Front Door resources (`azurerm_cdn_frontdoor_*`).
15+
> `Azure CDN (classic) profiles (for example `Standard_Microsoft`) no longer support new profile creation.` This template uses the modern Azure Front Door resources (`azurerm_cdn_frontdoor_*`).
1616
> The modern replacement for “Microsoft-managed global CDN + edge routing” is Azure Front Door Standard/Premium. It provides the CDN capability, but it’s provisioned via azurerm_cdn_frontdoor_* resources (Front Door profile/endpoint/route/origin), not azurerm_cdn_profile. <br/>
1717
> - If you already have classic CDN resources: Terraform can often still manage them.
1818
> - If you’re creating new: you generally need Front Door Standard/Premium (or another supported CDN provider SKU where available), because classic Microsoft CDN can’t be created anymore.
1919
20+
<img width="650" alt="image" src="https://github.com/user-attachments/assets/75a4af56-de34-4d3b-81c2-d83cd906ec63" />
21+
22+
<img width="650" alt="image" src="https://github.com/user-attachments/assets/aacf9313-0032-4e31-8d9b-bb4ff7a5bb56" />
23+
2024
## File Descriptions
2125

2226
- **main.tf**: Creates the Resource Group, Front Door Profile, Endpoint, Origin Group, Origin, and a default Route.

0 commit comments

Comments
 (0)