
LunchBytes Series 1 Episode 1: DevOps & API Management
APIs are the glue that connect rich user experiences to our data and services. Good governance using tools such as API Management are vital. Join us as we explore how to work with the deployment options for APIs in Azure API Management and how these can be integrated in CI/CD pipelines. This first episode is particularly suitable for Architects and Developers interested in applying Infrastructure as Code skills to APIs.
Related Content

V035 - Weekly Technology Vlog #35
Chris covers a wave of Azure service deprecations and retirements scheduled through 2022-2024, the launch of GitHub CLI 2.0 with its new extension model, and npm's TLS 1.0/1.1 deprecation. He highlights an impactful accessibility episode with Kaizota about hearing impairment at tech conferences, discusses GitHub branch protection rules for shifting left on code quality, and shares insights on Azure Front Door Standard and Premium tiers.

CGN4 - Cloud Gaming Notes Episode 4 - Cross-platform social Sudoku with Azure PlayFab
Chris is joined by Dominic, a Senior PM Manager in Microsoft Teams Engineering, who spent nearly two years building Sudoku Social as a passion project — the world's first cross-platform competitive Sudoku game for iOS and Android. Dominic walks through his decision to use Unity for its build-once deploy-to-many capability, and Azure PlayFab as the game backend-as-a-service powering leaderboards, friend systems, matchmaking, and player statistics. The conversation covers how PlayFab's APIs dramatically reduced backend development effort, how Azure DevOps supported the CI/CD pipeline for the game, and the iterative learning journey of a first-time game developer teaching himself Unity, iOS, and Android development simultaneously.
Using Azure DevOps and Azure Virtual Machine Scale Set Agents to deploy your private workloads
A little while ago, I wrote a blog post on Using the GitHub self-hosted runner and Azure Virtual Machines to login with a System Assigned Managed Identity, which seems to get a good amount of views week on week. Reflecting on some questions that have popped up this week (and regularly received over my time in the DevOps space), I thought that it makes sense to write a post on how to use Azure DevOps self-hosted agents to deploy to private resources. So, that's what we'll be covering in this post!