While creating a snapshot for troubleshooting in different environment, it will make impact to original VM or it will keep running as is?
@sagar3950 Жыл бұрын
Can we use same method for cloning Linux machines? What are additional steps for those? for sysprep operation in linux
@vvhitsolutions Жыл бұрын
For Linux VM's cloning almost similar steps. Check below link for more details, if you still have questions ping me here or on WhatsApp I can assist you. learn.microsoft.com/en-us/azure/virtual-machines/generalize
@paridhishivhare5690 Жыл бұрын
Hey can you please tell me how to create 50 vms with same configuration
@vvhitsolutions Жыл бұрын
We can use ARM template, Terraform Template or Powershell Script to create multiple vms with same configuration. However if you want all these servers with same OS and Application installed then you also have to create the server as Image and create Multiple VM's from same Image and configuration (use ARM,Terraform temaplate, Powershell). I will try to create a video on this as well.
@paridhishivhare5690 Жыл бұрын
@@vvhitsolutions thank you. It is very helpful if you create video on this like in Arm template . Or it is very helpful if you started to create the video on automation so can learn the how to handle the infrastructure server provisioning.
@deepakgupta4479 Жыл бұрын
@@vvhitsolutions hello sir i am watching all your videos and trying to clear my basic concepts though i have learnt a lot from you , but this is one video i am also waiting how we can create multiple vms like 100 vms, i will wait for your video thanks you for all videos again
@syedyunus6776 Жыл бұрын
what if i created 50 instances and have the application running in each but now i want to update the application so how do i update the application in all 50 server instances.
@vvhitsolutions11 ай бұрын
we need to understand better on query, updating application means? any configuration of App running on VM? or application Upgrade? OS upgrade? Can you share more details.