Ken Muse
Getting User Input When Starting a Dev Container
Sometimes you just need a little human interaction. And sometimes you need that to happen when you’re starting up a dev container so you can configure the environment. Thankfully, there is a way to get user input that works with most of the dev container implementations.

Read more

Custom Azure GUIs for ARM and Bicep Templates
What if I told you that the portal experience you see with the Microsoft-provided resources was also available for your resources? Want to build a nice wizard for your ARM template? It’s time to dive deeper into Azure and learn how to develop ARM and Bicep templates like a pro. Learn to create your own custom Azure Portal experience!

Read more

Bicep and APIM Template Not Found
Bicep continues to make it easier to create ARM templates … until you have a bad service schema. Here’s how to resolve a Template Not Found error with Bicep and APIM templates.

Read more

Fixing APIM Tags - Name Should Not Be Empty
Creating Tags for APIM using infrastructure-as-code with Bicep should be simple. So why do we get a “Name should not be empty” error? More importantly, let’s discuss how to fix it.

Read more

Dev Containers, Codespaces, and Bicep, Oh My!
Development Containers and Codespaces bring infrastructure-as-code to developer environments. This post walks through creating a container for editing and deploying Bicep templates to Azure.

Read more