Autofixture and IOptions – A Winning Combination
September 9, 2024Azure Advisor workbook hidden gems
September 9, 2024Join me as I discuss PowerShell-based Azure Functions. we will go through local Function development and testing to deploy a Function to Azure and even an Account storage queue-triggered Function that creates a Resource Group and Storage account from a queue message.
This session is delivered as part of the Azure Back to School event.
The repository used in this task can be found here: https://github.com/lukemurraynz/AzureFunctions_PowerShell
References:
* Azure Back to School – https://azurebacktoschool.com/
* Azure Architecture Center – https://learn.microsoft.com/azure/architecture/?WT.mc_id=AZ-MVP-5004796
* Azure Functions PowerShell developer guide – https://learn.microsoft.com/azure/azure-functions/functions-reference-powershell?tabs=portal&WT.mc_id=AZ-MVP-5004796
* Azure Functions and security – https://learn.microsoft.com/azure/well-architected/service-guides/azure-functions-security?WT.mc_id=AZ-MVP-5004796
* System Managed Identity in Storage Queue PowerShell Azure Functions – https://luke.geek.nz/azure/storage-queue-triggers-system-managed-identity-powershell/