Welcome to my blog
RSS FeedThis blog is about my journey as a software developer in the Microsoft ecosystem. I write about things I learn, things I build, and things I think about. I hope you find something useful here.
Read some blog posts or contact me using the links below!
Featured
Steering 365 Copilot To Your Company's APIs with a Custom Plugin
Published: at 08:06Start extending the capabilities of 365 Copilot with a custom plugin that can request data from any API. We will use an OpenAPI specification of an API to steer Copilot to any API you want.
Centralized Control: One App Registration for Blazor Frontend and ASP.NET API
Published: at 08:06In this post, we will explore how to utilize Azure Entra to authenticate users and roles for authorization in a Blazor Server application, as well as how to apply these roles within an API from a single app registration.
Recent Posts
Using an identity from a different tenant in an Azure Function to access resources
Published: at 10:41In this blog I will explain how to use an identity from a different tenant in an Azure Function to access resources. This can be useful when you want to access resources in a different tenant from your Azure Function. For example, when you want to access resources in a customer tenant from your Azure Function using a service principal.