- Home
- Remote Software Deployment on multiple Azure Linux and Windows VMs.
Monthly Archives:
July 2020
Remote Software Deployment on multiple Azure Linux and Windows VMs.
In this blog, we will discuss a real-time scenario of deploying software on multiple Linux and Windows Virtual machines simultaneously. Suppose you have 500 virtual machines both Windows and Linux and you want to push the software to these virtual machines. Obviously, it is not a workable solution to perform the manual installation on these 500 VMs. But there is good news that Azure provides a custom script extension for remote command execution. Let’s learn how to use it?