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
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
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
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
I've recently been working on implementing Azure AD B2C from scratch, and wanted to write down some thoughts about how to implement the monitoring for new tenants.…
Read more
In parts 1 and 2 of this series, I've looked at the different ways of getting more out of your Azure Workbooks on the visual and data side. The last thing I want to talk about is the Development and DevOps flows of the workbooks…
Read more
Continuing from the previous post, let's get into some of the more advanced things to get more out of your workbooks. Some of these might need further development on your part, but hopefully you'll be able to get an overview of how you could use the same techniques to fit your own use cases.…
Read more