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.
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.
Using Queues on Azure for message relay
Setting up queues and a messaging relay is a bit more complimicated