Modify Azure resources with Azure functions

Resources in your Azure subscriptions can be created or modified in different ways. In one of my last projects I had the task to implement an easy on demand executable script which performs some actions in a resource group based on a parameter. One way to access resources is with Azure powershell commands. And because… Continue reading Modify Azure resources with Azure functions