Azure AD B2C
Tenant – represents your organisation and is a directory of users An Azure Active Directory Business-to-Customer (Azure AD B2C) tenant contains the following resources: Directory – This is where your …
The journey of a thousand miles begins with a single step
Tenant – represents your organisation and is a directory of users An Azure Active Directory Business-to-Customer (Azure AD B2C) tenant contains the following resources: Directory – This is where your …
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 post is just a list of web pages I found while playing around with Azure Functions, Event Grid, and Azure Storage. I’m saving it on my blog in case …
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 …