How and why you should upgrade your .NET Azure Functions to 3.0

Reason to use Azure Functions 3.0 The Azure Functions 3.0 go-live release is available since December 09, 2019. A major benefit of this release is that you can write Azure Functions targeting .NET Core 3.1. Why is this important? Every Microsoft product has a lifecycle that begins when a product is released and ends when… Continue reading How and why you should upgrade your .NET Azure Functions to 3.0

Serving a HTML Page from Azure PowerShell Function

CLI

The new PowerShell language (experimental) support in Azure Function is really handy. Especially if you want to use the Azure PowerShell cmdlets to retrieve any kind of Azure Resources and display them in a HTML page. Hosting the cmdlet in Azure Function eliminates the need for a local installed Azure PowerShell module. Here is a simple… Continue reading Serving a HTML Page from Azure PowerShell Function