- Home
- Remote Software Deployment on multiple Azure Linux and Windows VMs.
Azure Storage Account
TagRemote 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?
How to mount Azure Storage Account to Databricks with SAS key?
This blog discusses the step by step approach to mount the storage account to Azure Databricks.