Naming conventions
Like many struggles with naming things, by the time you find a name you actually like, it might be the nth iteration. Because infrastructure is not as easy to rename (sometimes just not possible), it can take time to find...
A collection of 56 posts
Like many struggles with naming things, by the time you find a name you actually like, it might be the nth iteration. Because infrastructure is not as easy to rename (sometimes just not possible), it can take time to find...
A few days ago, I talked about one of the most underutilized features in Azure - resource group locks. Resource group locks lessen the chance to manual mistakes and especially read-only resource group locks. Especially when coupled with the use...
Recently, I wanted to move a Windows service to Azure using .NET Framework. It seems that the Azure Function team is pushing a lot of .NET Core right now. The new Azure Function runtimes only support .NET Core. It makes...
Can you think of one feature in Azure that’s easy to implement, always in front of you, yet you gloss over it all the time and forget to use it? I can. Read-only locks for resource groups and especially for...
Deploying to an Azure Web App for Container is a bit different than deploying to a traditional Azure Web App. Why? Because when using traditional application deployments, we push our code to the destination. With containers, we instead pull a...