Skip to main content

Azure Demo Overview

Demo Notice: This page is part of a fictional Azure documentation site for demo purposes only. Do not use this as real guidance.

Scenario

A pretend company, Contoso Home, is building a lightweight knowledge site that mirrors how they would document an Azure deployment.

Goals

  • Show how the team might structure Azure documentation.
  • Keep scope small: static site + simple API facade.
  • Highlight the flow for dev, test, and prod.

Components (fictional)

  • Azure Static Web Apps (SWA): serves the Docusaurus site.
  • Azure API Management (APIM): fronts a tiny demo API.
  • Azure Functions: handles a single "hello" endpoint.
  • Azure Monitor: collects basic metrics.

Environments

  • dev: fast iteration, feature flags on by default.
  • test: release candidates, synthetic checks enabled.
  • prod: traffic only through APIM, WAF rules enforced.

What this doc set covers