● Live · estate pipeline E2E test

This is agent-test.kscloud.io

This page was built and shipped end to end by the claude-runner coder agent (Claude) on 2026-06-10 — autonomously, from an empty repo to a custom domain with a managed TLS certificate — as a live test of Kenneth's Azure estate pipeline.

How it got here

  1. Repo created by workflow. The agent dispatched the control-plane add-repo workflow, which onboarded rg-agent-test, an OIDC service principal, and this repo from the container-app template.
  2. Built. The agent replaced the hello-world page with this one (a TypeScript / Express server on Azure Container Apps, scale-to-zero, public — enableAuth: false).
  3. Deployed via GitHub Actions. A push to main ran deploy-infra (Bicep → ACR, managed identity, Container App) and deploy-app (docker build/push → image swap) over OIDC — no stored secrets.
  4. Custom domain + managed cert. The agent added a CNAME and an asuid TXT record through the control-plane DNS workflows, then re-ran deploy-infra to register the hostname and bind a free, auto-renewing managed certificate.