Roundup of PowerShell Azure Functions Posts
PowerShell and Azure Functions
PowerShell Azure Functions v2 was announced and is a lot to be excited about. The new version is very much aligned with the PowerShell way of doing things and has move way past the proof of concept the first version. There are new capabilities, bindings and more.
This list also seeded the GitHub Awesome Powershell Azure Functions repo, intended as a place for “Curating the Best PowerShell Resources for Azure Functions.”
Good news, the Visual Studio Code experience for crafting PowerShell Azure Functions, debugging them locally and deploying is top shelf.
Posts
- Public Preview of PowerShell in Azure Functions 2.x
- Create your first PowerShell function in Azure
- Azure Functions PowerShell developer guide
- Powershell Functions in Azure the easy way
- Serverless automation using PowerShell preview in Azure Functions
Actual PowerShell Azure Functions
- Event-Driven Serverless Containers with PowerShell Azure Functions and Azure Container Instances
- Real-time Azure Resource Monitor - Powered by PowerShell Azure Functions, Azure Event Grid, and Azure SignalR Service
Tweets
Videos
GitHub
Visual Studio Code
If you’re working with PowerShell AzureFunctions in code, don’t forget to enable it in the Functions extension.
via- Anthony Chu
Docker
azure-functions/powershell:2.0
- the latest stable 2.0 function runtime for Linux with powershell worker runtime. The Dockerfile can be found here