Set-up subscription to use Azure B2C
I followed the this tutorial to set up Azure B2C on my MSDN subscription. But it failed with the error: To resolve this, I needed to add the namespace Microsoft.AzureActiveDirectory …
The journey of a thousand miles begins with a single step
I followed the this tutorial to set up Azure B2C on my MSDN subscription. But it failed with the error: To resolve this, I needed to add the namespace Microsoft.AzureActiveDirectory …
I just found out about a cool feature on the Azure portal ‘data explorer’ for CosmosDB. You can interact with CosmosDB and visualise your data using notebooks. It’s free to …
You’ve deployed an ASP.NET Core web application as an Azure App Service resource. But it doesn’t quite work as expected. How do you troubleshoot it?
This post describes how to configure logging and how to stream logs in real-time.
Azure Active Directory B2C (Azure AD B2C) is a cloud identity management solution for web and mobile apps. The service provides authentication for apps hosted in the cloud and on-premises. Authentication types include individual accounts, social network accounts, and federated enterprise accounts. Additionally, Azure AD B2C can provide multi-factor authentication with minimal configuration.
How to programmatically create an Azure AD user – https://stackoverflow.com/questions/44756742/how-to-create-azure-ad-user-programmatically Implement Azure AD B2C – https://docs.microsoft.com/en-us/aspnet/core/security/authentication/azure-ad-b2c?view=aspnetcore-5.0 Microsoft Graph overview – https://docs.microsoft.com/en-us/graph/use-the-api A Web API that calls other Azure Web APIs …
Azure App Service provides built-in authentication and authorization support (sometimes referred to as “Easy Auth”), so you can sign in users and access data by writing minimal or no code in your web app, RESTful API, and mobile back end, and also Azure Functions. This article describes how App Service helps simplify authentication and authorization for your app.
This article demonstrates how to debug a local function that handles an Azure Event Grid event raised by a storage account.
RBAC (role-based access control) – Offers fine grained access management of your Azure resources. It is an authorization system build on Azure Resource Manager. E.g. you can assign a group …
Event Grid allows you to implement event-based architectures. Concepts Events Every event is comprised of common information such as event source, time of event, and unique id. The event may …
Azure Service Bus is a fully managed message broker. Types of messaging scenarios: Messaging – Transfer of data from one component/service to another Decouple applications – Use a message broker …