Azure continuous VM deployment
Intro One of the questions I have gotten from customers is, what happens if I run my deployment script of a VM multiple times? For instance, if the customer has a script that runs an ARM or Bicep template with multiple virtual machines, what will happen to the already running machine if they add a new one? Let us have a look at that in this blog post.
I have used the Microsoft documentation as a guideline for this blog post.
6 minutes to read
Martin Therkelsen