Adventures with Power Platform: Better Practices

This a list of best better practices for the Power Platform and it’s components. if you have others, please include them in the comments and I will add them to the list and give you the credit! Power Platform These are best better practices for working with the Power Platform. Power Apps These are best…

Adventures with Power Automate: Monitor Email Inbox for Messages with No Replies with Sentiment Analysis

I was asked by a customer how they could monitor an email inbox that was used to capture their customer support requests. They wanted to retrieve all the messages in the inbox that had not been replied to and then send an email to the support engineers making them aware of the lack of response….

Adventures with Power Apps: Create a Custom Connector for an API Hosted in an Azure Function Secured with Azure AD

I have an Azure Function that is secured with an identity provider that authenticates against Active Directory. I configured the identity provider using the app registration I created in a previous article, see Adventures with Power Apps: Create a Custom Connector for an API Hosted in Azure APIM Secured with Azure AD – Matt Ruma….

Adventures with Blazor: Blazor, .NET MAUI and Razor Class Libraries

Blazor is a Single Page Application development framework. The name Blazor is a combination/mutation of the words Browser and Razor (the .NET HTML view generating engine). Read more at What is Blazor? – Blazor University (blazor-university.com) and ASP.NET Core Blazor | Microsoft Docs. Get started at What is Blazor [1 of 11] | Microsoft Docs….

Adventures with Power Apps: Create a Custom Connector for an API Hosted in Azure APIM Secured with Azure AD

I have an API hosted in Azure APIM with a jwt-policy that validates against Azure AD, boy, that was a mouthful! My jwt-policy is located in the All Operations for my API. I created an app registration for my API. I gave it a more “friendly” Application ID URL and exposed an API in the…