Quick Overview of Implementing Storage Accounts in Microsoft Azure

Azure Storage Accounts There are two types of Storage Accounts which are General Purpose Storage accounts and Blob Storage Accounts. General purpose Storage Accounts have got two tiers Standard (Supports Tables, Queues, Blobs and Azure Virtual Machine Disks) Blob Storage (Unstructured Object Data) Block Blobs (Storing documents, media files, backups etc. upto 200GB). Most Cost… Read More Quick Overview of Implementing Storage Accounts in Microsoft Azure

Module 1 – Part 3 – How we can map the azure files as Network drives in Azure Virtual Machines

All we need is storage account name, the name of azure file share we created and the secure account keys. Below few lines of code will do our job. net use Invoke-Expression Note: The storage account and the virtual machines where we access the share should be available on the same region.   Happy Sharing… Read More Module 1 – Part 3 – How we can map the azure files as Network drives in Azure Virtual Machines