Skip to content

Commit 8a47a4d

Browse files
Fix Markdown syntax issues
1 parent d5a22d5 commit 8a47a4d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

11_media-services/cdn/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ 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/>
17+
>
1718
> - If you already have classic CDN resources: Terraform can often still manage them.
1819
> - 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.
1920

0 commit comments

Comments
 (0)