Azure Blob Storage archiving blobs and retention
Azure blob storage allows you to store the unstructured data. This data can be accessed on REST from all over the world. The data in cloud application may grow at…
Azure blob storage allows you to store the unstructured data. This data can be accessed on REST from all over the world. The data in cloud application may grow at…
Azure blob containers has some system properties and some user defined metadata. This article will show you how to manage the metadata properties using the Azure Storage client library for .NET.…
In previous article we have seen a high level overview of some security features. Let's generate the shared access signatures to access data objects in Azure storage. Ways of Accessing…
In this article, let's have look at some basic concepts about Azure blobs. We will also see how to use .NET SDK with Blob storage. What is Blob ? Blob…
This article demonstrates how to create a new instance of Azure Files and how to mount it as a network drive. What is Azure Files ? Azure files is completely…
Azure table storage can be used for storing the NoSQL structured data. There is premium offering, CosmosDB, which is recommended by Azure. But there may be few differences because of…