Optimize your Azure Function PowerShell run duration in the consumption plan
Since PowerShell is available on Azure Functions this is the way to go for automating things in Azure. Especially running the function in the consumption plan and with a managed identity enabled.
Per default an Azure Function in the consumption plan is restricted to a run duration of 5 minutes but can be extended to 10 minutes.
That said I like to share some optimizations with you getting the Read more [...]