Azure

Azure Quantum & Microsoft Q#

Azure Quantum & Microsoft Q#

2022-03-03

Quantum computing promises to solve problems that classical computers simply cannot — from cryptography and drug discovery to large-scale optimisation. In this session, Chris is joined by Johnny Hooybergs, .NET consultant and author of "Introducing Microsoft Quantum Computing for Developers", to demystify quantum computing for software developers. Johnny explains qubits, superposition, entanglement, and quantum gates, then demonstrates practical examples in Microsoft Q# and Python on both a local simulator and real Azure Quantum hardware, including Azure Quantum Inspired Optimization (QIO).

Tech Roundup - February 2022

Tech Roundup - February 2022

2022-02-27

A live monthly roundup covering everything notable in Azure, GitHub, and Azure DevOps through February 2022. Key highlights include GitHub Actions support for OpenID Connect (OIDC) deployments to Azure Static Web Apps, GitHub Projects beta improvements (flexible iterations, insights filtering), and updates to GitHub Codespaces and the GitHub CLI. On the Azure side: Azure Monitor gains OpenTelemetry integration and improved observability tooling, Azure Payments HSM enters public preview, and Azure Arc cloud-to-edge observability is explored. Chris also shares Cloud With Chris updates including a new Hugo-powered presentations site hosted on Azure Static Web Apps, a feature flags episode, and community highlights from the UK Azure Community Day.

LunchBytes Series 1 Episode 1: DevOps & API Management

LunchBytes Series 1 Episode 1: DevOps & API Management

2022-02-23 Microsoft

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.

LunchBytes Series 1 Episode 1: DevOps & API Management

LunchBytes Series 1 Episode 1: DevOps & API Management

2022-02-23

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.

Using GitHub Actions and OpenID Connect to deploy Static Web Apps to Azure

Using GitHub Actions and OpenID Connect to deploy Static Web Apps to Azure

2022-02-22 · 15 min

Back in November, GitHub announced its OpenID Connect capability for cloud deployments was generally available. This has been on my list to try out, and I finally managed to get around to it! With scenarios like this, I prefer to do something real and hands-on, rather than mocked, or a proof of concept. I decided to refactor my GitHub Action workflows for cloudwithchris.com, removing the need for secrets stored in GitHub. In this post, I outline my journey through this.

Feature Flags - The Art of the IF and Deployment

Feature Flags - The Art of the IF and Deployment

2022-02-17

Feature flags sound deceptively simple — they're just if statements. But mastering them requires a mature DevOps foundation and disciplined release engineering. Chris Reddington is joined by Chris Ayers (Azure Fast Track Engineer at Microsoft) for a deep dive into separating deployments from releases, choosing the right tooling, and implementing feature flags safely using Azure App Configuration, LaunchDarkly, and Optimizely in .NET applications.

Tech Roundup - January 2022

Tech Roundup - January 2022

2022-01-30

Your monthly digest of everything happening across Azure, GitHub, and Azure DevOps — so you don't have to keep up with it all yourself! In this January 2022 roundup, Chris returns to the channel after a break with an honest discussion about mental health and burnout, recaps Cloud With Chris highlights from 2021, and covers a packed set of updates: AKS improvements (containerd GA, FIPS node pools, Kubernetes version aliasing), Static Web Apps Enterprise Grade Edge GA, Azure Cognitive Search semantic updates, Azure Monitor 1-minute frequency log alerts, GitHub Advanced Security, GitHub Projects, Dependabot, and much more. Plus an outlook for what's changing on the channel in 2022.

V041 - Weekly Technology Vlog #41

V041 - Weekly Technology Vlog #41

2021-10-10

In this session, Chris provides a series of updates focused around Azure, DevOps, GitHub and Cloud With Chris.

Using Azure DevOps and Azure Virtual Machine Scale Set Agents to deploy your private workloads

2021-10-08 · 10 min

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!

CGN8 - Cloud Gaming Notes Episode 8 - Azure for Game Developers

CGN8 - Cloud Gaming Notes Episode 8 - Azure for Game Developers

2021-10-06

Chris is joined by LaBrina Loving, Developer Advocate for Gaming at Microsoft, who shares her journey from twenty years of .NET and enterprise development into the world of game development. The episode covers growing cloud adoption among game studios, the key technical differences between enterprise and game development (latency, UDP vs TCP), how enterprise development skills transfer directly to gaming, and practical tips for any developer considering the leap.