Setup Azure Function Hybrid Connection

In this latest post in Donnie and I’s Migrating from Orchestrator series, I’ll show you how to setup Hybrid Connection for PowerShell Azure Functions. This will allow you to perform automation tasks on-prem with Function Apps using PowerShell Core. Requirements App Service Plan Azure Function in my case I’m using PowerShell Core You’ll need a …

Read more

Manage Azure Functions with Managed Identity Logic Apps

Sometimes we may want to programmatically turn our Azure Functions off or on or do other management tasks with them. This post will show you how you can Manage Azure Functions with Managed Identity Logic Apps. What you’ll need: Azure Function Logic App Azure Active Directory (pretty much always included now right?) Setup Managed Identity …

Read more