Migrating NAS to Azure Files with Azure Storage Mover | Full Demo

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

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

  • @sathyar7078
    @sathyar7078 9 месяцев назад +1

    Awesome content . A new concept learnt today . Your presentation quality is good as that of the video we can get in Udemy or LinkedIn . Keep Sharing such useful contents

    • @freddydubon4619
      @freddydubon4619  9 месяцев назад

      Thank you Sathyar! thanks for watching

  • @nigelmullings2122
    @nigelmullings2122 3 месяца назад

    how did you get past the cifs mount error, thats what I get on the source endpoint?

  • @malikadeelimtiaz5946
    @malikadeelimtiaz5946 4 месяца назад

    excellent video

  • @rtistdumm
    @rtistdumm 5 месяцев назад

    Great tutorial, but one configuration is missing for me!
    What are the prerequisites for the SMB Share?
    How do I set permissions, so the Storage Mover Agent is allowed to access files in the SMB-Share?
    For now I even assigned 'Full Control' for 'Everyone' on our newly created share, but still the migration job exits with error code AZSM1001 stating permission is denied

    • @rtistdumm
      @rtistdumm 4 месяца назад

      For anyone who's stumbling across this question, while searching for a solution: I managed to get it working.
      I created a local User on the onprem server, hosting the SMB Shares. The user is named after the KeyVault-User-Secret-Value and using the KeyVault-Password-Secret as its password. Permit this user to the share and it will work.

  • @villaran92
    @villaran92 7 месяцев назад

    Great! Thank you!

  • @damwuyi
    @damwuyi 3 месяца назад

    Hey Freddie, thanks for this tutorial.
    Please what do you reckon is the best way to automate the movement of files from an Azure VM (a DB server) to a NAS device.

    • @freddydubon4619
      @freddydubon4619  3 месяца назад

      the best way to move files from an Azure VM to an onprem NAS device would be Azure File Sync. create a sync group from your Azure VM to a Share on prem, this would keep the two synchronized and since the files are from a VM they will move immediately from Azure to onprem. once they are in the VM you can setup a robocopy to move to a NAS. that is the way I can think about at the moment.

  • @maheshkumarnaik754
    @maheshkumarnaik754 9 месяцев назад +1

    Nice sir

  • @anupagarw
    @anupagarw 5 месяцев назад

    Does it copy encrypted files also?

    • @freddydubon4619
      @freddydubon4619  5 месяцев назад +1

      yes encrypted files are copied, however when someone tries to open them they need to have access to the key to unencrypt files

    • @anupagarw
      @anupagarw 5 месяцев назад

      And does this tool takes backup on the fly or we have to arrange the backups beforehand?
      Actually we have to use this tool in my current project..

    • @freddydubon4619
      @freddydubon4619  5 месяцев назад

      @@anupagarw so this tool takes files copied into the share and pushes them into the Azure Storage account, it does automatically so nothing that you need to do to push files into the storage account. I hope this answers your quesiton