An automation tool for provisioning Azure infrastructure and deploying containerized applications.
View Project on GitHubThis recording shows the complete lifecycle: provisioning, deploying a Docker container, and destroying all resources with a single set of commands.
Automates the creation of a complete Azure VM stack, including networking and security, using the Azure SDK.
Containerizes applications using Docker and deploys them to the provisioned VM, ensuring a consistent environment.
Tears down all created cloud infrastructure with a single command, preventing unnecessary costs.
Maintains the state of the infrastructure locally, allowing commands to work together seamlessly.