Browsed by
Category: Power Automate

Using Document Intelligence from Power Automate

Using Document Intelligence from Power Automate

Usually, when we talk nowadays about AI, we mean ChatGPT or large language models (LLMs). However, there are other Azure AI Services that are extremely important for the business world. One of these services is Azure AI Document Intelligence which I can use to extract information from my digital documents. But can I use Document Intelligence directly from Power Automate? Yes, I can, and I will explain to you how I use Azure AI Document Intelligence directly from Power Automate…

Read More Read More

Power Automate – Sending Overdue Notifications

Power Automate – Sending Overdue Notifications

Recently a colleague reached out to me and asked me: “Hey Michael, how can I automate sending of overdue notifications for missed training? ” I answered: “You can achieve this using Power Automate!” Upon further examination of the use case, I discovered that my colleague exports information from an internal training system into excel and stores the file in OneDrive. A closer look to the workflow showed me this: My colleague manual task is this: Let’s start! Demo Data First,…

Read More Read More

Custom Connector for Container Apps with Easy Auth Security

Custom Connector for Container Apps with Easy Auth Security

You may have read in my previous blog posts that I prefer deploying my APIs and AI solutions as Microsoft Containerized Apps. The reason for this is that containerized apps provide me with an ideal balance between scalability and pricing. In this post, I will explain how to enhance the security of these APIs. Specifically, I will show you how to set up  – Easy Auth – which means authentication for container apps and correctly configure security in a custom…

Read More Read More

Azure AI Studio – Getting started with ALM!

Azure AI Studio – Getting started with ALM!

Hey there! I love talking about the principles of application lifecycle management (ALM) because it’s a crucial aspect of developing successful applications. I know it might sound boring, but trust me, it’s not! Understanding and implementing ALM from the beginning can simplify the development, usage, and management of your applications. This is especially important for Generative AI applications. I discovered that Azure AI Studio can be a great tool to get started with ALM for your Generative AI solutions. The…

Read More Read More

Using GenAI – Meeting Minutes Copilot

Using GenAI – Meeting Minutes Copilot

As a citizen developer it’s so easy to use generative AI. In one of my last blog posts, I outlined the use case of generating meeting minutes from a meeting protocol. Furthermore, I explained the technical details of my meeting minute service. Today I will show you how I build a meeting minutes copilot. Correctly, I’m talking about building a copilot. Copilot is formerly known as Power Virtual Agent. Moreover, you might have noticed this when you navigate to https://powerva.microsoft.com/:…

Read More Read More

Using GenAI – Meeting Minutes Service

Using GenAI – Meeting Minutes Service

In one of my last blog post I outlined the use case of generating meeting minutes from a meeting protocol. Furthermore, I have shown how I tested my concept in a simple way and then designed a solution. For the sake of simplicity, I have not yet explained the technical part of creating the meeting minutes. This means, I will share this time more details about my Meeting Minutes API in Microsoft Azure with you. Before I start, I select…

Read More Read More

Amazon S3 Bucket (Independent Publisher)

Amazon S3 Bucket (Independent Publisher)

Using AWS S3 buckets from Microsoft Power Platform is limited when you use standard connectors. In other words, you can list buckets and read the content of objects. But you can’t move your data to an AWS S3 bucket with the standard connector. So, what can I do? Right, a custom connector for AWS S3 is the solution. But my journey to a working connector was not so easy as expected. In other words, I faced challenges and solved a…

Read More Read More

JSON Pivoting in Power Automate

JSON Pivoting in Power Automate

Transforming objects in Power Automate is mostly a challenge. Here is an example for you. Let’s imagine, I want to convert a JSON array of key-value pairs into an object in my Power Automate Flow. Correct, I want some kind of pivoting. In detail, here is my JSON array which I want to pivot: The result should be a single object: Ok, let’s start. JSON Array pivot into an Object as Power Automate Flow First, I’m creating a new Power…

Read More Read More

Using GenAI – Generate my Meeting Minutes!

Using GenAI – Generate my Meeting Minutes!

Today I will share another example where I utilize Generative AI with you. Although the story is explained quite quickly. Documenting meeting minutes can be a tedious task, especially when I am an active participant. However, the outcome of the meeting is crucial as I need to share the action items and results with my colleagues. What if I had a buddy who could do this task for me? Right, I use my Generative AI for this. In other words,…

Read More Read More

Power Platform – Trigger Environment Activity

Power Platform – Trigger Environment Activity

You know the story, sometimes other things are more important and you forget to clean up. What happen is, after a while you get an email from Microsoft. Right, this email reminds you about the automated cleanup of my inactive Power Platform environments. This is good, because it helps to reduce unneeded resources. I got this email from one of my Demo Environments: In detail, I use this Dataverse Environment to simulate Application Lifecycle Management for Power Platform. In this…

Read More Read More