

{"id":107911,"date":"2022-03-04T09:00:20","date_gmt":"2022-03-04T03:30:20","guid":{"rendered":"https:\/\/data-flair.training\/blogs\/?p=107911"},"modified":"2022-03-04T09:53:01","modified_gmt":"2022-03-04T04:23:01","slug":"azure-file-storage","status":"publish","type":"post","link":"https:\/\/data-flair.training\/blogs\/azure-file-storage\/","title":{"rendered":"Azure File Storage"},"content":{"rendered":"<p>Hello readers. In this Microsoft Azure journey, we have seen multiple solutions that are offered by Microsoft Azure. So, in today\u2019s article, we will look at one of the most important storage solution services that are offered by Microsoft and it is known as Azure File Storage. Let&#8217;s start!!!<\/p>\n<h3>What is Azure\u2019s File Storage?<\/h3>\n<p>Microsoft Azure\u2019s File Storage services offer shared storage space to the users by using Server Message Block (SMB) and with the help of Common Internet File System (CIFS) protocols.<\/p>\n<p>It will allow the clients to use windows explorer which allows them to connect and browse the File Storage.<\/p>\n<p>In windows file share the users are capable to add directory structures and files to the share. Microsoft Azure\u2019s File share can mount over multiple operating systems such as Windows, Linux and Mac OS.<\/p>\n<h3>Azure File Storage Components<\/h3>\n<h4>1. Microsoft Azure Storage Account<\/h4>\n<p>Microsoft Azure\u2019s Storage Account will offer access to all the storage objects available in Azure such as Queue, Blob, Files, Tables and disks.<br \/>\nIt consists of a unique name the users can access globally. Storage accounts offer options for various configurations for the users to use the resources.<br \/>\nIt also provides information on the resources that are available so that it helps the users to manage the storage account limitation and distribute equally across all the storage services.<\/p>\n<h4>2. Microsoft Azure Storage Shares<\/h4>\n<p>Microsoft Azure follows the industry-standard SMB protocol for sharing the files and directories to the cloud.<br \/>\nSMB file share holds all the files and directory inside it and also allows the user to create their files and directory inside the SMB, but the users should also remember that they cannot create their files and directory in the storage account.<br \/>\nEvery Azure Account can have unbounded share numbers and every share is capable of having multiple files. Azure builds file storage shares before loading or creating any file or directory.<br \/>\nOnce the file directory is successfully created then the user can use the same directory to upload the files and directory.<\/p>\n<h4>3. Microsoft Azure Directory<\/h4>\n<p>Microsoft\u2019s Azure directory follows a hierarchy file system or directory system depending upon the particular category such as documents. Logs and media related files that are stored inside a particular categorical directory.<\/p>\n<h4>4. Microsoft Azure Files<\/h4>\n<p>Users create files or they can upload them inside the Azure Storage shares. These files can be built in any format such as text, CSV, image or with any application. Azure files have the capability to support identity-based authentication over the SMB protocol.<\/p>\n<h4>5. URL Format<\/h4>\n<p>URL format is required if any request is made for the Azure share with the help of REST protocol and the syntax of the URL should be as follows:<\/p>\n<p>https:\/\/&lt;storage_account_name&gt;.file.core.window.net\/&lt;storage_share_name&gt;\/&lt;direcotory_name&gt;\/&lt;file_name&gt;<\/p>\n<h3>Azure File Storage Tiers<\/h3>\n<h4>1. Premium Tier File<\/h4>\n<p>The Premium File share tier is enabled for high Input and Outputs which is required for intensive workloads with a higher rate of throughput and low latency.<br \/>\nThe premium file share offers a high-performance solid-state drive (SSD) depending upon the storage size.<\/p>\n<h4>2. Transaction Optimized File<\/h4>\n<p>Transaction optimized file shares are allowed for the transaction of heavy workloads which does not require latency.<br \/>\nThese files share are always recommended for applications that require file storage or for backend storage.<\/p>\n<h4>3. Hot Tier<\/h4>\n<p>Hot File share will provide a storage optimized solution for general purpose file-sharing cases like the team shares and Azure File Sync.<\/p>\n<h4>4. Cool Tier<\/h4>\n<p>Cool Gile share will provide the most cost-efficient storage optimized solution for online archive storage cases.<\/p>\n<h3>Microsoft Azure File Storage Data Access Techniques<\/h3>\n<h4>1. Direct Cloud Access<\/h4>\n<p>As we know Microsoft Azure\u2019s file share can be easily mounted upon any machines or servers running with Windows macOS or Unix platform.<\/p>\n<p>It also takes the help of a service messaging block which is also known as SMB protocol or REST API for file sharing because Azure offers SMB access.<\/p>\n<p>For deploying a file to Azure, the storage does not require a NAS device or a file service because Microsoft\u2019s Azure file share is serverless.<\/p>\n<p>And, because of this the management and maintenance of the file or application become easier and regular deployment of software patches are avoided.<\/p>\n<p>Currently, Azure supports SMB client 2.1 or higher thus, the Operating System should provide the support for the same while developing any machine or Virtual Machine for a file share.<\/p>\n<p>Therefore the users should always remember that while mounting the Azure file share on any on-premise workstation data center, the client version of SMB should be higher than 3.0.<\/p>\n<h4>2. Microsoft Azure File Synchronization<\/h4>\n<p>Azure file synchronization is widely used to create the replication of the file share inside the on-premise server or in the Microsoft Azure Window platform.<\/p>\n<p>Basically, it will manage and centralize the organization files in the Azure files and will offer a low latency while accessing the flexibility and compatibility of the on-premise file servers.<\/p>\n<p>The users can access the files shared inside the SMB or NFS with the help of Azure\u2019s Windows server.<\/p>\n<p>Azure file synchronization will regularly synchronize the files by keeping the frequently accessed data at the endpoint and the least accessed data at the Azure file share so that the access rate can be faster and the user should experience great performance.<\/p>\n<h3>Steps to Create Azure\u2019s File Storage<\/h3>\n<p>Follow the below steps to create Azure File storage:<\/p>\n<p><strong>1:<\/strong> The first step for the user is to navigate to the Storage Account and then click on the Files.<\/p>\n<p><strong>2:<\/strong> In the second step the user will see a list of all the storage services that are available in Azure. For creating Azure File Storage the user should click on the +File Share button.<\/p>\n<p><strong>3:<\/strong> In the third step, the user should enter the File Share Name and its Quote which is Data in GB.<\/p>\n<p><strong>4:<\/strong> Now, the user should click on the OK button.<\/p>\n<p><strong>5:<\/strong> Choose the file and then click on the upload button.<\/p>\n<p><strong>6:<\/strong> Click on the Connect button which is available on the top. It will display the commands that are required to map.<\/p>\n<h3>Why are Azure Files Useful?<\/h3>\n<h4>1. Replace or Supplement the On-premises File Servers<\/h4>\n<p>The administrators of an organization can take the help of Azure Files for replacing or supplementing the traditional or the old-school on-premises file servers or NAS devices.<\/p>\n<p>Windows, macOS and Linux can easily and directly mount over the Azure file shares globally. SMB Azure files shares can also be easily replicated with the help of Azure File Sync to Windows Servers either in the cloud or on-premises.<\/p>\n<p>With the latest release of Azure Files AD Authentication, SMB Azure file shares can continuously work with AD hosted on-premises for access control.<\/p>\n<h4>2. Lift and Shift the Applications<\/h4>\n<p>Azure Files helps the administrators to easily lift and shift the applications in the cloud environment that are expected to share for storing the file application or user data.<\/p>\n<p>Azure files allow the administrators with classic lift and shift scenarios where both the application and its data can be transferred to the Azure.<\/p>\n<p>Simultaneously, in the \u201cHybrid\u201d lift and shift model the application\u2019s data is transferred to the Azure files and then the application seamlessly continues to run on-premises.<\/p>\n<h4>3. Simplifying the Cloud Development<\/h4>\n<p>The administrators use Azure Files in multiple ways for simplifying the new cloud development projects. Below we have mentioned some examples.<\/p>\n<h4>4. Shared Application Settings<\/h4>\n<p>It is a common pattern that is applied for distributed applications that have to configure the files in a centralized location.<\/p>\n<p>From here the users can access them from various instances.<\/p>\n<p>The Application instances can load the configuration from the File REST API, and the users can access them as per the requirement by mounting the SMB share locally.<\/p>\n<h4>5. Diagnostic Share<\/h4>\n<p>Microsoft\u2019s Azure File Share is a suitable location for the cloud applications to write the logs, metrics and crash dumps.<\/p>\n<p>Logs can be written by application instances with the help of REST API, and then the developers are authorized to access them by mounting the file share on their local working machine.<\/p>\n<p>This provides greater flexibility as the developers can embrace cloud development without creating any damage to their existing tools.<\/p>\n<h4>6. Dev\/Test\/Debug<\/h4>\n<p>When the developers or administrators are performing tasks on VMs in the cloud, they mostly require a set of tools or utilities.<\/p>\n<p>Thus, copying such utilities and tools for every VM can be a time-consuming process.<\/p>\n<p>So, by mounting the Azure files can be shared locally on the VMs and the developer and administrators can smoothly access their tools and utilities and no copying of tools is required.<\/p>\n<h3>Key Benefits of Azure File Storage<\/h3>\n<h4>1. Shared Access<\/h4>\n<p>Azure files shares will support the industry-standard SMB and NFS protocols which means the administrators can replace their on-premises files shares with Azure file shares without concern about the application\u2019s compatibility.<br \/>\nThus, the developers can share the file system across multiple machines, applications or instances in a dignified manner and it provides the advantage with Azure Files for applications that require shareability.<\/p>\n<h4>2. Fully Managed<\/h4>\n<p>Azure file shares can be built without any management of hardware or OS. It means the developer does not have to deal with the patching of server OS along with crucial security upgrades or replacing faulty hard disks.<\/p>\n<h4>3. Scripting and Tooling<\/h4>\n<p>Developers can use PowerShell cmdlets and Azure CLI for creating, mounting and managing the Azure files shares as an administration task.<br \/>\nThe developers can build and manage the Azure files with the help of the Azure portal and Azure Storage Explorer.<\/p>\n<h4>4. Resiliency<\/h4>\n<p>Microsoft builds the Azure Files from scratch for being always available. Thus, replacing the on-premises file shares with the Azure Files means they do not have any access to deal with local power outages or network issues.<\/p>\n<h4>5. Familiar Programmability<\/h4>\n<p>The applications that are running in Azure are capable of accessing the data in the file share by using file system I\/O APIs.<\/p>\n<p>Thus, developers can leverage their previous code and skills for migrating existing applications. Along with the system IO APIs the developers can use Azure Storage Client Libraries or the Azure Storage REST API.<\/p>\n<h3>Azure File Storage Use Cases<\/h3>\n<h4>1. Migrating the Existing Applications to the Cloud<\/h4>\n<p>Several existing applications can access their data with the help of file-based APIs and they are specially designed to share the data with the help of SMB file shares.<\/p>\n<p>Azure File Storage allows the administrators to migrate their on-premises file or file share-based applications towards Azure without any provisioning or managing the high available file server VMs<\/p>\n<h4>2. Sharing server data across on-premises and cloud<\/h4>\n<p>Azure users are now allowed to store the server data like log files, event data and backups inside the cloud for leveraging high availability, durability, scalability and geo-redundancy that is developed inside the Azure storage platform.<\/p>\n<p>With the encryption feature in SMB 3.0, the users can securely mount the Azure File Storage shares globally.<\/p>\n<p>Thus, the applications that are running in the cloud are allowed to share the data with on-premises applications providing the same consistency which is available at on-premises SMB servers.<\/p>\n<h4>3. Integrate modern applications with Azure File Storage<\/h4>\n<p>With the help of modern REST API, Azure\u2019s File Storage implements an additional SMB 3.0 then they can integrate their legacy applications with the modern cloud applications. Otherwise, they can build new file or file share-based applications.<\/p>\n<h4>4. Simplify hosting High Availability (HA) workload data<\/h4>\n<p>Azure File Storage will continuously deliver the availability so that it will simplify the effort to the host HA to workload the data inside the cloud.<\/p>\n<p>The continuous handling is allowed in SMB 3.0 which increases the high availability rate where the file share will be able to host the applications like SQL Server and IIS in Azure with the data stored inside the file storage.<\/p>\n<h3>Azure File Storage Characteristics<\/h3>\n<h4>SMB 3.0 Protocol Support<\/h4>\n<p>In addition SMB 2.1 supports through the preview and now it supports SMB 3.0 which includes encryption and persistent handling.<\/p>\n<p>Azure\u2019s File Storage was restricted from connecting from the same region because of lacking encryption in the previous SMB 2.1 protocol.<\/p>\n<p>With the help of an encryption system in SMB 3.0 clients can connect globally.<\/p>\n<p>But they should note that the mounting and sharing from outside of Azure\u2019s datacenter requires port 445 and it cannot be blocked by the ISP or firewalls.<\/p>\n<p>Also, along with the encryption, the use of SMB 3.0 increases the availability of file share by allowing transparent failover in the clients.<\/p>\n<p>It will also permit persistent access to the files without the loss of session state. The clients can also leverage this capacity of hosting the HA workloads data.<\/p>\n<p>But one should remember that when the client is accessing the Azure File Storage the actual SMB version will be dependent upon the client OS.<\/p>\n<p>Below, we have mentioned the list of SMB versions which is supported for Windows Client. They are as follows:<\/p>\n<p><span style=\"font-weight: 400\">They are as follows:<\/span><\/p>\n<table>\n<tbody>\n<tr>\n<td><span style=\"font-weight: 400\">Windows Client<\/span><\/td>\n<td><span style=\"font-weight: 400\">SMB Version Supported<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">Windows 7<\/span><\/td>\n<td><span style=\"font-weight: 400\">SMB 2.1<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">Windows Server 2008 R2<\/span><\/td>\n<td><span style=\"font-weight: 400\">SMB 2.1<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">Windows 8<\/span><\/td>\n<td><span style=\"font-weight: 400\">SMB 3.0<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">Windows 10<\/span><\/td>\n<td><span style=\"font-weight: 400\">SMB 3.0<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">Windows Server 2012<\/span><\/td>\n<td><span style=\"font-weight: 400\">SMB 3.0<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">Windows Server 2012 R2<\/span><\/td>\n<td><span style=\"font-weight: 400\">SMB 3.0<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Users can also access Azure\u2019s File Storage with the Linux system via SMB protocol. When the user is building a Linux virtual machine the user can specify the Linux image which supports SMB 2.1 or higher from Azure\u2019s image gallery.<\/p>\n<p>Below we have mentioned the list of suggested Linux images. They are as follows:<\/p>\n<table>\n<tbody>\n<tr>\n<td><span style=\"font-weight: 400\">Linux distributions<\/span><\/td>\n<td><span style=\"font-weight: 400\">SMB Version Supported<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">Ubuntu Server 14.04<\/span><\/td>\n<td><span style=\"font-weight: 400\">SMB 2.1 and 3.0<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">Ubuntu Server 15.04<\/span><\/td>\n<td><span style=\"font-weight: 400\">SMB 2.1 and 3.0<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">CentOS 7.1<\/span><\/td>\n<td><span style=\"font-weight: 400\">SMB 2.1 and 3.0<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">Open SUSE 13.2<\/span><\/td>\n<td><span style=\"font-weight: 400\">SMB 2.1 and 3.0<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">SUSE Linux Enterprise Server 12<\/span><\/td>\n<td><span style=\"font-weight: 400\">SMB 2.1 and 3.0<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">SUSE Linux Enterprise Server 12 (Premium Image)<\/span><\/td>\n<td><span style=\"font-weight: 400\">SMB 2.1 and 3.0<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>File Explorer on the Azure Preview portal<\/h3>\n<p>Azure\u2019s Preview Portal offers a new user interface for the customers to manage Azure\u2019s File Storage. One can perform the following tasks from their browser.<\/p>\n<ul>\n<li>The user can create and delete the file shares<\/li>\n<li>Secondly, the user can upload and download the files to and from their file share<\/li>\n<li>The users can adjust the file share quota<\/li>\n<li>Also, one can get the complete net use command which can be used with Windows client for mounting the file share.<\/li>\n<\/ul>\n<h3>Diagnosing Azure File Storage issues via Azure Storage Metrics<\/h3>\n<p>Azure\u2019s Storage Analytics offers metrics data for a storage account which includes Blob, Table and Queue Storage, File Storage.<\/p>\n<p>The users can use metrics data to perform their analysis and help to diagnose the issues.<\/p>\n<p>For using metrics for Azure File Storage the user must enable them with the help of File Service Properties operations with REST API or storage client libraries.<\/p>\n<h3>Tooling support for IT pros and developers<\/h3>\n<p>IT Pros can provide the benefits of multiple tools that are for managing the Azure File Storage which includes the tools as follows:<\/p>\n<ul>\n<li>AzCopy<\/li>\n<li>Azure Powershell (Windows)<\/li>\n<li>Azure Cross-Platform Command Line Interface (Linux\/Unix).<\/li>\n<\/ul>\n<p>Developers can also use and leverage the REST API as well as the storage client libraries of .NET, Java, Node and Python for making the applications with Azure File Storage.<\/p>\n<h4>Pricing<\/h4>\n<p>For Azure\u2019s pricing, the users can visit Azure\u2019s pricing page for detailed information. The preview users should automatically transit to the GA users at service GA.<\/p>\n<p>There is no requirement of any actions to preview the customers.<\/p>\n<h4>Available regions<\/h4>\n<p>Azure File Storage is available in all public Azure regions for the users and mostly it will be available for Azure\u2019s US Government and soon for Azure China customers.<\/p>\n<h3>Using Azure Files for FSLogix user profile data with Azure Virtual Desktop<\/h3>\n<p>Azure Files offer multiple tiers which the user can choose depending upon their budget and performance requirements.<\/p>\n<h3>Continuous shared file storage for containers<\/h3>\n<p>Users can easily share their data between the containers with the help of NFS or SMB File shares. Azure Files are strongly connected with Azure Kubernetes Service (AKS) for easy cloud file storage and data management.<\/p>\n<h3>Features of Azure File Storage<\/h3>\n<h4>1. Serverless File Sharing<\/h4>\n<p>Azure has developed a powerful distributed file system from the lower section and thus it provides higher availability and durability with no hidden IaaS Virtual Machines (VMs) or any NAS files.<\/p>\n<h4>2. Developed for Hybrid with File Synchronization<\/h4>\n<p>The users can easily transform their Windows servers into the caches of their cloud shares without quitting the on-premises performance.<\/p>\n<h4>3. Optimized Total Cost Ownership (TCO)<\/h4>\n<p>Azure offers multiple tiers that can be used to design their shares depending upon their performance requirements and budget.<\/p>\n<h4>4. Supporting Multiple Protocols<\/h4>\n<p>Azure provides support to several protocols which allow the users to enable the data which can be stored from several sources.<\/p>\n<h3>Things To Remember<\/h3>\n<p>The user should remember that the maximum file share size is 5 TB and the file in the file share cannot be more than 1TB.<\/p>\n<p>Secondly, every Azure File share is capable of supporting 1000 IOPS and 60MB\/s throughput.<\/p>\n<p>Lastly, the File Share names should be only in lowercase letters, numbers and hyphens should be mentioned initially and the ending should be also done with a letter or a number. And, the number cannot have two hyphens continuously.<\/p>\n<h3>Conclusion<\/h3>\n<p>Thus, we are at the last stage of our today\u2019s article and we came to know that Azure\u2019s File Storage service is much more secure and scalable as compared to the traditional data storage systems.<\/p>\n<p>It provides simple access control with a File Storage Management Platform. Azure File Storage service will make use of an SMB protocol for sharing the data and if there is a requirement of an integration the users have to spend minimum time on managing and maintaining the Azure File Storage Service.<\/p>\n<p>Along with that, it is a very cost-effective service depending upon the user\u2019s requirement.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hello readers. In this Microsoft Azure journey, we have seen multiple solutions that are offered by Microsoft Azure. So, in today\u2019s article, we will look at one of the most important storage solution services&#46;&#46;&#46;<\/p>\n","protected":false},"author":1,"featured_media":108056,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[26500],"tags":[26615,26616,26618,26617,26621,26619,26622,26620],"class_list":["post-107911","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-microsoft-azure-tutorials","tag-azure-file-storage","tag-azure-file-storage-components","tag-azure-file-storage-data-access-techniques","tag-azure-file-storage-tiers","tag-azure-file-storage-use-cases","tag-create-azure-file-storage","tag-features-of-azure-file-storage","tag-need-of-azure-file"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Azure File Storage - DataFlair<\/title>\n<meta name=\"description\" content=\"Learn about Azure File Storage, its components, tiers, Data Access Techniques, benefits, characteristics, features &amp; use cases.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/data-flair.training\/blogs\/azure-file-storage\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Azure File Storage - DataFlair\" \/>\n<meta property=\"og:description\" content=\"Learn about Azure File Storage, its components, tiers, Data Access Techniques, benefits, characteristics, features &amp; use cases.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/data-flair.training\/blogs\/azure-file-storage\/\" \/>\n<meta property=\"og:site_name\" content=\"DataFlair\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/DataFlairWS\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-03-04T03:30:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-03-04T04:23:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/02\/azure-file-storage.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"DataFlair Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@DataFlairWS\" \/>\n<meta name=\"twitter:site\" content=\"@DataFlairWS\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"DataFlair Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"13 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Azure File Storage - DataFlair","description":"Learn about Azure File Storage, its components, tiers, Data Access Techniques, benefits, characteristics, features & use cases.","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:\/\/data-flair.training\/blogs\/azure-file-storage\/","og_locale":"en_US","og_type":"article","og_title":"Azure File Storage - DataFlair","og_description":"Learn about Azure File Storage, its components, tiers, Data Access Techniques, benefits, characteristics, features & use cases.","og_url":"https:\/\/data-flair.training\/blogs\/azure-file-storage\/","og_site_name":"DataFlair","article_publisher":"https:\/\/www.facebook.com\/DataFlairWS\/","article_published_time":"2022-03-04T03:30:20+00:00","article_modified_time":"2022-03-04T04:23:01+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/02\/azure-file-storage.webp","type":"image\/webp"}],"author":"DataFlair Team","twitter_card":"summary_large_image","twitter_creator":"@DataFlairWS","twitter_site":"@DataFlairWS","twitter_misc":{"Written by":"DataFlair Team","Est. reading time":"13 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/data-flair.training\/blogs\/azure-file-storage\/#article","isPartOf":{"@id":"https:\/\/data-flair.training\/blogs\/azure-file-storage\/"},"author":{"name":"DataFlair Team","@id":"https:\/\/data-flair.training\/blogs\/#\/schema\/person\/b49855299264df5e27e3ec6c2cd9fde9"},"headline":"Azure File Storage","datePublished":"2022-03-04T03:30:20+00:00","dateModified":"2022-03-04T04:23:01+00:00","mainEntityOfPage":{"@id":"https:\/\/data-flair.training\/blogs\/azure-file-storage\/"},"wordCount":2936,"commentCount":0,"publisher":{"@id":"https:\/\/data-flair.training\/blogs\/#organization"},"image":{"@id":"https:\/\/data-flair.training\/blogs\/azure-file-storage\/#primaryimage"},"thumbnailUrl":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/02\/azure-file-storage.webp","keywords":["Azure File Storage","Azure File Storage Components","Azure File Storage Data Access Techniques","Azure File Storage Tiers","Azure File Storage Use Cases","create Azure File storage","Features of Azure File Storage","Need of Azure File"],"articleSection":["Microsoft Azure Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/data-flair.training\/blogs\/azure-file-storage\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/data-flair.training\/blogs\/azure-file-storage\/","url":"https:\/\/data-flair.training\/blogs\/azure-file-storage\/","name":"Azure File Storage - DataFlair","isPartOf":{"@id":"https:\/\/data-flair.training\/blogs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/data-flair.training\/blogs\/azure-file-storage\/#primaryimage"},"image":{"@id":"https:\/\/data-flair.training\/blogs\/azure-file-storage\/#primaryimage"},"thumbnailUrl":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/02\/azure-file-storage.webp","datePublished":"2022-03-04T03:30:20+00:00","dateModified":"2022-03-04T04:23:01+00:00","description":"Learn about Azure File Storage, its components, tiers, Data Access Techniques, benefits, characteristics, features & use cases.","breadcrumb":{"@id":"https:\/\/data-flair.training\/blogs\/azure-file-storage\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/data-flair.training\/blogs\/azure-file-storage\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/data-flair.training\/blogs\/azure-file-storage\/#primaryimage","url":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/02\/azure-file-storage.webp","contentUrl":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/02\/azure-file-storage.webp","width":1200,"height":628,"caption":"azure file storage"},{"@type":"BreadcrumbList","@id":"https:\/\/data-flair.training\/blogs\/azure-file-storage\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog Home","item":"https:\/\/data-flair.training\/blogs\/"},{"@type":"ListItem","position":2,"name":"Microsoft Azure Tutorials","item":"https:\/\/data-flair.training\/blogs\/category\/microsoft-azure-tutorials\/"},{"@type":"ListItem","position":3,"name":"Azure File Storage"}]},{"@type":"WebSite","@id":"https:\/\/data-flair.training\/blogs\/#website","url":"https:\/\/data-flair.training\/blogs\/","name":"DataFlair","description":"Learn Today. Lead Tomorrow.","publisher":{"@id":"https:\/\/data-flair.training\/blogs\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/data-flair.training\/blogs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/data-flair.training\/blogs\/#organization","name":"DataFlair","url":"https:\/\/data-flair.training\/blogs\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/data-flair.training\/blogs\/#\/schema\/logo\/image\/","url":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2016\/07\/Data-Flair.png","contentUrl":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2016\/07\/Data-Flair.png","width":106,"height":48,"caption":"DataFlair"},"image":{"@id":"https:\/\/data-flair.training\/blogs\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/DataFlairWS\/","https:\/\/x.com\/DataFlairWS","https:\/\/www.linkedin.com\/company\/dataflair-web-services-pvt-ltd\/","https:\/\/www.youtube.com\/user\/DataFlairWS"]},{"@type":"Person","@id":"https:\/\/data-flair.training\/blogs\/#\/schema\/person\/b49855299264df5e27e3ec6c2cd9fde9","name":"DataFlair Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ef46b745ddad2fad690af626c6ef29b91809ad0a9f5ef398d07817d8cad042f5?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/ef46b745ddad2fad690af626c6ef29b91809ad0a9f5ef398d07817d8cad042f5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ef46b745ddad2fad690af626c6ef29b91809ad0a9f5ef398d07817d8cad042f5?s=96&d=mm&r=g","caption":"DataFlair Team"},"description":"DataFlair Team is a group of passionate educators and industry experts dedicated to providing high-quality online learning resources on programming, Java, Python, C++, DSA, AI, ML, data Science, Android, Flutter, MERN, Web Development, and technology. With years of experience in the field, the team aims to simplify complex topics and help learners advance their careers. At DataFlair, we believe in empowering students and professionals with the knowledge and skills needed to thrive in today\u2019s fast-paced tech industry. Follow us for Free courses, expert insights, tutorials, and practical tips to boost your learning journey.","url":"https:\/\/data-flair.training\/blogs\/author\/datafbdad\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/posts\/107911","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/comments?post=107911"}],"version-history":[{"count":5,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/posts\/107911\/revisions"}],"predecessor-version":[{"id":108059,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/posts\/107911\/revisions\/108059"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/media\/108056"}],"wp:attachment":[{"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/media?parent=107911"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/categories?post=107911"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/tags?post=107911"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}