Ken Muse
Function Trigger Syncing

Function Trigger Syncing

Sometimes continuous deployment of the code is just not enough to update your Azure Function. The symptoms are simple enough — triggers stop working or the Function stops scaling. In these cases, you need to make Azure aware of the changes. You may need to synchronize.

Read more

The Magic of dotfiles

The Magic of dotfiles

Did you know that you can have your favorite environment configurations follow you wherever you go, including into Development Containers and Codespaces? All of your environments can reflect your personal preferences through the power of a dotfiles Git repository.

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