How to Migrate a File Sever to Azure Files | Complete Tutorial

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

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

  • @SZM6262
    @SZM6262 18 дней назад +1

    I greatly appreciate the details you shared.

  • @SaqibKhan-nr5qn
    @SaqibKhan-nr5qn Год назад +1

    Great job Freddy. Thank you for taking a time to record that video.

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

    Great video with time lines, Thanks Freddy.

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

      Glad you enjoyed it and thanks for watching

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

    great job man.. it helps me alot

  • @affirmingyou
    @affirmingyou Месяц назад

    Hi Freddy, thanks for the video. Can you start with a file sync to migrate large files and then switch completely to the cloud? This is a consideration for migrating from an on-prem file server that will eventually become obsolete but currently has very large files

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

    helped a lot. Thanks!

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

      Glas it was helpful! thanks for watching!

  • @Bastis_Fitness_kitchen
    @Bastis_Fitness_kitchen 6 месяцев назад

    Great video!
    Whats you recommendation for migrating multiple Teams in multiple countries with their network shares to Azure? One Storage Account but different shares for each team mapped by gpo?

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

      Typically that is a good way to go, one storage account and multipe shares. keep in mind that Azure files gives you the option to change the tier on a per share basis so if there is data that can be in Cool tier such as back ups or archival data, data that is not accessed much. this can help with the cost.

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

    Good demonstration. How do we give the permission to user to access the file?

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

      when a File is copied to Azure Files, the file keeps all the ACL permissions so if the file is used from a system that is part of the Active directory the file permissions should apply.

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

    can you provide vido for Azure Files SMB Access with Window AD

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

      sure, I can do that. just to make sure, are you referring to having an Azure files SMB joined to an Active Directory Domain?

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

      @@freddydubon4619 Yes sir

  • @sharukhmd7612
    @sharukhmd7612 6 месяцев назад

    Hey there, I have a question- post migration I compared the count of files and I found some files are missing. I don’t see any error. Please advise..

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

      This maybe a better use case for azure storage mover. this service keeps a count of all the files and does an MD5 equivalent check on all files. sometimes some files are missed due to file naming convention issues the azure logs should provide some insight.

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

    Does this apply to cloud only environment? I want to have AAD joined pc to map the file share but seems not working

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

      the Azure File Share be default is not aware of any domain, you can synchronize your onprem AD to Azure Domain Services and then "join" this Azure Files to this AD and then things should work for you. let me know if this makes sense. thanks for watching