Azure Functions:- Creating a PowerShell Function v2 using Azure CLI
Previously I had blogged about creating a PowerShell functions using v1 of Azure Functions but in recent updates; PowerShell Core 6 (Preview) is now supported in v2. Want to run small snippets of code in the cloud? Without the need to deploy adequate infrastructure to do so? Azure Functions allow you to do so, with … Read more