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
Author: AZApril
Terraform – State Files
Scaling and securing your deployments - managing remote state Welcome to my series on Terraform, starting with the basics and moving into more advanced topics. We began with Terraform on Azure, we introduced the state file briefly. To review, when you deploy Terraform it creates the state file to that maintains your environments’ configuration. When… Continue reading Terraform – State Files
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
DevOps Interview with a local Microsoft MVP
Microsoft is a massive organization with so many talented people, but there is also a massive technical community outside of Microsoft filled with subject matter experts and technical rockstars. I am really fortunate to work with the people that I do day to day, but also to interact with the wider community. Our partners and… Continue reading DevOps Interview with a local Microsoft MVP
Azure Bastion – A real life use case
I am currently working with a customer that has massive restrictions on how they can access resources, not only from their office WAN, but also from their laptops. To mitigate some of the strict controls around accessing resources in Azure, we found out at the beginning of the project that most connections from their own… Continue reading Azure Bastion – A real life use case
Deploying your Azure Infrastructure with Terraform
Myself and Abel Wang talk about the benefits of Terraform and show you how to deploy onto Azure in a few easy steps. Terraform has many benefits and I find that most users can quickly adopt it and find it much easier to use over ARM templates. It's also multi-cloud capable! Watch below: https://channel9.msdn.com/Shows/DevOps-Lab/Deploying-your-Azure-Infrastructure-with-Terraform?term=terraform&lang-en=true
Cycling to Amsterdam in support of BowelCancer UK
Late in 2018 the Microsoft UK STU (Success Team Unit) led by Sue Preston, decided to do a charity bike ride for Bowel Cancer UK. I looked at my diary and signed right up without hesitation. I have not done many charity events in the past few years and I felt it was time. We… Continue reading Cycling to Amsterdam in support of BowelCancer UK
Securing your Azure App Service with vNet’s and Service Endpoints
When I meet with a customer and we talk about migrating their apps into Azure there is always discussion around how to secure their applications in the cloud. Your application can consist of a simple website with a database or even something that requires a multi-tiered architecture. Most customers look to take advantage of PaaS… Continue reading Securing your Azure App Service with vNet’s and Service Endpoints
Charity Ride For Bowel Cancer UK
Earlier this year I decided to join in on a charity ride with my company to benefit Bowel Cancer UK. Cancer has affected too many around us, and I personally have experienced too many loved ones fight the battle. There will be 12 of us starting from our Microsoft UK Paddington office and cycling all… Continue reading Charity Ride For Bowel Cancer UK
DevOps as a process, not a function
What is DevOps? DevOps is very much a buzzword and many do not fully understand what it really means. Let's break it down: Dev and Ops - we are combining the application development and information technology operations into one process. We are moving away from a siloed approach and bringing teams together to deliver continuous… Continue reading DevOps as a process, not a function