In this post I introduce the ideas of design-time validation and unit testing for Infrastructure-as-Code (IaC) developed using Bicep. Perfect if you're new to IaC and from an Ops background!
Trying to assign a Service Principal to an RBAC role in Azure and receiveing the error 'Principals of type Application cannot validly be used in role assignments.'? Read on to find out how to fix it!
Off the back of my recent post on building an Azure Logic Apps solution for cross-posting on social media I wanted to export what I'd quickly built and make an easily deployable asset in Azure using Bicep. See how you can that in this post.
In this post I am going to take the next step - take our containerised ASP.NET web application and deploy it to Kubernetes whilst making sure the build and deployment process is centralised and repeatable.
We previously looked at the basics of what is involved in bringing .NET Framework applications to Windows Containers. In this second post we are going to go a little deeper and look at migrating an application.
In this post I'm going to look at what I think are the basics you need to know and show you a quick way to start working with Git without needing to install a bunch of tools.
Over the last few years I've come to rely heavily on Application Insights as the primary Application Performance Management (APM) tool of choice for services I build.