Tag: IaC


  • Bicep Local Extensions for Microsoft Fabric

    Microsoft Fabric workspaces don’t exist in ARM. Bicep’s new Local Extension SDK means that’s no longer a wall, just a gap I could build my way across. Fabric keeps coming up on the data platform side of my day job, and every time it does I hit the same seam: half of it is a…

  • Bicep’s this.exists(): Idempotency Without the Extra Script

    Bicep quietly shipped a way to ask "do you already exist?" from inside a resource block. It should retire a workaround I’ve been carrying around for years. This one turned up on a routine scan for what had shipped in Bicep recently, and the syntax read like the kind of thing that looks clean in…