In this series, we will explore Azure and Infrastructure as Code (IaC), focusing on how to automate and manage cloud infrastructure using code. By leveraging IaC practices, developers can enhance deployment efficiency, ensure consistency, and streamline operations. Join us as we delve into tools, techniques, and best practices for effective cloud infrastructure management.
Related articles
Bicep - Tags as Parameters
Deploying infrastructure ARM Templates to Azure, but using Tags and their respective value as the parameter configuration settings
In a post earlier, we look at using arm to lookup the value of tags’ at both the Subscription and Resource Level. ā¦
Azure IaC - Function Keys
Retrieve the Function Host Keys while deploying an ARM template
Todays conundrum: As I deploy a new Function Application, I need a simple methodology to retrieve the Host Keys for the function application so that I validate the deployment has been ā¦
Azure IaC - Appending Tags
Dynamically appending Tags to our ARM template with the union function
Todays conundrum: As I am leveraging templates, there will always be some standard tags I require to implement within the template, but I also require to provide additional tags ā¦