Category: Microsoft Azure

  • Power Automate: Get Dataverse file URL (show file content)

    Power Automate: Get Dataverse file URL (show file content)

    Today, let’s explore a unique need from a client of mine using a Power App, who want to view Dataverse file contents in new browser tabs via a URL. The goal is to avoid the need of users downloading from Dataverse and storing sensitive files locally before viewing it. While this is easily achieved through…

  • Dataverse: Setup Service Principal Access for Environment

    Dataverse: Setup Service Principal Access for Environment

    Today’s blog I’ll quickly show how to setup a Power Platform service principal account for Dataverse and use it with Power Automate flows. A service principal is a non-interactive “user account” that can perform tasks for Dataverse or other applications with elevated permissions and better security. The tutorial consists of four primary steps

  • Arctic Cloud Developer Challenge 2024 (Hackathon)

    Arctic Cloud Developer Challenge 2024 (Hackathon)

    In February 2023 – Thomas Sandsør reached out to me and asked if I would like to join the ACDC competition (Arctic Cloud Developer Challenge) and got me hooked in to the event. This was something that I have had in the back of my mind since and not been able to decide, but when…

  • Nordic Summit 2023 @ Copenhagen

    Nordic Summit 2023 @ Copenhagen

    I had the privilege of attending Nordic Summit in Copenhagen, dedicated to the Microsoft Power Platform – a technology I’m passionate about. This gathering was one out of many held yearly to tribute the incredible community members who share their interests to the various Microsoft related services (focused around the Power Platform stack). I can’t…

  • Automation Summit 2023 @ Microsoft, London

    Automation Summit 2023 @ Microsoft, London

    🌟 We had a Blast at the Automation Summit 2023 at Microsoft London! 🚀 Last week, I attended the Automation Summit and it’s PL-200 & PL-400 crash courses hosted by the always so positive Raz Choudry and delivered by my man Arpit Shrivastava with that knowledge that I needed! Oh boy, was it an intense week, but a really fun…

  • Power Automate: Web Automation with Powershell + Azure Automation + Selenium DLL library

    Power Automate: Web Automation with Powershell + Azure Automation + Selenium DLL library

    In todays blog I want to show you guys how to web-scrape with Power Automate instead of PAD. This scenario suits for integration with simple Web UI navigations (where use cases could be ordering equipment online, as a part of an onboarding process). Why combine Power Automate with PowerShell and Selenium C# Library: Prerequisites: Setting…

  • Power Automate: Integrate ‘gpt-3.5-turbo’ Model And ‘GPT-4’ Model With Microsoft Teams

    Power Automate: Integrate ‘gpt-3.5-turbo’ Model And ‘GPT-4’ Model With Microsoft Teams

    Update: Included the GPT-4 Model header as I got the beta access a week after publishing the article, and it’s basically the same implementation. GPT-3.5-Turbo was released last week and added another arsenal for developers to work with OpenAI’s public API services. This week we’re going to have a look at how we can upgrade…

  • Power Automate:  OCR Extraction With Logic Apps, Javascript And RegEx Filter

    Power Automate: OCR Extraction With Logic Apps, Javascript And RegEx Filter

    Hey Power Addicts! 😎 In today’s blog post, we’ll discuss the possibilities of invoking regular expression (RegEx) from creating a Logic Apps HTTP Trigger with JavaScript code. Now the most common way for this has been through use of a cloud stored Excel-file and invoking the TypeScript RegEx from the Excel Automation tool in Power…

  • Power Automate: Store your API Access tokens in Azure Key Vaults and automatically renew them!

    Getting Started: An Introduction to create Key Vaults for Beginners Lets start with creating an Azure key vault, with two key vaults secrets. Make your way and login to the Azure portal (Microsoft Azure) and follow below: Great! Now we’ve setup the Azure Key Vault, next we’re going to use the Azure App registration to…