Azure Content Delivery Network with Storage Account
In this post, let's see how to use Azure Content Delivery Network (CDN) to cache content from Azure Storage. You would need to have an Azure account with an active subscription. If you…
In this post, let's see how to use Azure Content Delivery Network (CDN) to cache content from Azure Storage. You would need to have an Azure account with an active subscription. If you…
In last article, we have seen what is the meaning of Azure encryption at rest. We also had look at some basic concepts related to it. In this article, let's…
In one of the previous article, we have created a .NET Core web application and accessed the secrets stored in Azure key vault. We have seen how how to allow Visual studio to access the key…
Let's say we have a web application, which uploads the files to Azure Blob. The web application holds storage account name, blob container name and the access key for the…
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.…
Do you know what do you mean when you lease an apartment ? Obviously, you know what it means. You get a key to apartment and which means you have…
Azure does not provide any ability to move the data. You have to copy the data and then delete form the original container if you want to move the data.…
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…
Azure storage is one of the very important service. It is completely managed by Microsoft. In this article let's have a look at what is storage service and some basic…
In this article, we will try to create an Azure Function which is triggered whenever there is a message on the queue. We will also try to understand how to…
AZ-203 is the new certification exam announced By Microsoft few months back. The 70-532 certification is now retired. People who have given 70-532 exam need to either appear AZ-202 to…