Enabling Custom (Bicep) Language Server support in OpenCode
I wanted Bicep diagnostics to show up in OpenCode with a custom LSP setup, as I noticed the models making a bunch of mistakes without it. Here's how to do it.…
Read more
I wanted Bicep diagnostics to show up in OpenCode with a custom LSP setup, as I noticed the models making a bunch of mistakes without it. Here's how to do it.…
Read more
In this post I'll walk through how I went about making multiple services behave like they belong to the same platform from an OpenTelemetry perspective.…
Read more
Now that MAF is nearing a GA release, I took my existing demo and translated it to see how the new framework feels in real code. In this post I'll recap my thoughts on the new framework.…
Read more
I ran into a fairly mundane MCP issue recently that only really shows up once the server stops living on one process forever: Sessions.…
Read more
In this post I'll show you how I've configured the providers to my own Foundry, which hosts both the recently announced Anthropic models as well as models by OpenAI and others.…
Read more
In this post I'll describe some of the fundamental building blocks of creating an AI Dev platform for organizations in Azure.…
Read more
I've been involved in a fair number of document processing projects on Azure. This post describes one of them at the pattern level.…
Read more
A while back, Microsoft had a huge hype cycle around the rename of Azure AI Studio to Azure AI Foundry. I've had a while to get to know the product and in this post will try to open up how it all works from a Azure resource perspective.…
Read more
The Managed DevOps Pools (MDP) resource in Azure has been Generally Available since Ignite 2024. Let's see how to set one up, and discuss why I think this solves a common problem in my projects: requiring deployments into VNETs.…
Read more
In this post we'll see how to set up our own Kubernetes cluster to act as an External Identity Provider.…
Read more
In this post, I'll try to explain the internal workings of workload identity federation.…
Read more
A few quick ways of figuring out objectIds when you don't have access to the Entra Portal…
Read more
I created a simple tool to make aggregation of data easier for Azure Monitor based alerts…
Read more
In this blog post I'll provide some examples and observations on how to set up and use the Azure AI Speech service from a Go application.…
Read more
A look into a simple approach to automating deployments to Azure that can be run locally using powershell. Also includes thoughts on Azure Developer CLI (azd)…
Read more