Azure Functions:- Creating a PowerShell Function v1 using Azure CLI

Want to run small snippets of code in the cloud? Without the need to deploy adequate infrastructure to do so? With Azure Functions, this can be achieved! All you need is to write the code and let Azure worry about the back-end infrastructure to run your code A range of languages are supported by functions … Read more