{"id":622,"date":"2020-06-10T00:00:00","date_gmt":"2020-06-10T00:00:00","guid":{"rendered":"https:\/\/azure.microsoft.com\/blog\/azure-files-enhances-data-protection-capabilities"},"modified":"2025-06-30T03:16:29","modified_gmt":"2025-06-30T10:16:29","slug":"azure-files-enhances-data-protection-capabilities","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-files-enhances-data-protection-capabilities\/","title":{"rendered":"Azure Files enhances data protection capabilities"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Protecting your production data is critical for any business. That\u2019s why Azure Files has a multi-layered approach to ensuring your data is highly available, backed up,<i> <\/i>and recoverable. Whether it\u2019s a ransomware attack, a datacenter outage, or a file share that was accidentally deleted, we want to make sure you can get everything backed up and running again <em>pronto. <\/em>To give you a peace of mind with your data in Azure Files, we are enhancing features including our new soft delete feature, share snapshots, redundancy options, and access control to data and administrative functions<em>.<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"soft-delete-a-recycle-bin-for-your-azure-file-shares\">Soft delete: a recycle bin for your Azure file shares<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/docs.microsoft.com\/azure\/storage\/files\/storage-files-prevent-file-share-deletion\" target=\"_blank\" rel=\"noopener\">Soft delete<\/a> protects your Azure file shares from accidental deletion. To this end, we are announcing the preview of soft delete for Azure file shares. Think of soft delete like a recycle bin for your file shares. When a file share is deleted, it transitions to a soft deleted state in the form of a soft deleted snapshot. You get to configure how long soft deleted data is recoverable for before it is permanently erased.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Soft-deleted shares can be listed, but to mount them or view their contents, you must undelete them. Upon undelete, the share will be recovered to its previous state, including all metadata as well as snapshots (Previous Versions).<\/p>\n\n\n\n<figure class=\"wp-block-image has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2020\/06\/58c78eec-5ed2-4255-824c-4bfce9809ba8.webp\" alt=\"Undelete soft-deleted file share in the Azure portal.\" style=\"border-radius:0px\" title=\"Undelete soft-deleted file share in the Azure portal.\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">We recommend <a href=\"https:\/\/docs.microsoft.com\/azure\/storage\/files\/storage-files-enable-soft-delete\" target=\"_blank\" rel=\"noopener\">turning on soft delete<\/a> for most shares. If you have a workflow where share deletion is common and expected, you may decide to have a very short retention period or not have soft delete enabled at all. Soft delete is one part of a data protection strategy and can help prevent inadvertent data loss.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Soft delete is currently off by default for both new and existing storage accounts, but it will be enabled by default for new storage accounts in both the portal and the API&nbsp;from January, 2021 onwards. You can toggle the feature on and off at any time during the life of a storage account. The setting will apply to all file shares within the storage account. If you are using <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/backup\/soft-delete-azure-file-share\" target=\"_blank\" rel=\"noopener\">Azure Backup<\/a>, soft delete will be automatically enabled for all protected instances. Soft delete does not protect against individual file deletions\u2014for those, you should restore from your snapshot backups. To learn more about soft delete, read <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/storage\/files\/storage-files-prevent-file-share-deletion\" target=\"_blank\" rel=\"noopener\">Prevent accidental deletion of Azure file shares<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Edit: as of 10\/30\/2020, soft delete for Azure file shares is generally available.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"snapshot-backups-you-can-restore-from\">Snapshot backups you can restore from<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Snapshots are read-only, point-in-time copies of your Azure file share. They\u2019re incremental, meaning they\u2019re very efficient\u2014a snapshot only contains as much data as has changed since the previous snapshot. You can have up to 200 snapshots per file share and retain them for up to 10 years. You can either manually take these snapshots in the Azure portal, via PowerShell, or command-line interface (CLI), or you can use Azure Backup, which recently announced that the <a href=\"https:\/\/azure.microsoft.com\/blog\/azure-files-share-snapshot-management-by-azure-backup-is-now-generally-available\/\" target=\"_blank\" rel=\"noopener\">snapshot management service for Azure Files<\/a> is now generally available. Snapshots are stored within your file share, meaning that if you delete your file share, your snapshots will also be deleted. To protect your snapshot backups from accidental deletion, ensure soft delete is enabled for your share.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Azure Backup handles the scheduling and retention of snapshots, you define the backup policy you want when setting up your Recovery Services Vault, and then Backup does the rest. Its new grandfather-father-son (GFS) capabilities mean that you can take daily, weekly, monthly, and yearly snapshots, each with their own distinct retention period. Azure Backup also orchestrates the <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/backup\/soft-delete-azure-file-share\" target=\"_blank\" rel=\"noopener\">enablement of soft delete<\/a> and <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/backup\/backup-afs#best-practices\" target=\"_blank\" rel=\"noopener\">takes a delete lock<\/a> on a storage account as soon as any file share within it is configured for backup. Lastly, Azure Backup provides certain key monitoring and alerting capabilities that allow customers to have a consolidated view of their backup estate.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can perform both item-level and share-level restores in the Azure portal using Azure Backup. All you need to do is choose the restore point (a particular snapshot), the particular file or directory if relevant, and then the location (original or alternate) you wish you restore to. The backup service handles copying the snapshot data over and shows your restore progress in the portal.<\/p>\n\n\n\n<figure class=\"wp-block-image has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2020\/06\/560b42ce-2953-4896-b001-91fdc5750565.webp\" alt=\"Restore file share using Azure Backup in the Azure portal.\" style=\"border-radius:0px\" title=\"Restore file share using Azure Backup in the Azure portal.\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">If you aren\u2019t using Azure Backup, you can perform manual restores from snapshots. If you are using Windows and have mounted your Azure file share, you can use File Explorer to view and restore from snapshots using the \u201cPrevious Versions\u201d API (meaning that users can perform item-level restores on their own). When restoring from a single file, it picks up any versions that were different in previous snapshots. When used on an entire share, it will show all snapshots that you can then browse and copy from.<\/p>\n\n\n\n<figure class=\"wp-block-image has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2020\/06\/d5580b73-cea7-41ca-ad86-20a5ba1ed636.webp\" alt=\"Previous Versions experience in Windows Explorer.\" style=\"border-radius:0px\" title=\"Previous Versions experience in Windows Explorer.\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">You can also restore by copying data from your snapshots using your copy tool of choice. We recommend using AzCopy (requires the latest version, v10.4) or Robocopy (requires port 445 to be open). Alternatively, you can simply mount your snapshot and then do a simple copy and paste of the data back into your primary.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you are using Azure File Sync, you can also utilize <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/storage\/files\/storage-sync-files-deployment-guide?tabs=azure-portal#self-service-restore-through-previous-versions-and-vss-volume-shadow-copy-service\" target=\"_blank\" rel=\"noopener\">server-side Volume Shadow copy Service (VSS) snapshots with Previous Versions<\/a> to allow users to perform self-service restores. Note that these are different from snapshots of your Azure file share and can be used alongside\u2014but not as a replacement for\u2014cloud-side backups.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"data-replication-and-redundancy-options\">Data replication and redundancy options<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Azure Files offers different <a href=\"https:\/\/docs.microsoft.com\/azure\/storage\/common\/storage-redundancy\" target=\"_blank\" rel=\"noopener\">redundancy options<\/a> to protect your data from planned and unplanned events ranging from transient hardware failures, network and power outages, to massive natural disasters. All Azure file shares can use locally-redundant (LRS) or zone-redundant storage (ZRS). Geo-redundant (GRS) and geo-zone-redundant storage (GZRS) is available for standard file shares under 5 TB and we are actively working on geo-redundant storage for standard file shares of up to 100 TiB.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can achieve geographic redundancy for your premium file shares in the following ways. For Azure File Sync scenarios you can sync between your Azure file share (your cloud endpoint), your Windows Server on premises (your regular server endpoint for end user access),&nbsp;and a mounted file share running on a virtual machine in another Azure region (your server endpoint for disaster recovery purposes). You must disable cloud tiering to ensure all data is present locally, and provision enough storage on the Azure Disk to hold the entire dataset. To ensure changes will replicate quickly to the secondary region, files should only be accessed and modified on the server endpoint rather than in Azure. You can also create your own script to copy data to a storage account in secondary region using tools such as AzCopy (use version 10.4 or later to preserve access control lists (ACLs) and timestamps).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"access-control-options-to-secure-your-data\">Access control options to secure your data<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Another part of data protection is securing your data. You have a few different options for this. Azure Files has long supported access control via the <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/storage\/common\/storage-account-keys-manage\" target=\"_blank\" rel=\"noopener\">storage account key<\/a>, which is Windows Challenge\/Response (NTLM)-based and can be rotated on a regular basis. Any user with storage account key access has superuser permissions. Azure Files also now supports <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/storage\/files\/storage-files-active-directory-overview\" target=\"_blank\" rel=\"noopener\">identity-based authentication and access control over Server Message Block (SMB)<\/a> using <a href=\"https:\/\/docs.microsoft.com\/windows-server\/identity\/ad-ds\/get-started\/virtual-dc\/active-directory-domain-services-overview\" target=\"_blank\" rel=\"noopener\">on-premises Active Directory<\/a> or <a href=\"https:\/\/docs.microsoft.com\/azure\/active-directory-domain-services\/overview\" target=\"_blank\" rel=\"noopener\">Azure Active Directory Domain Services (Azure AD DS)<\/a>. Identity-based authentication is Kerberos-based and allows you to enforce granular access control to your Azure file shares.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Once either Azure AD or on-premises Azure AD DS is configured, you can configure share-level access via built-in Role-based Access Control (RBAC) roles or configure custom access roles for Azure AD identities, and you can also configure directory and file-level permissions using standard Windows file permissions (also known as NTFS ACLs).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"multiple-data-protection-strategies-for-azure-files\">Multiple data protection strategies for Azure Files<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Azure Files gives you many tools to protect your data. Soft delete for Azure file shares protects against accidental deletion, while share snapshots are point-in-time copies of your Azure file share that you can take manually or automatically via Azure Backup and then restore from. To ensure high availability, you have a variety of replication and redundancy options to choose from. In addition, you can ensure appropriate access to your Azure file share with identity-based access control.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"let-us-know-what-you-think\">Let us know what you think<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">We look forward to hearing your feedback on these features and suggestions for future improvements through email at <a href=\"mailto:azurefiles@microsoft.com\">azurefiles@microsoft.com<\/a>. You can also upvote or add new suggestions for Azure Files via <a href=\"https:\/\/feedback.azure.com\/forums\/217298-storage?category_id=180670\" target=\"_blank\" rel=\"noopener\">UserVoice<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Protecting your production data is critical for any business. That\u2019s why Azure Files has a multi-layered approach to ensuring your data is highly available, backed up, and recoverable.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ms_queue_id":[],"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","_alt_title":"","footnotes":"","msx_community_cta_settings":[]},"categories":[1491],"tags":[],"audience":[3057,3053,3056],"content-type":[],"product":[1578],"tech-community":[],"topic":[],"coauthors":[274],"class_list":["post-622","post","type-post","status-publish","format-standard","hentry","category-storage","audience-data-professionals","audience-it-decision-makers","audience-it-implementors","product-azure-files","review-flag-1680286581-295","review-flag-4-1680286581-250","review-flag-5-1680286581-950","review-flag-disable","review-flag-new-1680286579-546","review-flag-on-pr-1680286585-571"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Azure Files enhances data protection capabilities | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"Protecting your production data is critical for any business. That\u2019s why Azure Files has a multi-layered approach to ensuring your data is highly available, backed up, and recoverable.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-files-enhances-data-protection-capabilities\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Azure Files enhances data protection capabilities | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"Protecting your production data is critical for any business. That\u2019s why Azure Files has a multi-layered approach to ensuring your data is highly available, backed up, and recoverable.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-files-enhances-data-protection-capabilities\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Azure Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/microsoftazure\" \/>\n<meta property=\"article:published_time\" content=\"2020-06-10T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-30T10:16:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2020\/06\/58c78eec-5ed2-4255-824c-4bfce9809ba8.webp\" \/>\n<meta name=\"author\" content=\"Sibonay Koo\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@azure\" \/>\n<meta name=\"twitter:site\" content=\"@azure\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sibonay Koo\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-files-enhances-data-protection-capabilities\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-files-enhances-data-protection-capabilities\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/sibonay-koo\/\",\"@type\":\"Person\",\"@name\":\"Sibonay Koo\"}],\"headline\":\"Azure Files enhances data protection capabilities\",\"datePublished\":\"2020-06-10T00:00:00+00:00\",\"dateModified\":\"2025-06-30T10:16:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-files-enhances-data-protection-capabilities\/\"},\"wordCount\":1403,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-files-enhances-data-protection-capabilities\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2020\/06\/58c78eec-5ed2-4255-824c-4bfce9809ba8.webp\",\"articleSection\":[\"Storage\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-files-enhances-data-protection-capabilities\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-files-enhances-data-protection-capabilities\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-files-enhances-data-protection-capabilities\/\",\"name\":\"Azure Files enhances data protection capabilities | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-files-enhances-data-protection-capabilities\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-files-enhances-data-protection-capabilities\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2020\/06\/58c78eec-5ed2-4255-824c-4bfce9809ba8.webp\",\"datePublished\":\"2020-06-10T00:00:00+00:00\",\"dateModified\":\"2025-06-30T10:16:29+00:00\",\"description\":\"Protecting your production data is critical for any business. That\u2019s why Azure Files has a multi-layered approach to ensuring your data is highly available, backed up, and recoverable.\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-files-enhances-data-protection-capabilities\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-files-enhances-data-protection-capabilities\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-files-enhances-data-protection-capabilities\/#primaryimage\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2020\/06\/58c78eec-5ed2-4255-824c-4bfce9809ba8.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2020\/06\/58c78eec-5ed2-4255-824c-4bfce9809ba8.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-files-enhances-data-protection-capabilities\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog home\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Storage\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/storage\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Azure Files enhances data protection capabilities\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"name\":\"Microsoft Azure Blog\",\"description\":\"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.\",\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\",\"name\":\"Microsoft Azure Blog\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"width\":512,\"height\":512,\"caption\":\"Microsoft Azure Blog\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/microsoftazure\",\"https:\/\/x.com\/azure\",\"https:\/\/www.instagram.com\/microsoftdeveloper\/\",\"https:\/\/www.linkedin.com\/company\/16188386\",\"https:\/\/www.youtube.com\/user\/windowsazure\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117\",\"name\":\"shakir\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"caption\":\"shakir\"},\"sameAs\":[\"https:\/\/azure.microsoft.com\"],\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Azure Files enhances data protection capabilities | Microsoft Azure Blog","description":"Protecting your production data is critical for any business. That\u2019s why Azure Files has a multi-layered approach to ensuring your data is highly available, backed up, and recoverable.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-files-enhances-data-protection-capabilities\/","og_locale":"en_US","og_type":"article","og_title":"Azure Files enhances data protection capabilities | Microsoft Azure Blog","og_description":"Protecting your production data is critical for any business. That\u2019s why Azure Files has a multi-layered approach to ensuring your data is highly available, backed up, and recoverable.","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-files-enhances-data-protection-capabilities\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2020-06-10T00:00:00+00:00","article_modified_time":"2025-06-30T10:16:29+00:00","og_image":[{"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2020\/06\/58c78eec-5ed2-4255-824c-4bfce9809ba8.webp","type":"","width":"","height":""}],"author":"Sibonay Koo","twitter_card":"summary_large_image","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"Sibonay Koo","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-files-enhances-data-protection-capabilities\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-files-enhances-data-protection-capabilities\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/sibonay-koo\/","@type":"Person","@name":"Sibonay Koo"}],"headline":"Azure Files enhances data protection capabilities","datePublished":"2020-06-10T00:00:00+00:00","dateModified":"2025-06-30T10:16:29+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-files-enhances-data-protection-capabilities\/"},"wordCount":1403,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-files-enhances-data-protection-capabilities\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2020\/06\/58c78eec-5ed2-4255-824c-4bfce9809ba8.webp","articleSection":["Storage"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/azure-files-enhances-data-protection-capabilities\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-files-enhances-data-protection-capabilities\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-files-enhances-data-protection-capabilities\/","name":"Azure Files enhances data protection capabilities | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-files-enhances-data-protection-capabilities\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-files-enhances-data-protection-capabilities\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2020\/06\/58c78eec-5ed2-4255-824c-4bfce9809ba8.webp","datePublished":"2020-06-10T00:00:00+00:00","dateModified":"2025-06-30T10:16:29+00:00","description":"Protecting your production data is critical for any business. That\u2019s why Azure Files has a multi-layered approach to ensuring your data is highly available, backed up, and recoverable.","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-files-enhances-data-protection-capabilities\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/azure-files-enhances-data-protection-capabilities\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-files-enhances-data-protection-capabilities\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2020\/06\/58c78eec-5ed2-4255-824c-4bfce9809ba8.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2020\/06\/58c78eec-5ed2-4255-824c-4bfce9809ba8.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-files-enhances-data-protection-capabilities\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog home","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/"},{"@type":"ListItem","position":2,"name":"Storage","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/storage\/"},{"@type":"ListItem","position":3,"name":"Azure Files enhances data protection capabilities"}]},{"@type":"WebSite","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","name":"Microsoft Azure Blog","description":"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.","publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization","name":"Microsoft Azure Blog","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","width":512,"height":512,"caption":"Microsoft Azure Blog"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/microsoftazure","https:\/\/x.com\/azure","https:\/\/www.instagram.com\/microsoftdeveloper\/","https:\/\/www.linkedin.com\/company\/16188386","https:\/\/www.youtube.com\/user\/windowsazure"]},{"@type":"Person","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117","name":"shakir","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4","url":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","caption":"shakir"},"sameAs":["https:\/\/azure.microsoft.com"],"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/"}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Azure Blog","distributor_original_site_url":"https:\/\/azure.microsoft.com\/en-us\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/622","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/comments?post=622"}],"version-history":[{"count":1,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/622\/revisions"}],"predecessor-version":[{"id":44458,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/622\/revisions\/44458"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=622"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=622"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=622"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=622"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=622"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=622"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=622"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=622"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=622"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}