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

      • Awards

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

        View All Awards
      • 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

        • Application Health
        • Cloud Management for Azure
        • Cloud Management for Office 365
        • Desktop Experience
        • Recovery Experience
        • Security Managed Services
        • 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 Cloud Management Portal (CMP)

      Our exclusive portal is a core component of our managed services providing customers with insight into Azure spend and usage, access to incident support tickets, and reporting on system health. Learn More

      Login to the CMP

    • 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

    Close
  • Industries
      • Communications & Media

        We develop technological solutions to increase collaboration for industries that never stop.

        Learn More

      • Health & Life Sciences

        Dynamic solutions that respect patient privacy, increase collaboration, and provide tools to access vital information.

        Learn More
      • Financial & Professional

        Bringing you the tools to develop a streamlined customer banking experience and enhanced security.

        Learn More

      • Manufacturing & Resources

        Providing advanced technological solutions to enhance and optimize manufacturing operations.

        Learn More
      • Government & Associations

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

        Learn More

      • Retail & Consumer Goods

        Optimizing data operations to create a retail solution that empowers employees and customers.

        Learn More
    Close
  • Resources
      • Insights

        Examine a wide array of New Signature thought leadership assets including videos, ebooks and infographics to learn more about our services and offers.

      • View Our Insights

      • Featured Insights Guides & Ebooks

        Our eBooks are a collection of learning guides that deliver a comprehensive look at some of the most pressing business trends, and how technologies can help you overcome those challenges.
        Learn More

      • 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 TalkTalk Modern Workplace

        New Signature worked with TalkTalk to define a new Modern Workplace solution based on Microsoft 365, which kept the user firmly at the center of the transformation.
        View Case Study

    Close
    Close
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
  • LinkedIn
  • Print

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

  • Top Reasons You May Want to Migrate to Azure DevOps
  • New Signature Demonstrates Elite Azure Security Competency with Successful Completion of Microsoft AZ500 and MS500 Exams
  • Azure Launchpad is a GO!
  • Thinking of Building a Digital Operating Model using the Cloud Adoption Framework for Azure? Ask the Smart Questions

Events

Thu 12

Transformation with Teams Webinar

December 12 @ 10:00 am - 10:45 am EST

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
  • Awards
  • News
  • Leadership
  • 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

Resources

  • Insights
  • Case Studies
  • Industries
Copyright © 2019 New Signature
  • Blog
  • Events
  • Careers
  • Help
  • Contact
  • Privacy Policy
  • CMP Login
  • About
    • Company
    • Culture
    • News
    • Leadership
    • Partners
  • Services
    • Managed Services
    • Professional Services
  • Technologies
  • Industries
  • Resources
    • Case Studies
    • Awards
  • Blog
  • Events
  • Careers
  • Help
  • Contact
  • Search
Cookie Settings
New Signature uses "Required Cookies" to run our website, "Functional Cookies" used by third parties to personalise marketing, including social media features.

Change your preferences by clicking the “Cookie Settings” link at the bottom of every page. Learn more about cookies in our Cookie Policy and our Privacy Policy. By clicking the “Accept Cookies” button below, you consent to our use of cookies.

Please note that “Required Cookies” will be set regardless of your consent.
Cookie SettingsAccept Cookies
Privacy & Cookies Policy

Performance

Performance Cookies provide Content Delivery Network assets that deliver faster site content delivery capabilities.

Required

These cookies are required mainly in order to deliver Multilanguage site capabilities.

Functional

Functional Cookies allow us to provided advanced media capabilities including videos, surveys and other multimedia capabilities.

Disabling Functional cookies will block the playing of videos and other multimedia site components.

Targeting

Targeting Cookies are used to capture user information in order for New Signature to deliver better user experiences.

Save & Accept