Skip to content
  • Blog
  • Events
  • Help
  • Careers
  • Contact
New Signature
  • About
      • Company

        New Signature has built a record of leadership by delivering exceptional technology and web solutions.

        View Company

      • Culture

        Culture is at the heart of everything we do at New Signature. Our core values shape the way we do business and drives success.

        View Culture
      • News

        Learn about the newest company announcements, technologies, and products at New Signature.

        View News

      • Partners

        New Signature works with a number of outstanding technology companies to deliver the best experiences to our customers.

        View Partners
      • Leadership

        New Signature's executive team includes proven leaders from the most innovative and fast-growing technology fields.

        View Leadership

      • Testimonials

        We love transforming our customers businesses, take a look at what they have to say about New Signature.

        View Testimonials
    Close
  • Services
      • Managed Services

        • Cloud Management for Azure
        • Cloud Management for Office 365
        • Desktop Experience
        • Recovery Experience
        • System Health
        • Technology Managed Services
      • View Managed Services
      • Professional Services

        • Advanced Analytics
        • Application Development
        • Collaboration
        • Identity and Access
        • Infrastructure
        • Process and Automation
        • Strategy
        • Training and Change Management
        • Unified Communications
      • View Professional Services
    Close
  • Technologies
    • Learn more about the technologies that power New Signature solutions View All Technologies


      • Advanced Threat Analytics
      • Azure Active Directory
      • Azure IoT Suite
      • Azure Site Recovery
      • Cortana Intelligence Suite
      • DocuSign
      • Dynamics 365
      • Employee Self Service
      • Enterprise Mobility Suite
      • Exchange
      • ExpressRoute
      • Hyper-V
      • Microsoft 365
      • Microsoft Azure
      • Microsoft Azure Stack
      • Microsoft Identity Manager
      • Microsoft Intune
      • Microsoft Phone System
      • Microsoft Project
      • Microsoft Teams
      • Nintex
      • Office 365
      • OneDrive for Business
      • Operations Management Suite
      • Power BI
      • SharePoint
      • Skype for Business
      • SQL Server
      • System Center
      • System Center Configuration Manager
      • Visual Studio
      • Windows 10
      • Windows Server
      • Xamarin
      • Yammer

    • New Signature Microsoft Licensing

      A Microsoft environment is not complete and usable until the proper licensing has been purchased and activated for your organization. Learn More

    • Featured Technology Office 365

      Whether you’re working in your office or on the go, you get a familiar, top-of-the-line set of productivity tools. Learn More

    Close
  • Products
      • Cloud Management Portal (CMP)

        A free and simple tool to view and track all of your Azure subscriptions, usage and spending. Our dashboard and reporting features give you a clear understanding of your Azure consumption and expenditure. Learn More


        • Try the CMP for Free
          Register Today!

        • Already a CMP User?
          Login

      • Projects Hub

        Projects Hub is a seamless extension to SharePoint Online that allows for project management and governance in one simple interface. This add-in works in: SharePoint 2016 or later, SharePoint Online. Learn More


        • Projects Hub Free Trial
          Download from the Office 365 Store
    Close
  • Industries
      • Communications & Media

        Technological solutions increase collaboration for industries that never stop.

        Learn More

      • Health & Life Sciences

        We develop real solutions for healthcare facilities that respect patient privacy, increase collaboration, and provide tools to access necessary information

        Learn More
      • Financial & Professional

        Bringing you the tools to develop a streamlined customer banking experience and a high-level of security.

        Learn More

      • Manufacturing & Resources

        Providing advanced technological solutions for a wide array of companies’ manufacturing operations by analyzing supply chains and manufacturing processes.

        Learn More
      • Government

        Optimizing your technology to heighten cyber-security efforts, enhance agency collaboration, and encourage economic and social growth.

        Learn More

      • Retail & Consumer Goods

        Optimizing data and centralizing operations to create a retail environment that empowers employees and delivers higher customer satisfaction.

        Learn More
    Close
  • Successes
      • Case Studies

        Browse a comprehensive list of companies who have created successful partnerships and experienced transformative solutions with New Signature.

      • View All Case Studies

      • Featured Case Study Subaru Enterprise Mobile App Development

        Subaru C​anada's Dealer Connect is an enterprise mobile app that gives sales people the information they need to serve customers from anywhere.
        View Case Study

      • Awards

        As a company, we are regularly recognized within the IT industry as well as the communities we serve.

      • View All Awards

      • Featured Award 2016 Canadian IMPACT Award

        New Signature developed an innovative dynamic solution for Subaru Canada in the form of the cloud-based Dealer Connect application.
        Learn More

    Close
  • About
    • Company
    • Culture
    • News
    • Leadership
    • Partners
  • Services
    • Managed Services
    • Professional Services
  • Technologies
  • Industries
  • Successes
    • Case Studies
    • Awards
  • Blog
  • Events
  • Careers
  • Help
  • Contact
Blog

What’s New In Azure: Azure File Sync

New Signature / Blog / What’s New In Azure: Azure File Sync
December 7, 2017December 3, 2017| Nagesh Mahadev
  • Facebook
  • Twitter
  • Google
  • LinkedIn
  • Print
hero_azurefilesync

Azure Files offers fully managed cloud file shares and extends the ability of organizations to share files across on-premises and the cloud. With support for industry standard SMB protocol, this service is truly cross-platform and can support mounting as file share from any client that implements SMB 3.0 with encryption.

Azure Files was initially launched over 2 years ago and was designed for mostly lift and shift. If you had an application on-premises that required a file share to operate with multiple concurrent users accessing it, Azure Files was designed to provide the same value up in the cloud. Customers could take their applications on-premises and move it up to the cloud and make use of it. In addition to native mount that uses SMB 2.1 and 3.0, it exposes REST APIs for programmability. There is support for Windows, Linux, Mac OS that can mount those file shares. There is encryption over the wire, at rest and secure communication over SMB. With Azure Files, organizations get the added benefit of a storage infrastructure that is highly secure, massively scalable, and globally available.
Why File Servers?

Organizations still use files servers mainly for 2 reasons:

  1. Application compatibility: File shares provide SMB semantics that provide ACLs to port, long path name, extended characters in the path name to name a few. There are a lot of functionalities you don’t get in Azure, say in a BLOB storage. So organizations continue to use File servers.
  2. Performance: There are workloads, a good example being customers who have collaboration scenarios like CAD/CAM drawings, for which latency is an issue. Organizations cannot have users in specific sites dealing with 100ms latency and get the job done. They are dealing with large files that are collaborative and need to be more performant.

What are the pain points with File Servers?

  1. Cold data: Storage continues to grow and a lot of it is cooler data that maybe users or applications need. There are issues usually moving huge data or the workload failing to move.
  2. Capacity management: Related to cold data is capacity management. Do you over provision when you first set up the File server or add more storage once the File server runs out of space.
  3. DR/Backup restore: If an organization has File servers spread across the multiple locations, how do you backup every one of those File servers? How do you test those backups? How do you do a restore especially in a branch office type deployment scenario?

Azure File Sync

Microsoft came up with Azure File Sync to centralize a company’s File servers up into Azure as a value prop that addresses the pain points listed above. It provides value in a managed cloud service, where organizations would not have to deal with managing the hardware or the service itself. It was really designed to reduce the complexity associated with server sprawl and having to manage multiple File servers separately. This also preserves the on-premises experience. The users continue to work just the way they do currently and its seamless to applications or users using File servers.

Azure File Sync keeps your Azure File share in-sync with your on-premises Window Servers. The real magic of Azure File Sync is the ability to tier files between your on-premises file server and Azure Files. This enables you to keep only the newest and most recently accessed files locally without sacrificing the ability to see and access the entire namespace through seamless cloud recall. With Azure File Sync, you can effectively transform your Windows File Server into an on-premises tier of Azure Files.

For additional information on Azure File Sync, you can refer to the documentation here.

Scenarios to use Azure File Sync

Below are the various scenarios you can leverage Azure File Sync:

 

Top Use Cases for Azure File Sync

  1. Highly Available FTP Server

Creating load balanced stateless FTP servers that use Azure Files to store shared content results in scalable and highly available FTP server.

  1. Existing scripts backup to a file share, replace the on-premises share with Azure Files.

  1. Application running on IaaS VM, output is post-processed on premises, e.g. print on premises

 

Network ACLs

Storage accounts are on public IPs. If you need to secure your storage accounts, you will need to utilize Network ACLs which is available in the portal as shown below. You can change the default access to deny and whitelist certain VNETs or IP ranges to allow access to them.

Additionally, Azure File Sync is still in Preview. “Preview” for an Azure service or service capability means that you can use it for production data, but that the service/service capability may not yet be available in all regions, may be lacking some important features, and does not yet have a full production service level agreement (SLA). Currently Azure File Sync is available in West US, West Europe, Southeast Asia, and Australia East to get started with the initial preview offering.

Azure Files itself has current file share limit of 5 TiB. Although Azure File shares are limited to 5 TiB, Azure File Sync can connect to as many shares as you need. This allows you to, as an example, split an on-premises file share across multiple Azure File shares to get around the 5 TiB limit.

Azure File Sync preserves discretionary ACLs (also known as DACLs), which are the ones that authorize user access to a file. Unfortunately, there is no support for ACLs directly in Azure Files, meaning that if you mount an Azure File share directly, rather than accessing your data through your Windows Server endpoint, Azure cannot enforce the ACLs. Azure can accomplish this by storing the ACLs privately so when you add multiple server endpoints to your sync group Azure can ensure that the ACLs exist on the files as expected.

 

Categories
Microsoft Technology Updates
Contact New Signature

Related Information

Services

  • Cloud Migrations
  • Hybrid Cloud
  • Secure Access

Blog Posts

  • 10 Things to Consider Before Beginning Your Cloud Journey 
  • There’s nothing artificial about AI
  • What New In Azure: Backing Up and Business Continuity
  • Migrating to Azure Using Azure Site Recovery

Events

May 02

Monetizing Blockchain for the Enterprise (Reston, VA)

May 2 @ 10:00 am - 2:00 pm
May 15

Determining the True Cost of the Cloud (Webcast)

May 15 @ 10:00 am - 10:45 am

View More

New Signature
New Signature HQ
901 K Street NW, Suite 450
Washington, DC 20001
Phone: 202-452-5923
New Signature Canada HQ
140 Yonge Street - Suite 400
Toronto, ON M5C 1X6
Phone: 416-971-4267
New Signature UK HQ
57 Bermondsey Street
London SE1 3XJ
Phone: +44 (0) 845-402-1752

About

  • Company
  • News
  • Leadership
  • Culture
  • Partners
  • Testimonials

Managed Services

  • Cloud Management for Azure
  • Cloud Management for Office 365
  • Desktop Experience
  • Recovery Experience
  • System Health
  • Technology Managed Services

Professional Services

  • Advanced Analytics
  • Application Development
  • Collaboration
  • Identity and Access
  • Infrastructure
  • Process and Automation
  • Strategy
  • Training and Change Management
  • Unified Communications

Technologies

  • View all Technologies

Successes

  • Case Studies
  • Awards
  • Industries
Copyright © 2018 New Signature
  • Blog
  • Events
  • Careers
  • Help
  • Contact
  • Privacy Policy
  • CMP Login