Azure, I snow here

Hi! By profession, I'm a software engineer. By education, I am a philosopher and former divinity student. By night, I struggle with lots of things. Somewhere in between the these things I write stuff here.

Deleting old CI/CD Actions for Azure in GitHub

There is no delete in team

I had to redo my azure CI/CD action because M$ removed my old static web site (cleaning out old MSDN licensed resources). I now had two actions in my repository and only one worked. There does not seem to be any delete function in the github interface for actions.

Read more...

Fix changes for statiq web sites

.NET version changes and markdown frontmatter

I had probelms with my azure CI/CD action because M$ allowed their certificates for the code signatures on .NET version 5.0 lapse. Any .NET 5.0 dependencies would fail with untrusted signer errors. I had to fiure out how to change the version of .NET I was using with statiq.

Read more...

Using Queues on Azure for message relay

Setting up queues and a messaging relay is a bit more complimicated