Nice Content. I would love to see a video going further in detail, relating to useraccess and Entra or AD. In your demo you are using the access Key, which is not suitable for gaining access in organisations.
You read my mind - I am looking at this very scenario for a client right now who wants to move off on-premises SMB shares but SharePoint doesn't really suit their needs. A very useful video Jonathan, thanks!
I’m in the same boat. One thing I’m grappling with is this client currently has 8TB of data and growing with 10 users so I’m trying to run the numbers for the breakeven over on-prem.
If you don't need the redundant storage options, you can map a network drive to a SharePoint Document Library (I know, Microsoft recommends using Sync, but it is still possible) then buy a Microsoft SharePoint Online Plan 2 license for around £8.50pm for unlimited storage. Yes, I did say unlimited.
Google is your friend ... but the easiest way I've found is: Office App > Open > Sites, navigate to your document library, click on the folder to open the Browse window, then copy/paste the address at the top into the Map Network Drive applet. If you wanted to automate this with Intune, you would either add a device script (BYOD) or use an ADMX template.
Great video Jonathan. We deploy Azure Files in conjunction with Azure VPN Gateway with a Private Endpoint on the storage account. Circumvents ISP SMB protocol restrictions and makes the solution just that little bit more secure. 👍
Another great video Jonathan didn't know about this and from your video and a little more research I can now see how these would bring benefits in our organisation. Not only would SharePoint work for most use cases where we have designers working on larger file formats without the need for collaboration features that SharePoint bring it's a perfect mix.
This is an interesting solution. Are connections encrypted and secure from soup to nuts? (e.g.: establishing a connection, authenticating, initiating file transfers)
Azure Storage integrates into Microsoft Entra (the new name for Azure Active Directory) giving you all the same features as SharePoint-based storage, share permission, ACLs, guest access etc.
How does it work if you have a slow connection asa remote worker? I assume each time you open a 15mb file it downloads it, opens it and then also uploads it back up? Like a normal mapped share to on prem via vpn or other means?
U can domain join your storage account , than use windows acls. Otherwise u could facilitate azure role assignments as well, they’re called SMB - Contributor something the documentation on that is alright and usable
@@ELE568 well I actually took a go at this today and was pretty sleek.. I didn’t overly customize permissions just used the automatic one and I think I am able to simulate a on premises file server to the cloud without an actual machine . I like it
Can you provide more detail on the pro's and con's of each? What are the limits with each? SharePoint comes with M365, so not need to spend more on Azure files?? If your VM or Desktop is in Azure Cloud, then using SharePoint should be fast ??
Do you have an on premise server that the users connect to? We have CAD files that users need access to, the gotcha is that my users are located in various places in the US. My current solution is to put the CAD files in a Teams (Sharepoint) library, use OneDrive to sync the files. CAD needs to access these files via a drive letter so we map the local synced folder as Y: This is CLUNKY. If I could move the CAD files to Azure and somehow keep these files in sync for each user, that would ideal. Thoughts?
Wow Jon. Thank you so much for this video. Love your content. I wanted to know if Azure storage would be a suitable solution if my marketing team has 2 TB of active data that they share outside the organization with content creators.
Hi mate, I’m so glad I found this! Can I create permissions for folders? If I have a company shared drive and the different folders for different departments, can I restrict access to particular groups or people? Also is there functionality with power automate to create folders and files etc? Cheers, Dan
Great video, just what I have been looking for. Couple of questions though, firstly what is the metadata that's set to 1000Gb at the cost calculator part of the video? Secondly how secure is transferring the data from the Azure cloud to the devices? I believe it utilises SMB3 but how secure is this to allow access over port 445 to the internet to access it?
What I've done is create a VNet without internet access and then VPN Client connection to the VNet. Enable the Storage Account access only from the selected network. That way, the user must connect over the VPN before they can access the drive mapping. You may be able to use the Secure Client Gateway to achieve the above now though?
Hi Jonathan thank you for this great video! How would you handle the fiiler and folders permissions? Same as NTFS? Would it support access-based enumeration? Thank you.
Is there a way of securing access with entra? I know it can be done with active directory domain services or a domain controller, but native Entra would be best. It's important for control and accountability to know who created or modified a file or folder
Is there an option to configure permissions and such? I do like how it is a mapped drive so end users wont notice too big of a difference when it comes to getting to files/folders.
Hi, what is the "File system used metadata" in the cost calculator? I see it adds quite a bit to the price. Can I set this to 0 or must it be the same value as live share capacity?
It depends. Sharepoint is related to synchronizing. This is not ideal with big data. Sharepoint storage is much more expensive when we are talking about big data. And the Backup is more komplex. Without Sharepoint for any reason, your data is not reachable. With an Azure Fileshare it is just data in a raw Format. Just transfer to another region in Azure an you are good to go. As a developer or a designer you don't want to relate on synchronisation with constantly changing files. both have their right to exist.
small business owner here surely not IT pro but I am our global admin and I want simple. For $22 USD I get 365 Business Premier with 1TB per user. And Sharepoint sites with doc libraries that seem to accomplish the same. Seems like the video is designed for those that need a server to lead apps not just files but want to move to a Cloud location to store the application AND the files created from their possible proprietary app? But for businesses that are mostly using SaaS app or locally installed apps like office apps whose files can be stored in the cloud for sharing, is this just a bit too much Jonathan? Thx in advance for your opinion. Love the videos.
You can develop SaaS apps on Azure but irrespective of this, Azure Storage provide 'standards based' file storage, which means that any-app, any-where could in theory use it, you just have to be mindful of network latency and bandwidth. I can't paste the link but if you google 'introduction to azure storage' on microsoft's learn platform you'll find it.
You can develop SaaS apps on Azure but irrespective of this, Azure Storage provide 'standards based' file storage, which means that any-app, any-where could in theory use it, you just have to be mindful of network latency and bandwidth.
btw, you are not limited to 1TB per user, that is simply the default quota. With all Microsoft 365 Business licenses (Basic, Standard & Premium), an admin can increase that quota to 5TB (OneDrive). SharePoint Document Libraries can be increased up to a maximum of 25TB with SharePoint Online Plan 1, or Unlimited storage with SharePoint Online Plan 2.
Awesome video like all your others. Love to see Azure File Setup using Private Endpoint with Global Secure Access! That would be the best way to do it right?
How does this compare to Sharepoint for the end user experience? Do you still get the options of being able to have multiple people editing the same documents at the same time?
Azure files acts just as Jonathan said a network drive but in the cloud. It's very good question though as it does not offer the same file collaboration capabilities as SharePoint. Which is why It's perfect for those big files for design etc. You're not generally going to have people working on these types of files in collaborative way. Azure files can also accept larger file sizes over 100GB and can handle these much better.
@michaeledwards2419 Thank you for the explanation. That it doesn't offer the ability for collaborative working is disappointing. I had hoped it would, as it's structure of being a cloud based file share would be perfect for my organization.
We have 12tb of files in a blob storage with a VM using Azure File Sync to cache 20% or live data. Devices are then mapped to this VM share. Could I do away with the VM and move all files to Azure Files? Also what security would be on the file share if accessing from a home device? I’m thinking maybe AVD and remove home devices from the equation.
We were looking into this to alleviate the storage constraints of Sharepoint to store archive or static data that is no longer actively accessed. We were an all mac environment and use entra ID as our IAM. We found a contraint where we could not map an azure share to our macs using our Entra ID or AD creds. We reached out to support and they said it is a product limitation. Anyone else experience this?
yeah,. Spectrum blocks 445 here in Southern California and I hear Verizon does too on their mobile service; making Azure files a no go for mobile organizations. you would need to introduce some kind of proxy/vpn to make it work. please correct me if I am wrong. please post source if there is a fix/solution to this issue
@@bearded365guy Thank you for replying, i love your content and would love to hear if you have a solution for me . Basically we are a company manufacturing and selling online or in stores. We have a few brands and tons of content like pictures, videos, ads, marketing material , business documents , sheets and much more. we are looking for a cloud service that can handle volume, co-editing (or locking not to be able) , collaboration, nice platform for our creative team, permission control , metadata and must live in company space so no risk of anything getting lost or misplaced from workers error or termination of an employee. Right now we are using the complete suite of google and drobox which isn't really working out. After lots of research I saw that Microsoft 365 business with teams and SharePoint might be the perfect solution. however i was very disappointed when i was told SharePoint get only 1tb plus 10g per user and @200 for each additional tb so i was referred to look at Azura, however besides giving me the space it does not check any of the other boxes i need.
The only issue with the script is that it is connected over 445 over the internet. With at least some of the ISPs here in the US, they block connections over 445.
Great video. Would you be willing to do a video on how to deploy this script to users via Intune? I have tried a few things and not having the luck that I need. To me this would close the loop on getting all users connecting to the share. Last comment, I was unable to access the share from my home network due to the ISP blocking port 445. My solution was to add the FQDN of the share to a list of applications in my GSA and that appears to solve that issue. Thanks!
You did a great job of giving the essentials in less than 15 minutes - impressive!
So timely! I’ve been researching this exact issue for the last two weeks.
Nice Content. I would love to see a video going further in detail, relating to useraccess and Entra or AD. In your demo you are using the access Key, which is not suitable for gaining access in organisations.
You read my mind - I am looking at this very scenario for a client right now who wants to move off on-premises SMB shares but SharePoint doesn't really suit their needs. A very useful video Jonathan, thanks!
I’m in the same boat. One thing I’m grappling with is this client currently has 8TB of data and growing with 10 users so I’m trying to run the numbers for the breakeven over on-prem.
@@KingStreetTechnology The cost becomes astronomical.
Thanks Jon! Great video! I could automatically copy the backup (Onedrive/Exchange/Sharepoint) of my 365 licenses.
If you don't need the redundant storage options, you can map a network drive to a SharePoint Document Library (I know, Microsoft recommends using Sync, but it is still possible) then buy a Microsoft SharePoint Online Plan 2 license for around £8.50pm for unlimited storage. Yes, I did say unlimited.
Intereseting info, so this could also be an alternative for users that works with for example large CAD-files and such?
@@twangt SharePoint has a 250GB individual filesize limit, Azure Storage does not. I don't know how big 'large CAD-files' are.
How do you map a network drive for sharepoint document library? Using intune?
Google is your friend ... but the easiest way I've found is: Office App > Open > Sites, navigate to your document library, click on the folder to open the Browse window, then copy/paste the address at the top into the Map Network Drive applet. If you wanted to automate this with Intune, you would either add a device script (BYOD) or use an ADMX template.
Sharepoint P2 is not unlimited. As an admin you can expand a storage location up to 5 TB.
Your channel deserve way more credit! Awesome and value content! I hope you achieve the top. Cheers mate
Really good video man. You did a wonderful job of breaking it down and including everything someone would need to know :)
Great video Jonathan. We deploy Azure Files in conjunction with Azure VPN Gateway with a Private Endpoint on the storage account. Circumvents ISP SMB protocol restrictions and makes the solution just that little bit more secure. 👍
Love it
is that different from global secure access?
Another great video Jonathan didn't know about this and from your video and a little more research I can now see how these would bring benefits in our organisation. Not only would SharePoint work for most use cases where we have designers working on larger file formats without the need for collaboration features that SharePoint bring it's a perfect mix.
This is an interesting solution. Are connections encrypted and secure from soup to nuts? (e.g.: establishing a connection, authenticating, initiating file transfers)
Hi Jonathan, great video! Not sure if I missed it but can you specify permissions in Azure files for folders?
Azure Storage integrates into Microsoft Entra (the new name for Azure Active Directory) giving you all the same features as SharePoint-based storage, share permission, ACLs, guest access etc.
How does it work if you have a slow connection asa remote worker? I assume each time you open a 15mb file it downloads it, opens it and then also uploads it back up? Like a normal mapped share to on prem via vpn or other means?
How do you manage the access rights on Azure drive for large Organization
That's a good question how do you manage permissions ?
U can domain join your storage account , than use windows acls. Otherwise u could facilitate azure role assignments as well, they’re called SMB - Contributor something the documentation on that is alright and usable
@@ELE568 well I actually took a go at this today and was pretty sleek.. I didn’t overly customize permissions just used the automatic one and I think I am able to simulate a on premises file server to the cloud without an actual machine . I like it
Interesting. I did not know MS had something like this, it makes sense. How does azure files integrate with Teams, and other MS software?
@1:16 - Please do a video on OneDrive & SharePoint "Well Designed and Effective setup" !!!
Please & Thanks.
do you see companies that use both? I mean lets say IT stores their file son Azure but the rest of the departments are on sharepoint for example.
@@karihodson Yes, all of the time. Good data management!
Amazing explanation Jonathan, congrats! Should be great if all companies have an Super Teacher like you to explain all news from Microsoft.
Thank you
OneDrive & Teams document all use SharePoint at the backend.
So, what does Azure files uses?
you make watching educational videos less boring :) thank you
Can you provide more detail on the pro's and con's of each?
What are the limits with each?
SharePoint comes with M365, so not need to spend more on Azure files??
If your VM or Desktop is in Azure Cloud, then using SharePoint should be fast ??
I m using this and az files sync for more then 4 years now. If for excel link files and CAD files. All good.👍
Do you have an on premise server that the users connect to? We have CAD files that users need access to, the gotcha is that my users are located in various places in the US. My current solution is to put the CAD files in a Teams (Sharepoint) library, use OneDrive to sync the files. CAD needs to access these files via a drive letter so we map the local synced folder as Y: This is CLUNKY. If I could move the CAD files to Azure and somehow keep these files in sync for each user, that would ideal. Thoughts?
Yes we have. That uses azure sync .
Wow Jon. Thank you so much for this video. Love your content. I wanted to know if Azure storage would be a suitable solution if my marketing team has 2 TB of active data that they share outside the organization with content creators.
is soft delete size and current files size counted in the total 5TB?
Hi mate, I’m so glad I found this!
Can I create permissions for folders? If I have a company shared drive and the different folders for different departments, can I restrict access to particular groups or people?
Also is there functionality with power automate to create folders and files etc?
Cheers,
Dan
In this scenario, I would probably create multiple Azure File drives.
You hope this video? Man, you're awesome. Thank you.
Great video, just what I have been looking for. Couple of questions though, firstly what is the metadata that's set to 1000Gb at the cost calculator part of the video? Secondly how secure is transferring the data from the Azure cloud to the devices? I believe it utilises SMB3 but how secure is this to allow access over port 445 to the internet to access it?
What I've done is create a VNet without internet access and then VPN Client connection to the VNet. Enable the Storage Account access only from the selected network. That way, the user must connect over the VPN before they can access the drive mapping. You may be able to use the Secure Client Gateway to achieve the above now though?
Hi Jonathan thank you for this great video! How would you handle the fiiler and folders permissions? Same as NTFS? Would it support access-based enumeration? Thank you.
That's a great option for our setup. Thanks for the fantastic explanation
Is there a way of securing access with entra? I know it can be done with active directory domain services or a domain controller, but native Entra would be best. It's important for control and accountability to know who created or modified a file or folder
Your videos are awesome bro! Subbed immediately!
Azure Files uses SMB v3.0 and that could be vulnerable!
What do you think?
Is there an option to configure permissions and such? I do like how it is a mapped drive so end users wont notice too big of a difference when it comes to getting to files/folders.
Hi, what is the "File system used metadata" in the cost calculator? I see it adds quite a bit to the price. Can I set this to 0 or must it be the same value as live share capacity?
Need to talk about caching server. One of the selling points was using big data. Without caching server this is the same as saving to a share point .
It depends. Sharepoint is related to synchronizing. This is not ideal with big data. Sharepoint storage is much more expensive when we are talking about big data. And the Backup is more komplex. Without Sharepoint for any reason, your data is not reachable. With an Azure Fileshare it is just data in a raw Format. Just transfer to another region in Azure an you are good to go. As a developer or a designer you don't want to relate on synchronisation with constantly changing files. both have their right to exist.
Does Azure files offer the same security and resilience as SharePoint?
eg: file change history, recovery, undelete 2-level, sharing, etc...
So basically you are paying for 2 services? Storage Account and Azure Files?
small business owner here surely not IT pro but I am our global admin and I want simple. For $22 USD I get 365 Business Premier with 1TB per user. And Sharepoint sites with doc libraries that seem to accomplish the same. Seems like the video is designed for those that need a server to lead apps not just files but want to move to a Cloud location to store the application AND the files created from their possible proprietary app?
But for businesses that are mostly using SaaS app or locally installed apps like office apps whose files can be stored in the cloud for sharing, is this just a bit too much Jonathan? Thx in advance for your opinion. Love the videos.
You can develop SaaS apps on Azure but irrespective of this, Azure Storage provide 'standards based' file storage, which means that any-app, any-where could in theory use it, you just have to be mindful of network latency and bandwidth. I can't paste the link but if you google 'introduction to azure storage' on microsoft's learn platform you'll find it.
You can develop SaaS apps on Azure but irrespective of this, Azure Storage provide 'standards based' file storage, which means that any-app, any-where could in theory use it, you just have to be mindful of network latency and bandwidth.
btw, you are not limited to 1TB per user, that is simply the default quota. With all Microsoft 365 Business licenses (Basic, Standard & Premium), an admin can increase that quota to 5TB (OneDrive). SharePoint Document Libraries can be increased up to a maximum of 25TB with SharePoint Online Plan 1, or Unlimited storage with SharePoint Online Plan 2.
Awesome video like all your others. Love to see Azure File Setup using Private Endpoint with Global Secure Access! That would be the best way to do it right?
That sounds good to me!
your content is awesome jonathan! thanks
another awsome video - thank you sir !
Thank you so much for the video. Was really wanting the know the difference... Regards
How does this compare to Sharepoint for the end user experience? Do you still get the options of being able to have multiple people editing the same documents at the same time?
Azure files acts just as Jonathan said a network drive but in the cloud. It's very good question though as it does not offer the same file collaboration capabilities as SharePoint. Which is why It's perfect for those big files for design etc. You're not generally going to have people working on these types of files in collaborative way. Azure files can also accept larger file sizes over 100GB and can handle these much better.
@michaeledwards2419 Thank you for the explanation. That it doesn't offer the ability for collaborative working is disappointing. I had hoped it would, as it's structure of being a cloud based file share would be perfect for my organization.
@@MultiFriedchiken it's 'cloud based' but essentially exactly the same as mapped drives on prem that we've been using for decades.
We have 12tb of files in a blob storage with a VM using Azure File Sync to cache 20% or live data. Devices are then mapped to this VM share. Could I do away with the VM and move all files to Azure Files? Also what security would be on the file share if accessing from a home device? I’m thinking maybe AVD and remove home devices from the equation.
Yes, you could do. That’s a lot of data. Using AVD would certainly help your security on home devices 👍
As a developer; please never ever ever ever use sharepoint
Why?
Why?
Special characters not supported and sync issues
We were looking into this to alleviate the storage constraints of Sharepoint to store archive or static data that is no longer actively accessed. We were an all mac environment and use entra ID as our IAM. We found a contraint where we could not map an azure share to our macs using our Entra ID or AD creds. We reached out to support and they said it is a product limitation. Anyone else experience this?
Is it also possibe without SMB. Because most Internet provider does not allow SMB traffic.
Great video! Thanks!
BLURG! I loved this so much, until...Connect. What do I do about port 445 problems?
@@atxvet I think a follow up is needed for this video…..
Does your ISP have to allow port 445 for this to work ?
yeah,. Spectrum blocks 445 here in Southern California and I hear Verizon does too on their mobile service; making Azure files a no go for mobile organizations. you would need to introduce some kind of proxy/vpn to make it work. please correct me if I am wrong. please post source if there is a fix/solution to this issue
@14:30 - will that map drive be permanent? or do we have to run the script on each restart?
I wouldn't put any personal information into One Drive if it's a work laptop.
will azure work with teams and can we collaborate on files or view them online?
No, you will lose that functionality. This is like an old server mapped drive.
@@bearded365guy Thank you for replying, i love your content and would love to hear if you have a solution for me .
Basically we are a company manufacturing and selling online or in stores.
We have a few brands and tons of content like pictures, videos, ads, marketing material , business documents , sheets and much more.
we are looking for a cloud service that can handle volume, co-editing (or locking not to be able) , collaboration, nice platform for our creative team, permission control , metadata and must live in company space so no risk of anything getting lost or misplaced from workers error or termination of an employee.
Right now we are using the complete suite of google and drobox which isn't really working out.
After lots of research I saw that Microsoft 365 business with teams and SharePoint might be the perfect solution.
however i was very disappointed when i was told SharePoint get only 1tb plus 10g per user and @200 for each additional tb
so i was referred to look at Azura, however besides giving me the space it does not check any of the other boxes i need.
Very impressive! Thank you
The only issue with the script is that it is connected over 445 over the internet. With at least some of the ISPs here in the US, they block connections over 445.
Yes, this is true. Might need a VPN?
Azure VPN ?
You can but it will add to the cost.
Azure Storage can be accessed using a variety of different secure (encrypted) protocols e.g. NFS, SSH, iSCSI, only this example used SMB (port 445).
How do you specify an alternative port in the script to avoid 445?
Super! Thank you for sharing
Great video.
Would you be willing to do a video on how to deploy this script to users via Intune? I have tried a few things and not having the luck that I need. To me this would close the loop on getting all users connecting to the share.
Last comment, I was unable to access the share from my home network due to the ISP blocking port 445. My solution was to add the FQDN of the share to a list of applications in my GSA and that appears to solve that issue.
Thanks!
Can you share how you did this?
@RobFahndrich1 I'd love to know how you setup the application within GSA to bypass ISP blocking port 445.
I'd like to know too. Thank you
Are you familiar with the GSA?
Great video - just a tip - but I think you are zoomed in too much - zoom out a bit so we see less of your face on the big screens.
Jonathan, thanks! But not even word about security. 😞
expensive
Not clear video setup
Which bit? I hopped over to your channel to see how it’s done properly…
Is this the channel is very helpful for me and for a lot of people but from time to time some demo is not effective or complete to learn
Hi sir I am professional of videos editing and blog writing contact me
I think he does alright without you ;-)
You are amazing !!! Thank you 🍺