u/RiosEngineer

🚀 𝐁𝐢𝐜𝐞𝐩 𝐂𝐨𝐦𝐦𝐮𝐧𝐢𝐭𝐲 𝐂𝐚𝐥𝐥 – 𝐀𝐮𝐠𝐮𝐬𝐭 2026

🚀 𝐁𝐢𝐜𝐞𝐩 𝐂𝐨𝐦𝐦𝐮𝐧𝐢𝐭𝐲 𝐂𝐚𝐥𝐥 – 𝐀𝐮𝐠𝐮𝐬𝐭 2026

If you couldn’t make the latest community call, here’s a quick rundown of the highlights:

- Bicep v0.45 – experimental OCI registry support for publishing and consuming modules, the new retry on decorator, Bicep Console improvements, and two new linter rules.

- Bicep v0.46 – runtime value support for tags and SKUs, plus the new no-unused-types linter rule.

- 540 new Bicep samples – Microsoft Learn resource reference pages have received a huge boost with hundreds of new Bicep examples.

- Standardised role assignment IDs – ongoing work to make role assignment IDs deterministic and consistent across tooling.

- OCI Registry demo – Will Smith demonstrated publishing Bicep modules and extensions to registries including GHCR and local Docker registries.

- Bicep Console upgrades – new for loop evaluation, keyboard shortcuts, and undo/redo support make the console even more useful for experimenting with Bicep.

- Bicep Reps repo – a new repository for design proposals and language specifications, helping make the evolution of Bicep more transparent.

- Policy Analyzer – Sneha Bandla demoed authoring-time policy analysis against Azure Policy JSON and Rego rules, providing feedback on potential policy violations directly from Bicep.

m.youtube.com
u/RiosEngineer — 5 days ago

Deployment Stacks What-if is here!

A long time coming on this! But now if you’re using deployment stacks with bicep, you can preview the changes to the stack and the infrastructure.

learn.microsoft.com
u/RiosEngineer — 5 days ago
▲ 7 r/AZURE

A real look at the BYON foundry setup

Foundry has been a bit of a mess IMO. Hub to New Foundry on the cognitive RP. So recently I wanted to explore BYON in the New Foundry and what's involved, some real gotchas I stumbled across etc. Maybe it helps others out too who are exploring the option. If so I did blog about it: https://rios.engineer/a-real-look-at-byon-microsoft-foundry/

The main cover points:

- Explicit egress via hub firewall for agent tool calls
- Resource dependencies and private networking (and how VNet flow logs don't actually help see private agent dependency traffic due to Foundry's Data Host Proxy)
- Governance model for Foundry accounts
- Azure Bicep snippets

I'm mostly wanting to use private APIM with it too, thinking of writing something up for that with the policy I'm using for auth + rate limiting, app roles, etc. Let me know if you think this may be of interest.

For what it's worth I spent bloody ages configuring this and testing it out, so in the age of AI slop articles I hope it provides something useful to the Azure community.

u/RiosEngineer — 2 months ago
▲ 1 r/AZURE

Project Radius

I blogged my entire journey with it and thought it may be useful for others who are curious about getting started or exploring the project.

Radius is an open source platform from the Azure Incubations team (built on Dapr and Spotify's Backstage) that lets developers define cloud-native applications, while operators (basically just cloud/platform engineers) define infrastructure environments and recipes that enforce organisational standards, security, and best practices.

The same app code can then be deployed across local, Azure or AWS without changes for example so it's an interesting project to keep an eye on IMO.

In the blog I cover:

- The core problem Radius solves: decoupling app definitions from infrastructure implementations
- How recipes let operators enforce standards without touching app code
- A hands-on walkthrough of building a Dapr app incrementally with Radius and Bicep
- Understanding portable resources and environments
- Writing and publishing your own recipes with Bicep
- How Radius integrates with Kubernetes and Azure

If you fancy the read you can here. It's fairly comprehensive so hopefully helps break it down nicely. Is anyone actually using Radius out there? Genuinely not used it outside of my own lab/local.

u/RiosEngineer — 3 months ago