Managing keys in Azure key vault using .NET code
In past few articles, I have tried to explain how key vaults can be created and can be accessed from .NET core web application. In the posts, where I have…
In past few articles, I have tried to explain how key vaults can be created and can be accessed from .NET core web application. In the posts, where I have…
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 article, let's have a look at how to enable authentication in .NET Core WPF application. Prerequisites For following all steps in this article, we will need Azure Subscription.…
Azure App Service provides very convenient way to publish your web application on internet. You can directly publish the web application from Visual Studio publish. Azure App Services also provide…
Azure AD B2C can be used for authenticating the user identity. Azure AD B2C has concept of identity providers. The identity providers are used for validating the user identities. Azure…
In previous articles, we have seen capabilities of Azure AD B2C and how to use those in our applications using MSAL. In this article let's try to implement the scenario,…
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…