Logo Barret Codes
  • Home
  • About
  • Engage With Me
  • Recent Posts
  • Posts
  • Dark Theme
    Light Theme Dark Theme System Theme
Logo Inverted Logo
  • Posts
  • Community
  • Conferences
  • Development
  • Life
  • Podcasts
  • Soft Skills
hero image
AI Builder: Training a Invoice Processing Model

One of the more complex features of Power Automate is the ability to train it to pull data out of scanned images of invoices and automatically import the information. I included a walkthrough of how to get started with this feature in my recent conference talk at Summit NA 2021, but I felt it would be beneficial to provide it in blog form as well. It should be noted that AI Builder is a paid add-on to Power Automate and does incur an extra cost to use. However, a free trial is available. See the Microsoft Power Automate site for more info. Getting Started The first thing you are going to need to get started is to gather at least 6 images of each format of invoice you intend to automate. You will need at least 5 images of each type to use to train the AI model to recognize where to find the data being sought from the invoice. The rest of the sample images will be used to test the model once it’s trained. If you’re looking for example invoices to use for learning purposes, the Microsoft AI Builder documentation includes 2 versions of invoices you can use for this purpose. Or you can use real invoices that you have around.

  • ai-builder
  • flow
  • power-automate
  • summit-na
Sunday, November 7, 2021 | 9 minutes Read
hero image
Community Summit 2021 Demos

Photo by Tara Winstead from Pexels I delivered two presentations at Community Summit NA 2021. As part of that, I provided a number of demos. Below you can find some of the flows I used in my presentation. None of them are all that complicated, but could be used as simple starter templates. Power Automate for Dynamics Users Posting a Blog Post to Twitter and LinkedIn This demonstrates how to watch an RSS feed for new blog posts and post messages to Twitter and LinkedIn with links to the post. (NOTE: Posting to Twitter no longer works. See my YouTube channel for updates for posting to BlueSky and Mastadon)

  • flow
  • power-automate
  • summit-na
Tuesday, November 2, 2021 | 2 minutes Read
hero image
Power Automate Desktop

Photo by Mateusz Dach from Pexels This time round I’m going to delve into Power Automate Desktop (PAD). PAD is a service that allows you to perform activities on a local machine as part of a flow. It’s a service that used to require an extra subscription cost, but it’s now available to everyone included with whatever tier of Power Automate you currently have. What Can You Do With PAD? So the big question is what can you do with Power Automate Desktop? And the answer is, quite a bit. Among the things you can do:

  • desktop
  • flow
  • power-automate
  • rpa
Sunday, May 23, 2021 | 7 minutes Read
hero image
Using Power Automate to Start, Stop and Restart Azure App Service

Photo by Linda Eller-Shein from Pexels There are any number of reasons why you might want to start or stop your Azure App Service based on other factors. And while there are a number of ways to accomplish this, this time we’re going to cover how to do it in Power Automate with the press of a single button. Whether you want to start, stop or restart you app service, the flow works exactly the same way. As always, we start with a trigger. This time we’re going to use a button trigger so that we can restart our app service at the press of a single button. In Power Automate, create a new instant cloud flow. Give your flow a name and then select “Manually trigger a flow”.

  • azure-app-service
  • flow
  • power-automate
  • triggers
Sunday, May 16, 2021 | 2 minutes Read
hero image
More Securely Access an HTTP Request Trigger

Photo by PhotoMIX Company from Pexels In a previous post, we learned how to trigger a Power Automate flow by calling an HTTP endpoint. The best part of this trigger is that it allows you to trigger your flow from anywhere on the internet, be it an application or right in your browser. The trouble is, there isn’t security for that endpoint “out of the box”. Anyone who knows the endpoint’s URI can call it. So how do you secure that endpoint so that only someone who is authorized to call the endpoint can get it to run?

  • flow
  • power-automate
  • triggers
Thursday, May 6, 2021 | 7 minutes Read
hero image
Using an HTTP Request Trigger

Request by Nick Youngson CC BY-SA 3.0 Alpha Stock Images This time around we’re going to talk about the HTTP request trigger. This is one of the automated category of triggers that allows you to trigger a flow to run from an HTTP request. This flow is really handy if you have some data you can put into a JSON schema that you want to process in some way. One example from the templates list is passing in data to the flow to use to create a user in Azure Active Directory.

  • flow
  • power-automate
  • triggers
Friday, April 30, 2021 | 3 minutes Read
hero image
C# Advent 2020 - ASP.NET Core API Endpoints

MVC is a mess. Controllers in one folder, views in another, services in another, models and viewmodels in yet other folders. Related files are all over the place. Trying to piece together these related pieces can be a real pain. Steve “ardalis” Smith has come up with another way: ASP.NET Core API Endpoints. The concept is a simple one. Everything that’s related can easily be put in one folder, maybe even in one file. Steve explains much better: “Instead of Model-View-Controller (MVC) the pattern becomes Request-EndPoint-Response (REPR). The REPR (reaper) pattern is much simpler and groups everything that has to do with a particular API endpiont together.” By putting everything together, maintenance and development are all much easier. As Steve notes, this is a concept that the .NET team has done in creating Razor pages.

  • api
  • ardalis
  • asp-net-core
  • c-sharp
  • c-advent
  • dotnet
Saturday, December 19, 2020 | 6 minutes Read
hero image
Gulp Build Not Working In Visual Studio But Works On Command Line

I’ve been working quite a bit with a project recently that uses gulp to build the CSS and JavaScript files in Visual Studio from the Task Runner Explorer. Recently, this build suddenly stopped working and I couldn’t figure out why. It ran just fine from the command prompt, but in Task Runner Explorer, it threw all kinds of errors. This is an older project and requires an older version of NodeJs and gulp to be installed.

  • gulp
  • nodejs
  • sass
  • task-runner-explorer
  • visual-studio
Thursday, August 20, 2020 | 2 minutes Read
hero image
Azure Hybrid Connections To Local IIS Server Not Connecting

I found myself needing to create an Azure Hybrid connection from a web application hosted on Azure to a WebAPI application hosting on a server inside a company network. I kept running into one issue that was preventing me from successfully creating my connection. If you find, like me, that no matter what you try, your Hybrid connection just keeps telling you “Not Connected”, there’s one thing you should check in your installed Windows Features list.

  • azure
  • hybrid-connector
  • iis
Saturday, January 25, 2020 | 1 minute Read
hero image
The Nightmare Before Blazor

Boys and girls of every age Wouldn’t you like to see something strange? Come with me and you will see This, C# in WebAssembly This is Blazor, this is Blazor C# in my browser, what a sight This is Blazor, C# devs in WebAssembly C# in my browser, what a sight This post is part of the 2019 C# Advent. Check out all the amazing posts here.

  • blazor
  • c-sharp
  • c-advent
  • class-libraries
  • dotnet
  • razor
  • web-assembly
Friday, December 13, 2019 | 11 minutes Read
hero image
Join me at the AXUG UserGroupSummit

If you work with Microsoft Dynamics, then User Group Summit North America in October is the one conference that you really need to attend. And this year’s conference will be something extra special. Why? Because I’ll be speaking! Come and see my co-worker Pi-Jou Lin and I during the eXtreme365 portion of the event as we share some fantastic ways to utilize the power of Flow to make your Dynamics 365 lives better. While we’ll be focusing on Flow and D365 F&O, the principals apply to any of the cloud versions of Dynamics.

  • axug
  • summit-na
Friday, September 6, 2019 | 1 minute Read
hero image
Tagging Images with Flow and Azure Vision API - Part I

Photo by Brett Jordan on Unsplash This time, in our continuing adventures with Microsoft Flow and the Azure Cognitive Services Computer Vision API, we’re using the Vision API to tag image files. The flow will pass the Vision API image files from OneDrive and update the image files with the list of auto-generated meta tags the service returns to us.

  • azure
  • flow
  • power-automate
  • vision-api
Monday, August 5, 2019 | 4 minutes Read
  • ««
  • «
  • 12
  • 13
  • 14
  • 15
  • 16
  • »
  • »»
Navigation
  • About
  • Engage With Me
  • Recent Posts
  • Posts
Contact me:
  • barretblake@live.com
  • barretb
  • Barret

Toha Theme Logo Toha
© 2024 Copyright Barret Blake.
Powered by Hugo Logo