Click here to Skip to main content
15,891,607 members
Articles / DevOps

Advanced Pulumi on Azure

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
16 Jun 2022CPOL5 min read 3.7K   2  
In this article, we’ll look at building out tests to ensure the infrastructure we’re building meets our requirements.
Here we take the code we wrote in the previous article and add unit tests to it that ensure the code isn’t accidentally changed to do something we’d rather avoid – such as provisioning 1000 VMs instead of 10 VMs. We also show how to run the tests and show what it looks like when a test failure occurs.

This article is a sponsored article. Articles such as these are intended to provide you with information on products and services that we consider useful and of value to developers

Views

Daily Counts

This article is part of the series 'Infrastructure-as-Code on Azure with Pulumi View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
United States United States
Hi! I'm a Solution Architect, planning and designing systems based in Denver, Colorado. I also occasionally develop web applications and games, as well as write. My blog has articles, tutorials and general thoughts based on more than twenty years of misadventures in IT.

Comments and Discussions