Testing your Bicep modules with PSRule is a great way to identify that your code is meeting Azure best practice. But how do you actually test...
Continue reading...Automation
The ultimate Bicep validation pipeline guide: ADO Edition
Introduction Finding a robust validation solution for Bicep has been both straight forward and frustrating. We have amazing tools like PSRule (shout out to Bernie for...
Continue reading...Copy blobs between Storage Accounts with an Azure Function
Introduction In this post I’m going to detail how you can use the blob copy feature in AzCopy within an Azure Function. This is especially useful...
Continue reading...Using ChatGPT connector in Azure Logic Apps
Introduction Disclaimer: this is just for fun! I donβt actually use it to suggest replies to my emails π Additionally I also have disregarded any data...
Continue reading...Generate Secure Passwords in Azure Logic Apps
This guide is going to break down how to create a secure password string in a logic app flow and upload this secret into a key...
Continue reading...Logic Apps: How to trigger when a new Azure table storage entry is detected
I’ve been exploring how to retrieve the latest entities in table storage and how this could trigger an automation process. Whether this is via Logic Apps...
Continue reading...Automatically assign RBAC to Azure Resource Groups via Logic Apps
In this guide I will cover how to utilise the Azure REST API to invoke RBAC assignment to Azure Resoure Groups from a Logic App or...
Continue reading...