In the previous post, I detailed how the demo app runs. In this post, let’s talk about some of the techniques & technologies I used
Category: ASP.NET Core
In the previous post, we talked about the implementation details of how the demo app works & how to set up Semantic Kernel, with the
How to run an ASP.NET Core web app in Docker Compose and use a local development certificate for SSL
When running an ASP.NET Core web app through Visual Studio, an SSL certificate is managed for you so you can use HTTPS to navigate to
A customer recently asked me how to set up authorization so they could authorize a service principal calling their API using AzureAD groups. Here is
My GitHub repo shows how to write an Azure Function that responds to a NewBlobCreated event from Azure Blob Storage, decodes an encoded field in the file and writes the
My GitHub repo shows how to retrieve secrets stored in an Azure Key Vault using a .NET Framework & .NET Core application. It demonstrates both
How to use Azure API Management Policies to log the calling client Azure AD application
My GitHub repo shows you how to build a simple web app that has a user interactively sign-in and then call an API protected via
My GitHub repo use AAD App Roles & also provides fine-grained access control to data using Resource-based and Policy-based authorization. Rules In this example, we want to provide fine-grained