File Share service in Azure Storage ๐Ÿ—ƒ๏ธ

File Share service in Azure Storage ๐Ÿ—ƒ๏ธ

ยท

1 min read

Table of contents

No heading

No headings in the article.

An Azure file share is a convenient place for cloud applications to write their logs, metrics, and crash dumps. Logs can be written by the application instances via the File REST API, and developers can access them by mounting the file share on their local machine.

The advantage of File Share is everyone can access the shared location.

  1. Create a Virtual Machine ๐Ÿ“

  2. Create a File Share ๐Ÿ—„๏ธ

  3. Now take an RDP connection of the VM ๐Ÿ“ 

  4. Go back to file share and click on connect ๐Ÿค–

    1. In the VM go to the folder location and click on Map Network Drive ๐Ÿ–ผ๏ธ

    2. Here we need to provide the path of a File share, which we can get from 'Show Script' ๐Ÿ•›

    3. After this, it will ask for credentials. The username is the storage account name and the password is the access keys โŒจ๏ธ

      1. Hence we have successfully created a file share. ๐ŸŒž
ย