Table of contents
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.
Create a Virtual Machine ๐
Create a File Share ๐๏ธ
Now take an RDP connection of the VM ๐
Go back to file share and click on connect ๐ค
In the VM go to the folder location and click on Map Network Drive ๐ผ๏ธ
Here we need to provide the path of a File share, which we can get from 'Show Script' ๐
After this, it will ask for credentials. The username is the storage account name and the password is the access keys โจ๏ธ
- Hence we have successfully created a file share. ๐