Ken Muse
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

Connecting Azure API Management (APIM) and Application Insights Using Bicep
It can be a bit tricky to create a Bicep template for Azure APIM Management to connect a Logger to Application Insights. Today’s post explores how to make that work (and how to do it with an Azure Key Vault).

Read more

Creating Hidden Links in Bicep

Creating Hidden Links in Bicep

Today’s post shows you how to create a hidden-link and property name string interpolation in Bicep.

Read more

Understanding Long-Running Cloud Tasks

Understanding Long-Running Cloud Tasks

We know that the cloud is optimized for short, fast executions. In today’s we examine a common question – are long-running activities still safe?

Read more