Templates/Static Site with Global CDN
Azure
Web Apps
starter

Static Site with Global CDNAzure Architecture Template

Jamstack site served from the edge with a serverless API backend and Cosmos DB content store.

Custom DomainCDN EdgeStatic SiteAPI BackendContent DBAssetsSecretsAPM

Why this architecture works

  • Static assets served from CDN edge nodes cut latency and remove web servers from the attack surface
  • Serverless Functions API scales to zero, so a content site costs almost nothing at idle
  • Custom domain managed in Azure DNS keeps certificate and CNAME lifecycle in one plane
  • Function secrets are pulled from Key Vault via managed identity, not connection strings
  • Application Insights tracks real-user performance from edge to API

What's inside (8 resources)

Custom Domain
dns-zone
CDN Edge
cdn-profile
Static Site
static-web-app
API Backend
function-app
Content DB
cosmos-db
Assets
storage-account
Secrets
key-vault
APM
application-insights

From template to running infrastructure

  1. Open this template in the CloudForge visual designer (free account, no credit card).
  2. Customize resources, names, and connections on the drag-and-drop canvas — or ask Vani, the AI architect, to adapt it.
  3. Generate production-ready Terraform, ARM, or Bicep in one click.
  4. Review the plan diff and security scan, then deploy with human approval.

Related architecture templates