How to configure ASP.NET Core apps to use Topaz
Use the Topaz.AspNetCore.Extensions NuGet package to provision local Azure infrastructure automatically at ASP.NET Core startup — no manual CLI steps required.
How to write integration tests with Testcontainers
Use Testcontainers for .NET to run Topaz automatically in NUnit, xUnit, and MSTest projects — shared fixture pattern with full container lifecycle management.
How to test ARM and Bicep deployments locally
Test ARM and Bicep deployments locally with Topaz — supported resource types, deployment modes, and how to use az deployment group create against the local emulator.
How to run Topaz with Docker Compose
Configure a docker-compose.yml to run Topaz alongside your application, wire up Azure SDK networking, and manage the full container lifecycle.
How to unit-test Bicep modules with Topaz
Unit-test individual Bicep modules against Topaz — deploy modules in isolation, assert resource properties, and catch contract regressions before full-stack deployment.
How to run Topaz in CI/CD pipelines
Run Topaz in GitHub Actions and Azure DevOps pipelines — complete copy-paste examples for container service and executable approaches.