Azure taking snapshot and reverting snapshot all steps, very important before making changes in prod

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 15

  • @sulaimansulaimanibrahim7795
    @sulaimansulaimanibrahim7795 2 года назад +1

    You did a great work my brother.

  • @muhammadzubair-ue4oq
    @muhammadzubair-ue4oq 2 года назад +1

    Great 👍

  • @kindz
    @kindz Год назад +1

    👏👍

  • @omarraja9017
    @omarraja9017 11 месяцев назад +2

    What if I have multiple disks in the Windows machine? Do I have to take the snapshot of each disk separately?
    I have two disks in my server C and D. I want to perform update. So I need to know how to take snapshots of both disks and how to revert snapshot in this case.

    • @linuxplus2780
      @linuxplus2780  10 месяцев назад

      Normally D is just pagefile and get created when you create VM, however it is not recommended to have data in D drive, yes for C drive you need to take snapshot of it and if any E or F drive for example you might have take individually for those disks.

    • @omarraja9017
      @omarraja9017 10 месяцев назад +1

      Thanks. Then how can we have the additional disks placed in the Snapshot reverted VM?

    • @linuxplus2780
      @linuxplus2780  10 месяцев назад

      Hi take snapshot of any important disk individually and if you want to revert back, you can create disk from that snapshot and attach to the VM, can be OS disk or data disk, azure snapshot is slightly different from vmware snapshot@@omarraja9017

    • @omarraja9017
      @omarraja9017 10 месяцев назад

      Thanks.. It helps!

    • @linuxplus2780
      @linuxplus2780  10 месяцев назад

      @@omarraja9017 no issues at all

  • @avivmor2992
    @avivmor2992 8 месяцев назад

    Do you have any python code that preform that? I'm facing some issues trying to create a vm from a snapshot using python

  • @amilkcartin
    @amilkcartin Год назад +1

    My only question regarding this process is if I wanted to restore a DC and it have the same exact name, will it allow that? And if not, after I recreate the new vm and delete the bad one, can I update the name of the new vm then to show the same name?

    • @linuxplus2780
      @linuxplus2780  Год назад

      Yes it’s possible and without any issues you can do that.