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 series.…
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…
I have created few demo applications by following Microsoft Documentation and published blog articles as well. While working on those demo applications, I faced some difficulties. Many of the issues…
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 support variety of identity providers, which can authenticate users. Suppose you have Angular application which calls the Web APIs and both are protected using Azure AD…
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…
Real world applications are composed of multiple components. Each component may itself be an application. For example, a web app may call another application which exposes only Web APIs. In…
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…