In this tutorial, we’ll be seeing on how we can map azure file storage drives to our windows machine.

Starting our tutorial, once we have logged in our Azure portal, we need to click on “New”.

1

Now we’ll click on “Storage” and choose “Storage account”.

2

Let’s choose the name of our storage account, along with resource group.

3

Once it’s created, we’ll choose our created File Storage from our resources.

4

Now let’s click on “Files”

5

6

Let’s click on “+ File Share” and enter the name for our file service. We can also mention the size of our disk by writing it in “Quota”.

In-case we leave it blank, maximum size (5 TiB ) will be allocated for the drive.

7

Once our file service is clicked, we’ll click on it

8

9

Now, we’ll click on “Connect”

10

Now, we’ll copy the path of our drive. It’s the highlighted text from above picture. Important thing is that we need a specific part from it.

The path which we need starts from “\\” and goes uptil our service’s name. So, in or context, our path becomes “\\mappingtutorial.file.core.windows.net\testmapping “.

Now, let’s open our file explorer and click on “Map Network Drive”

11

12

Let’s paste the above copied path in folder and check “Connect using different credentials”.

13

A pop up asking for credentials would appear. These credentials are found under “Access keys” of our Storage Account

14

15

The text in “Storage account name” is our username and “Key” value in “Key1” and “Key2” is our password. So let’s copy paste them in our Credentials Prompt

16

17

Check “Remember my credentials” and click “Ok”

If entered Username and Password is correct, it will automatically create a new networked drive on our Pc.

18

Now let’s just place any file in this drive and see how it’s mapped to our Azure File Service

19

I’ve added this file manually from my PC and it should be uploaded to Azure automatically.

20

We can view and share the URL of this file by clicking it.

21

This is one of the few methods of mapping our Azure File Service to PC, consecutively this is also achievable by Powershell and Command Prompt Command (CMD).

Official documentation of File Storage: https://azure.microsoft.com/en-us/services/storage/files/