File Shares
- Azure provides storage accounts with file share capabilities
- Azure File Share uses SMB protocol which can connect to multiple os as disks

Activity 17: Use Azure File storage
- Create two vms in the same region.

- Create a storage account (standard or premium file share)

- Mount the file storage to any folder (drive in windows) in vms
- To mount the details can be found in the connect

- When the data is minimal in size and we need to mount the data not to morethan 3 vms we can enable shared disks.
Queue Storage
- Azure provides queue storage as a service in standard storage accounts.
- Refer Here for code examples
