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...Dan Rios
Schedule clean up of your sandbox tenant with Azure Automation
Introduction If you’ve got a sandbox tenant which you and your teams are using to simulate certain deployments that don’t fit into the typical subscription scope...
Continue reading...Azure DevOps Pipeline deployments to Azure App Services with Access Restrictions
Intro π When you enable Access Restrictions onto your Azure App Services (such as an Azure Function or Web App) you cut off any inbound traffic...
Continue reading...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...Troubleshoot Bicep with export templates
Intro Export template in the Azure Portal is a useful tool to lean on when you need to understand a resources properties, syntaxes, and structure. We’ve...
Continue reading...Using the new .bicepparam file!
No more JSON Parameter files!? Well, nearly. The .bicepparam feature is still in experimental mode currently, but looks to be coming soon as part of the...
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...Deploying Azure Policy remediation via Azure Lighthouse with PIM
Intro As you cannot grant owner level permission in Azure Lighthouse (contributor is the highest level available to us) we need to circumvent a way around...
Continue reading...