mitesh1612 / blog

My personal developer blog made using Fastpages.
Apache License 2.0
0 stars 1 forks source link

How to have Multiple Custom Script Extensions for Azure Virtual Machines in One ARM Template Deployment | Mitesh Shah’s Blog #7

Open utterances-bot opened 2 months ago

utterances-bot commented 2 months ago

How to have Multiple Custom Script Extensions for Azure Virtual Machines in One ARM Template Deployment | Mitesh Shah’s Blog

A simple trick on how to use multiple Custom Script Extensions for Azure VMs, when you want to use multiple custom script extensions in one deployment at different stages of deployment, in a single ARM template.

https://mitesh1612.github.io/blog/2021/05/14/vms-with-multiple-extensions

id-jordan-stefanelli commented 2 months ago

The link to Microsoft's Documentation of multiple vm extension scripts is here: https://learn.microsoft.com/en-us/azure/virtual-machines/extensions/custom-script-windows#using-multiple-scripts

To replace the link (additional-examples) mentioned in sentence: |Its not that Azure doesnt support running multiple scripts, they do infact as specified in this example. "