
Now that your file share is created, you can map it as a network drive in your computer. You can achieve that in many ways but for all of them you are going to need three things: Note that you can change quota whenever you want and scale your drive based on your needs.

What is File Storage?Īzure File storage is a service that offers file shares in the cloud using the standard Server Message Block (SMB) Protocol (SMB 2.1 or SMB 3.0). Azure virtual machines and cloud services can share file data across application components via mounted shares, and on-premises applications can access file data in a share via the File service REST API.įor more information on Azure Storage you can start from this introductory article. File Storage, which we are going to use in this post, offers shared storage for legacy applications using the standard SMB protocol.Queue Storage provides reliable messaging for workflow processing and for communication between components of cloud services.Table storage is a NoSQL key-attribute data store, which allows for rapid development and fast access to large quantities of data. Table Storage stores structured datasets.Blob storage is also referred to as Object storage. A blob can be any type of text or binary data, such as a document, a media file, or an application installer. Blob Storage stores unstructured object data.What is Azure Storage?Īzure Storage is the cloud storage solution for modern applications that rely on durability, availability and scalability. You can store as much data as you want and use it in many different ways based on the usage scenario you are interested in. It is accessible from anywhere in the world, from any type of application, whether it’s running on the cloud, on the desktop, on an on-premises server, or on a mobile or tablet device. In this tutorial we are going to map a network drive on our computer to a file storage in the cloud using Azure File Storage. This can be very helpful if you want to share files among multiple computers and, bearing in mind that the storage is in the cloud, you can scale your drive as much as you need.įirst of all, let’s start with the basics and learn some things about Azure Storage.
