Introduction to Product Management Strategies – Training Course

I have recently put together a new training course on Udemy. This is my 5th Udemy course and focuses on Product Management instead of Power Automate or Azure Logic Apps. So why this course? For the past 5 years I have been predominately been in Product Management roles. I have had the opportunity to learn from many smart product leaders during this time and felt … Continue reading Introduction to Product Management Strategies – Training Course

Considerations when migrating from BizTalk Server to Azure Integration Services

When migrating from BizTalk Server to Azure Integration Services, there are several factors to consider: Platform: BizTalk Server is a Windows-based platform, while Azure Integration Services is a cloud-based platform. This means that your organization will need to consider how to integrate with other cloud-based systems and how to manage cloud-based resources. Functionality: While Azure Integration Services provides similar functionality to BizTalk Server, it may … Continue reading Considerations when migrating from BizTalk Server to Azure Integration Services

Enabling Azure AD Authentication on HTTP Triggers

By default, when an HTTP trigger is created, it will generate a URL and includes a SAS token as part of the sig query parameter. This value is required to call this HTTP trigger. For some customers, this is a concern as it allows the endpoint to be called from outside the network as that URL can be called anywhere over the internet. Should a … Continue reading Enabling Azure AD Authentication on HTTP Triggers

Azure Logic Apps – Standard Resources

Over the last little while, I have been learning about Azure Logic Apps (Standard), otherwise known as Single Tenant Logic Apps. Here is a list of resources that I have put together: Azure Logic Apps Standard – First Look Integrating Microsoft Excel and ServiceNow using Azure Logic Apps Using Managed Identities to connect Azure Logic Apps with Azure Blob Storage When to use Azure Logic … Continue reading Azure Logic Apps – Standard Resources

New Power Platform Videos (December 2020 Recap)

Here is a recap of all of the Power Platform videos that I published in the month of December 2020. Power Automate RPA Analytics Now Available in Admin Center Recently, Microsoft has updated the Power Automate Analytics experience to include 3 reports for UI Flows in the Power Platform Admin center. The reports that are now available include UI Flow Runs, Usage and who Created … Continue reading New Power Platform Videos (December 2020 Recap)

New Power Platform Videos (November 2020 Recap)

Here are the videos that were released on my YouTube channel in the month of November. Don’t for get to like and subscribe! Troubleshooting Power Automate Desktop – UI Flows In this video we are going to explore how we can troubleshoot UI Flows that have been created using the new Power Automate Desktop. We are now able to see action by action time durations, … Continue reading New Power Platform Videos (November 2020 Recap)

New Power Platform Videos (October 2020 Recap)

In this post I will catch up on some of the videos that have been recently posted. Check them out: October 4th, 2020: 050 – M365 Presentation, Here Come The Bots Part 1 (Power Virtual Agents) In this session we will talk about bots…chatbots more specifically. We will discuss the new Microsoft Teams + Power Virtual Agents experience found in Project Oakdale. October 8, 2020: … Continue reading New Power Platform Videos (October 2020 Recap)

New Power Platform Videos (September 2020 Recap)

I have fallen behind on updating this blog with my recent video contributions on YouTube. In this post I will catch up on some of the videos that have been recently posted. Check them out: September 3, 2020: 044 – Nested If Statements inside of WinAutomation In this video, we are going to we are going to explore how we can manage Nested If statements … Continue reading New Power Platform Videos (September 2020 Recap)

On-Premises Data Gateway Monitoring using PowerShell

This blog post compliments a YouTube video that demonstrates how to monitor your Organization’s On-Premises Data Gateways using Powershell and Power Automate Desktop. Below are scripts that allow you to list the gateways (script #1) and then for a specific gateway, get its status (script #2). The complete video is linked below. Script #1 – Get all on-Premises Data Gateways at the Organization Scope. Requires … Continue reading On-Premises Data Gateway Monitoring using PowerShell