With .NET 5 projected in November 2020, the compiler will determine the new C# 9 language version as it’s default, allowing some very nice improvements, one of which gives us…
Terraform v0.13 – Introducing Custom Variable Validation
Custom variable validation is now a production ready feature in the new Terraform v0.13 (Announced On June 22nd 2020 by HashiCorp)Source – https://www.hashicorp.com/blog/announcing-the-terraform-0-13-beta/This is great news because you can now…
SQL Server 2019 – String or Binary Data Would be Truncated – New Helpful Error Message.
If you have worked with SQL in the past you have likely seen this error when inserting data, it’s always a tricky one to investigate as the error message doesn’t…
Invoke-WebRequest response empty when calling Azure function URL using Powershell.
Whilst working on a project that required an event driven platform, we decided to create an Azure Function that would handle Event Grid Events, and be deployed using Octopus Deploy….