How to Create a Serverless Function App in the Azure Portal
If you are looking to run small pieces of code or background tasks without worrying about underlying application infrastructure, Azure Functions is the perfect serverless solution. In this tutorial, we will walk through the step-by-step process of creating a Function App using the Azure Portal, specifically utilizing a PowerShell runtime on a Consumption plan. Let’s … Read more