Тёмный

Azure File Sync fully explained - on-prem files to Azure 

FreddyDubon
Подписаться 1,7 тыс.
Просмотров 9 тыс.
50% 1

This is the continuation of the Azure File Share Series, this is a video explaining how to use Azure File Sync to fully synchronize an On-Prem file share to Azure and how the synchronization can be used to push files to a different location.
this service is different than Azure File Shares in that communication to the cloud is via TLS on port 443.
00:00 Intro
00:45 what is Azure File Sync and how to use it
01:50 Cloud Tiering explained
02:40 What is a Heat Map
3:00 Policies available
3:40 Proactive Recall
4:55 Tiered Files vs Locally Cached files
6:00 Low Disk Space mode
7:40 Demo and Requirements
8:40 Create a File Sync
10:00 Sync Group Creation
11:00 File Sync Agent installation
12:30 Setup File Sync Agent
14:00 Server Setup
14:50 Adding a Server Endpoint
19:30 Summary
Please don't forge to like this video and Subscribe to the channel if you find this content useful.

Опубликовано:

 

4 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 41   
@terripinan1876
@terripinan1876 24 дня назад
Thank you for this, this cleared up some issues I was having. The demo was the best I have seen, clear and concise.
@freddydubon4619
@freddydubon4619 24 дня назад
I am glad it helped you! thanks for watching
@felo534
@felo534 2 месяца назад
You deserve all the credit.. Simple and cool, well understood. big thumbs up..
@freddydubon4619
@freddydubon4619 24 дня назад
thank you! and thank for watching
@sandsandeeps
@sandsandeeps 2 месяца назад
Your video was straightforward and extremely helpful. Excellent job-I really appreciated it!
@Ninjago_Energy
@Ninjago_Energy 25 дней назад
Awesome, nice, short and clean explanation.
@freddydubon4619
@freddydubon4619 24 дня назад
thanks for watching!
@devim8071
@devim8071 Год назад
I hardly leave comments, but you deserve one. Well explained and simplified.
@freddydubon4619
@freddydubon4619 Год назад
Thank you Devim, Glad it was helpful.
@SaqibKhan-nr5qn
@SaqibKhan-nr5qn Год назад
Well explained and very easy to understand. Thank you Freddy for taking a time to record that video.
@freddydubon4619
@freddydubon4619 4 месяца назад
thank you and thanks for watching!
@MichaelToub
@MichaelToub 6 месяцев назад
Thanks so much ! This cleared up a bunch of ambiguity I had in my mind about file sync !! Well done !
@freddydubon4619
@freddydubon4619 4 месяца назад
Glad it helped! and thanks for watching
@raydavis3697
@raydavis3697 Год назад
Good breakdown. Thank you.
@freddydubon4619
@freddydubon4619 9 месяцев назад
Glad it was helpful!
@zomgoose
@zomgoose 7 месяцев назад
Appreciate the tutorial. Thanks!
@freddydubon4619
@freddydubon4619 4 месяца назад
thank you! and thanks for watching! Slava Ukarini
@ricardoramirez6769
@ricardoramirez6769 Год назад
Thank you... very clear explanation
@freddydubon4619
@freddydubon4619 Год назад
Thank you Ricardo for the comment.
@sathyar7078
@sathyar7078 7 месяцев назад
Good explanation . Please make more such videos
@freddydubon4619
@freddydubon4619 4 месяца назад
thank you!!
@user-vc8qq9dw5t
@user-vc8qq9dw5t 11 месяцев назад
Well explained
@freddydubon4619
@freddydubon4619 9 месяцев назад
thank you
@prasathbasava
@prasathbasava 4 месяца назад
Its easy to understand the Azure file sync. Means its replaced the DFS server concept in future?
@ilpipio
@ilpipio 5 месяцев назад
Hi, thanks for this video, could you better specify the sync frequency both on cloud and server endpoints? There’s so many contradictory documentation about that! If you also have some useful documentation link it would be really great!
@freddydubon4619
@freddydubon4619 4 месяца назад
that is a great question. so when you copy a file a share say in New York, the file starts to synchronize with Azure Files as soon as the file close handle is received on the local share. when the file is fully copied to Azure FIles the metadata will show up in London but the file contents will not be sync'd until someone tries to access the file in London. if a file is copied directly to the Azure Files share, the synchronization timer is much longer, it happens only one or two time per day. this is the reason some customers decide to add a Windows VM to the cloud and use the Azure Sync Agent on that too, at that point all sync'd shares are updated as soon as the file is copied. i hope this helps
@nobody-P
@nobody-P Год назад
Hi sir well explanations thank you so much... i have one questions if i have mulyiple DFS server in that time how to configure this?
@freddydubon4619
@freddydubon4619 4 месяца назад
Typically you would sync one share at a time in your DFS and if you need to create something similar to a DFS in Azure please watch a video I created about DFS. I hope this helps and thanks for watching
@maheshkumarnaik754
@maheshkumarnaik754 24 дня назад
i have multiple folder in server how can i move separately to file share
@agentcode12345
@agentcode12345 9 месяцев назад
I have implemented Azure File Share successfully , and use DFS-N to publish the share with ABE (access based enumeration) enabled . However users still see Folders they don't have NTFS permission to . . Can you let me know what am I doing wrong here?
@freddydubon4619
@freddydubon4619 9 месяцев назад
Hi @agentcode, for what I can see ABE is not supported on Azure Files Shares, the only way you could make this work is if you use DFS-N to point to Shares on different servers and then keep the folders synchronized either by using azure file sync for DFS-R i hope this helps.
@Circuit__07
@Circuit__07 Год назад
Is there any way to sync data to blob container by using powershell but without using azcopy?
@freddydubon4619
@freddydubon4619 Год назад
Hi Circuit, yes there is a way. let me create a video explaining how to do that.
@dahinaan3143
@dahinaan3143 5 месяцев назад
@freddydubon4619 I am getting sync issue between two az file shares, do you know any mechanism to sync one az file share to another without script as script miss or skip backups
@freddydubon4619
@freddydubon4619 4 месяца назад
are you trying to sync two Azure File Shares without using an Azure File Sync agent? or can you elaborate a bit more on your use case pls? thanks
@kranthikumar1758
@kranthikumar1758 Год назад
I have a doubt regarding ACLs for the fileshare. please clarify. 1.case 1:-If I have a fileshare on onprem(location:-Hyd) with access level set to a group. If I change or modify ACL here,will the ACL of the fileshare updated(location:-delhi) with cloudendpoint in azure. 2.case-2:-What if I have all permissions on cloud endpoint and only reader permission defined to that fileshare on on-prem(or vice-versa).Will I be able to edit file on on-prem and on cloud endpoint?According to the features of the fileshare,since I have all permissions defined on the cloudendpoint,will that ACL replicated back to the on-prem and giving me full access to the file share on the on-prem? is this possible?
@freddydubon4619
@freddydubon4619 Год назад
thank you for the question, it is a very important question and I will follow up with a video to explain this, i will have that video out shortly.
@uditpatel2004
@uditpatel2004 Год назад
How can we share the synced server files to wider user? . Also is it possible using azcopy to achieve the same.!
@freddydubon4619
@freddydubon4619 Год назад
I am not sure what you mean to Sync Server Files to a wider user, so if you could elaborate a bit more. as far as AZCopy, Azcopy was created to be used primarily with Blob Storage and you would have to use an link to copy to. if you have an Azure File Share mounted on your server as a Drive you are better off using tools like Robocopy into the share, with switches like /mt /z from a command line robocopy source folder destination folder /mt /z. hope that helps
@uditpatel2004
@uditpatel2004 Год назад
@@freddydubon4619 Hi Freddy thanks for reply. I am migrating our on prem to cloud but we using cloud as just backup storage . So I just want to move files from network drives to cloud and then share them using file share to our prem win file share server. From there other users of the department would be accessing these files. I was hoping to accomplish this using az file share and azcopy
@freddydubon4619
@freddydubon4619 Год назад
@@uditpatel2004 yes you should be able to do this without a problem. just mount (map a drive) the Azure File share on the server and copy files to it using Robocopy and then other users can access those files once they mount (map a drive) to the azure file share. this is a very good way to migrate to cloud. DM me on twitter if you have any other questions. @freddydubon
Далее
Help Barry And Barry Woman Scan Prisoners
00:23
Просмотров 3 млн
3 ways to reduce the size of your docker images
17:20
Azure Files AD Authentication Integration
22:35
Просмотров 33 тыс.
Azure NetApp Files
33:50
Просмотров 17 тыс.
How Azure File Sync Works
11:25
Просмотров 15 тыс.
CrowdStrike IT Outage Explained by a Windows Developer
13:40
Azure Files Tutorial | Easy file shares in the cloud
21:26