Posts

Showing posts from November, 2019

6. Microsoft Azure for Beginners | Azure Storage Account | Azure Blob | File Share | Tables | Queues

Image
Azure Storage Account   A Storage Account in Azure is a logical (Virtual) division of the storage hardware at Azure Datacenters, where we are provided with the explicit access to that particular account and storage via different medium such as (Azure Portal or Storage Explorer or any other tool) to store our data which are secured with different layers of security. Microsoft allow to create a storage account at the subscription level in a resource group. Later we can link this storage account with a Virtual Network and its subnet if we want it to be used by internal users only. Further, under storage account we can use different types of storages as per our need. There are four type of storage under each storage account: * Blob Storage * File Storage / File Share * Table Storage * Queue Storage Blob Storage Blob is a type of storage where you can upload any type of file or folder with any extension. There are multiple ways to access blob storage ...