Application Insights bugs are notoriously hard to reproduce because you can't easily inspect what the SDK is actually sending. Topaz emulates the ingestion and query APIs locally, so you can trace every telemetry call, run KQL queries against the data, and fix the bug before it reaches production.
This week in Topaz: Azure App Configuration launches as a new first-class service with store and replica lifecycle management, soft-delete, and purge support. Azure Application Insights joins as a new service with CRUD component management, telemetry ingestion, and log query endpoints. Private Endpoint management arrives for virtual networking. Blob and Queue Storage gain Hierarchical Namespace…
This week in Topaz: Azure Log Analytics launches as a new first-class service with workspace management, data ingestion, and soft-delete support. Cosmos DB gains Entra ID data-plane authorization with resource-scoped RBAC, GROUP BY/ORDER BY query support, and an expired document purge scheduler. Blob Storage adds geo-replication sync simulation. ARM expands with management group child retrieval,…
A retrospective on building Topaz, a local Azure emulator, over 15 months. What LLMs actually helped with, where they fell short, and why affordable models are still sophisticated code generators rather than engineers.
This week in Topaz: Azure App Configuration is fully implemented with data plane key-value management, access key operations, and Azure CLI support. Service Bus gains session-based messaging with session lock management, wildcard session attachment, and dead-letter queue semantics. Blob Storage now enforces authentication for private containers. ARM deployment operations are now tracked across all…
Mocking HttpClient to return 429 or 503 tests your mock setup, not the SDK's retry pipeline. Topaz's fault injection engine sits between the auth check and the endpoint handler, so the full Azure SDK stack runs under real fault conditions on localhost.
How replacing Azurite, the Service Bus Emulator, and the Cosmos DB Emulator with Topaz eliminated three Docker images, three wait loops, and the Apple Silicon startup problem, while adding Key Vault, Container Registry, and Entra emulation.
This week in Topaz: Azure Cosmos DB gains full SQL query execution with schema-aware document CRUD, partition range planning, and QueryEngine refactoring. Entra ID adds device code authentication with an interactive HTML authorization flow for headless and CLI scenarios. Service Bus introduces authorization rules for namespace and entity-level access control. Documentation and onboarding receive…
A walkthrough of replacing real Azure dependencies in GitHub Actions with a local Topaz emulator. Covers the four pain points of cloud-dependent CI, the GitHub Actions workflow, and a real timing comparison.
Topaz cannot bind port 443 without root on non-Docker installs. MSAL's user-realm discovery pre-flight always targets port 443, which breaks ROPC login. This post explains the constraint, why the naive solutions do not work, and how a built-in HTTP CONNECT proxy solves it.
This week in Topaz: Azure Cosmos DB arrives as a full resource-management service with Accounts, SQL Databases, and Containers. Entra ID adds Resource Owner Password Credential (ROPC) authentication with a built-in HTTP CONNECT proxy for non-Docker installs. Key Vault improves authentication challenges by reflecting request domains. Container Registry enhances token handling with improved…
A practical guide to running Topaz alongside your application in Docker Compose for local Azure development. Covers fixed-IP networking, certificate distribution without bind mounts, startup ordering, and in-process ARM provisioning.
This week in Topaz: Azure SQL arrives as a full first-class service with Servers and Databases. Service Bus gains a real AMQP data plane with queue management and message locking. Blob Storage completes the User Delegation SAS flow. Entra ID adds Device Code and form_post support. Container Registry grows Tasks and Runs automation APIs. And Topaz ships its first Python SDK.
Getting AMQP 1.0 right in a local Azure emulator is harder than it looks. This post covers what real AMQP compatibility means, lock settlement, receive credit, management links, and how Topaz handles it well enough to run MassTransit end-to-end. Examples use C# and MassTransit.
This week in Topaz: Azure App Service lands as a first-class service with Plans and Sites. Virtual Machines gain full CLI coverage. Storage gets end-to-end SAS and stored-access-policy enforcement. Key Vault now handles symmetric AES keys. The Portal grows a live CLI terminal and universal tag editing.
How to connect the Topaz MCP server to GitHub Copilot so your AI assistant can provision local Azure infrastructure, Key Vault, Storage, Service Bus, and Event Hubs, directly from a chat prompt. Covers the Docker network and DNS setup needed for container-to-container connectivity.
This week in Topaz: Table Storage learns OData, Virtual Networks reach full CRUD, Network Security Groups arrive, Key Vault gets auto-purge, and the repo ships an official Dev Container.
A technical account of building a VS Code Dev Container for the Topaz Azure emulator, covering Docker Compose workspace mount pitfalls, certificate distribution without bind mounts, and why dnsmasq belongs in its own sidecar service.
This week in Topaz: Key Vault certificates land, Management Groups reach full CRUD maturity, Storage gets Entra ID auth, and the Portal grows a real dashboard.
An honest comparison of Topaz and Azurite for local Azure development. Storage parity, Key Vault soft-delete, Service Bus AMQP, Container Registry, Entra ID, RBAC, ARM templates, Terraform, MCP: what each tool emulates, what neither does yet, and when to pick which.