Logic Apps are awesome, creating "no code" workflows to connect systems or orchestrate a process is a great way to integrate systems in your datacenter or in Azure. Looking at how to secure them is crucial for a production ready environment. This a long article. So grab a drink, a snack and read on... Introduction… Continue reading Securing Azure Logic Apps
Tag: #Azure
Terraform – Modules
Deploying Re-usable Code In my series of Terraform, from the basics <link> to the more advanced topics, we’re going to cover off Modules. It is very helpful to have an understand of how state files work, refer to my other blog on state files and start there. This blog is going to continue with the… Continue reading Terraform – Modules
Terraform on Azure
The Basics When customers begin working with Azure they usually log into the portal and start to build things using the GUI. After building their resources they notice they can download a template of their newly configured resource. Azure exports an ARM template that can be used to automate your next build. Customers love the… Continue reading Terraform on Azure