Last week I have blogged: Azure Bicep Snapshots β Test and Validate Your Code and Deployments cloudadministrator.net/2026/02/18/a... #Azure #AzureBicep #AzureBicepSnapshots #AzureMonitor #LogAnalytics #LogAlerts #IaC #DevOps
Last week I have blogged: Azure Bicep Snapshots β Test and Validate Your Code and Deployments cloudadministrator.net/2026/02/18/a... #Azure #AzureBicep #AzureBicepSnapshots #AzureMonitor #LogAnalytics #LogAlerts #IaC #DevOps
The review in action:
Azure Bicep review using GitHub Copilot parallel agents! In this gist, you will find three subagents and a prompt file. Run the prompt file /bicep-review to kickstart.
Shoutout to @pierceboggan.bsky.social since his version heavily inspires this!
gist.github.com/johnlokerse/...
Demo 3: Works seamlessly on mobile (Copilot running server-side)
π¬ Demo 2: Personalized recommendations based on your watch history
π¬ Demo 1: Get movie recommendations for upcoming releases
Copilot is aware of context, and it knows my movie taste, current backlog, and more.
Ask questions like:
β’ βScream 7 comes out in 3 days. Recommend 3 movies to get me ready.β
β’ βIs there a new season announced for the series Hijack?β
β’ βIβve heard good things about Mercy (2026). What is it about?"
Integrated the GitHub Copilot SDK into my movie & series tracking web app for personalized recommendations. Built with React + server-side integration. Check out the demos in this thread! π§΅
#githubcopilot #GitHub #githubcopilotsdk
Browse the web with GitHub Copilot SDK!
I built a browser extension that connects to the Copilot SDK. It takes a prompt as input and browses the web. This is a simple example, but think about the automation possibilities (for example, automating timesheets).
#githubcopilot #githubcopilotsdk
Azure Bicep Snapshots β Test and Validate Your Code and Deployments cloudadministrator.net/2026/02/18/a... #Azure #AzureBicep #AzureBicepSnapshots #AzureMonitor #LogAnalytics #LogAlerts #IaC #DevOps
If you want to try it out yourself. Check out the repo here: github.com/johnlokerse/...
Having a blast with the GitHub Copilot SDK and Remotion! Iβve built a web app that lets you generate videos with Remotion. You type a prompt, pick a model, and it generates and renders a short MP4 you can preview in the browser.
#githubcopilot #remotion #githubcopilotsdk
π You can use the Azure Bicep MCP Server with GitHub Copilot CLI!
π Iβve updated my repository with instructions on how to run the MCP server with the GitHub Copilot CLI:
github.com/johnlokerse/...
What if I told you that you can export your Conditional Access policies to PowerPoint, providing a high-level overview of your security posture? youtu.be/ANZLw1jkX8s?...
Tip: In GitHub Copilot CLI, if you run copilot --resume without an ID, it opens an interactive session picker that shows the available sessions so that you can easily dive back into one of them
π 4 years of blogging and 43 blog posts later, I have reached a blog milestone of 100K views! Thank you to everyone for your support and for reading my blogs!
π My content primarily focuses on Azure Bicep, Azure, DevOps, and GitHub (Copilot). Check out my content at: johnlokerse.dev
π New blog! Agent Skills are a powerful way to automate manual and repeatable Azure Bicep workflows using GitHub Copilot.
π Read the blog here: johnlokerse.dev/2026/02/02/a...
#githubcopilot #azurebicep #infrastructureascode #azure #ai #MVPBuzz
Tonight, I will give a session at the Azure Bicep community call. It will cover an update on the Bicep console and how you can use it with GitHub Copilot agents!
βοΈ 9 AM PST / 6 PM CET / 5 PM BST
π Sign up here: github.com/Azure/bicep/...
Thanks! I use Wordpress (not self-hosted) π
Looking back at my first blog post about GitHub Copilot (Feb 2023) and comparing it to today, the progression is insane. I already liked it back then, but now itβs on a completely different level and essential to my workflow. π
π The blog post: johnlokerse.dev/2023/02/27/t...
If you use Azure Bicep as your primary IaC language, you should definitely check out the Bicep Console feature. The @biceplang.bsky.social team upgraded it with piped input support in v0.40.2.
Think about the agentic possibilities this enables for quick UDF validation using GitHub Copilot.
Key changes in v0.40.2: multi-line interpolated strings are now GA, 6 new Azure Bicep MCP server tools added, MCP server published as a NuGet package, Bicep Console supports piped input, plus parameter updates, docs, and bug fixes. Strong start to 2026 πͺ
π New year, new @biceplang.bsky.social update! The first Azure Bicep release of 2026 is out, and itβs packed with some very interesting updates.
π Full changelog: github.com/Azure/bicep/...
#azure #azurebicep #mcp #infrastructureascode
Checked it, and it searches for Skills in both .copilot and .github folders
Yes, I believe it checks both folders for skills
You donβt have to duplicate GitHub Copilot Skills across repos.
GitHub Copilot can read Skills from ~/.copilot/skills/ folder instead of the .github folder in a repo
Meaning:
β’ One Skill setup
β’ Works in every repo
β’ Define once, use everywhere
Azure Bicep users π
Whatβs your reason for using @allowed([...]) instead of union types like 'Value' | 'OtherValue'?
I found that union types also constrain an allowedValues list under the hood, and they look much cleaner to me. Additionally, union types can be shared using export / import.
Code Quick Select C#