Welcome to my blog 👋 (Page 7)

Where I occasionally write about topics like .NET, DevOps, Open Source, Azure, etc.

Introducing Cake Kudu Client

Long ship at sea

Read more...

Polyfill with PowerShell

When writing scripts, targeting multiple runtime versions can be really painful, scripts can be forked in different files or contain hairy conditional statements to handle differences/missing between versions of PowerShell runtime/modules, resulting in unreadable and unmaintainable spaghetti code.

Read more...

Using ngrok with Azure Functions⚡

With things like the Azure Functions Cli and Azure Functions tools for Visual Studio you get the full development and debugging story locally on your machine. This is great as you can iterate and test quickly without the need to push the code to the cloud first, the drawback of this is that you can’t do incoming webhooks from. 3:rd party services, i.e. GitHub can’t access your locally running function.

Read more...