@arun kumar
I understand you are trying to install blobfuse and kill disconnected user sessions on your vms with a single run. Please correct me if I am misunderstanding.
It sounds like using Run Command for Linux VMs with RunShellScript will provide what you need. Run Command can run Linux shell scripts on your virtual machines remotely by using the VM agent. Run Command is designed to execute on a single VM so you will need to use a script or forloop to execute it across your list of VMs. Here is a good example on running the script in Parallel across VMs, this example is for Windows, but with some simple modification can be adapted for Linux.
The installation of blobfuse is dependent on the Linux distribution you are using. A full set of instructions can be found here.
Killing user disconnected sessions is a bit tricky as you would need to first determine which sessions you consider disconnected. If it is an option you might consider simply terminating sessions older than a set time. There is good discussion on this thread.
Hope this helps! Please let me know if you need further assistance or have more questions.
-------------------------------
Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.