AZ Community Roundtable - Ep.01 - Chris Reddington & Martin Therkelsen with host James Cook

2021-06-01

On the first AZ Community Roundtable show, James Cook introduces himself for the first time as the host. After guest speakers Chris and Martin introduce themselves, James discusses Microsoft Build news on App Services adopting Cloud Native approach using Kubernetes so it can be used on other platforms. Martin talks about how infrastructure as Code is being adopted and it’s place currently in organisations. Chris brings up what individuals are looking for in DevOps tools, the features we enjoy and a quick talk on the Azure DevOps vs GitHub hot topic on social media.

Related Content

Tales from the real world with Matt Bradley

Tales from the real world with Matt Bradley

2021-05-28

Chris is joined by Matt Bradley, who helped establish the Public Cloud division at UKFast, to discuss four years of hands-on Azure experience. From migration and consultancy through DevOps automation, container orchestration, and hybrid cloud management with Azure Arc, Matt shares practical lessons, infrastructure as code trade-offs, compliance benefits, and why you must always design for failure in cloud workloads.

UK Community Session: Create friction-free code across all tools and frameworks

UK Community Session: Create friction-free code across all tools and frameworks

2021-05-26

Microsoft Cloud Advocate Dean Bryen is joined by guests Carole Logan (developer and tech lead based in Glasgow) and Chris Reddington (Microsoft Cloud Solution Architect) as they take you through the end-to-end process of editing, committing and deploying code across different platforms and tools. We’ll end with a Q&A session and next steps for you to try the process out for yourself to see how agile and collaborative it is. We look forward to seeing you there!

GitHub Actions and Azure - Using Environments with GitHub Actions

GitHub Actions and Azure - Using Environments with GitHub Actions

2021-05-07

Once you have a working GitHub Actions workflow, the next challenge is safely deploying across dev, staging, and production with the right secrets in the right places. This episode deep-dives into GitHub Actions Environments: how to scope secrets per environment to enforce the principle of least privilege, configure required reviewers and wait timers as production gates, and assign service principals with minimal Azure RBAC permissions. A live demo deploys the cloudwithchris.com Hugo site to Azure Storage, making every concept concrete.