Creating Custom Login Page in Azure AD B2C
Few months back, I was going through the MSAL and how Azure AD can be used with different types of applications, how authentication can be configured, etc. This is an…
Few months back, I was going through the MSAL and how Azure AD can be used with different types of applications, how authentication can be configured, etc. This is an…
In this post, let's see how to create the Azure CDN profile and how to add the endpoints. This is almost similar to what we have done in the previous…
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 short article, we will have a look at the basic concepts about encryption in transit. What is it ? We have seen what encryption at rest is in…
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 last article, we have seen how to access the Azure key vault using service principal. Before we begin You may want to go through some of the previous articles in this series.…
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…
In last 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…
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.…
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.…