Introduction: This is a continuation of my last article about Azure AD B2C integration with the ASP.NET Core application. In this article, we are going to see how to use…
Introduction: What is Managed Identity? Azure Active Directory Managed Identities is one of the features in Azure App services to simplify the Secret management for our cloud services. Basically, our…
Introduction: Azure B2C is a business to customer identity management as a service. Basically, using Azure AD B2C service, customer can use their social, and local account identities to get…
Introduction: Policies are a powerful capability of Azure API Management that allow changing the behavior of the API through configuration. Policies are collection of statements that are executed sequentially on…
Introduction: Azure API management service is used to create a consistent and modern API gateways for existing back-end services. It provides secure, scalable API Access for your application. In this…
Introduction: In this blog, you will learn what is Azure table storage, when to use and how to connect and program with Azure table storage using ASP.NET Core WEB API….