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…

Adventures with Power Apps: Create an API Custom Connector

In this example we will create a custom connector for the Star Wars API, The first thing we need to do is create a connector for the Star Wars API. From the Power Apps Portal navigate expand the Dataverse menu and click Custom Connectors, then click New customer connector. Select Import an OpenAPI form URL….

Adventures with Logic Apps: Using Bicep to Deploy Logic Apps!

I have a fairly simple Logic App, messages are received from a Service Bus queue and an email is then sent using Send Grid. Pretty straight forward. Big believer in IaaC, so I wanted to create a deployment using Bicep for my Logic App and the Api Connections. My Service Bus connection uses a Managed…