Responding to events using Azure Monitor Alerts
Azure Monitor start capturing metrics and logs for many resources as soon as they are created. In this article, we will see how to configure alert rules to send the…
Azure Monitor start capturing metrics and logs for many resources as soon as they are created. In this article, we will see how to configure alert rules to send the…
In this article, let's have look at how a .NET Core WPF application can be protected using Azure AD B2C and how can it call the APIs which are also…
In this article, let's have look at some details about scopes and consents and how they can be used to authorize the requests to the resources. What are Scopes? Microsoft…
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,…
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…