Getting Started – Installing the Azure Bicep Tools
In previous article, we had a very high level introduction to Azure Bicep. There, we discussed that Azure Bicep provides better tooling which can help in improving the developer's productivity.…
In previous article, we had a very high level introduction to Azure Bicep. There, we discussed that Azure Bicep provides better tooling which can help in improving the developer's productivity.…
In past few articles, I have been trying to capture few things that I am learning about Azure Functions. Today, I was going through documentation and was trying to understand…
This article is bit late to the party. The .NET 5 support ended on 10 May 2022. So it is high time, that the applications which are on .NET 5…
Let's have a quick walkthrough of .NET Framework releases, .NET Core, .NET Standard and .NET 5. .NET Framework Back in late 90s, Microsoft released the initial versions of .NET Framework.…
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…
In this article, let's have a look at how .NET Core Angular Web Application can be protected using Azure AD B2C. What we need? For following all steps in this…
In the previous blog post, we have seen how can we use MSAL.NET with .NET Core web applications. Many applications use Single Page applications as front end which call web…
In this article, let's see how can we secure a .NET Core web application (Razor or MVC) with Azure AD. Please note that you will need Azure subscription to follow the steps…
In this article, we will use Azure AD to secure the Web API. We are going to use MSAL for this demonstration. MSAL stands for Microsoft Authentication Library. Please note…
In previous article, we have seen how to create a blank Single Database in Azure SQL. We also have created a schema using SSMS. In this article, we will see…
In this article of AZ-203 certification series, let's have a look at what is Azure App service. We will see how to create the App service web app and how…