The Issue
If you are using Azure Scale Set based Azure DevOps Agent Pools (VMSS) to provide dynamically scalable agent pools, unlike with self hosted agent pools, there is no capabilities tab for the individual agents.
class="image_figure …
Read MoreBackground
I have recently been looking at getting Snipe-IT running on Azure using a Docker container. Though the documentation for this project is good, the detail for the Azure setup is a little lacking. So I thought I would document the steps and Rik Hepworth took to get it working.
Notes:
- This is a simple …
Read MoreThe Problem
Recently had an issue on a project that had been paused for a few months.
When we restarted the project we found that the SonarCloud PR analysis, running via an Azure DevOps YAML pipeline, was failing with a 404 error. The strange thing was that the same pipeline running analysis of the main trunk or the …
Read Morelewiswrites http://lewispen.github.io/posts/android-jdk-issue/ -
Differing package versions within solution
When adding/updating a package in your solution that contains a higher target version of android than a project that is referencing that package you may get the following error:
Java SDK 11.0 or above is required …
Read MoreThe Problem
Recently an Azure DevOps Pipeline for a .NET 6 based Azure Functions started to fail on some of our self-hosted build agents with the error
1 …
Read MoreAround a year ago I posted on 'Social Media Posts after Migrating from WordPress to Hugo Static Pages'. Recently I have found that the Twitter functionality in my Logic App was failing.
Turns out this was due to the changes in the Twitter Free API, with them moving from V1 to V2 which requires OAuth authentication as …
Read MoreUpdated: 19 Jul 2023 - Revised the post to use Az CLI Task as opposed to a PowerShell Task
Updated: 29 Aug 2024 - Revised the PowerShell as original version was not working. Also see follow up post on using Workload Identity federation
Background
Azure DevOps Pipelines have a built in mechanism to run maintenance …
Read MoreBackground
Strong Names provide .NET Framework assemblies with unique identities. When the .NET Framework loads a strong-named assembly for a referring assembly, it verifies the strong name signature. If the strong name signature of the assembly cannot be verified, the .NET Framework will not load the assembly.
!Do …
Read Morelewiswrites http://lewispen.github.io/posts/integrate-2023/ -
Integrate 2023
I recently had the pleasure of going to Integrate 2023, a 3-day event with lot’s of great speakers in the Microsoft Integration space. I learnt a lot about Azure Integration Services that will help me with my long-term development. But I …
Read More- Integrate 2023 I recently had the pleasure of going to Integrate 2023, a 3-day event with lot’s of great speakers in the Microsoft Integration space. I learnt a lot about Azure Integration Services that will help me with my long-term development. But I also wanted to keep track of and share some of my short term goals. …
Read More