lewiswrites 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 …
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 jobs …
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 not …
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 MoreIntegrate 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 MoreIn a modern hybrid cloud world we have to accept constant change as the norm. You can't just build something and forget about it. You have to keep it up to date as newer tools/libraries appear. This is to at least address security issues, even if you don't want to adopt the new features. So I am expecting a degree of …
Read MoreBackground One of the fundamental parts to BizTalk for both configuration and integration applications is Enterprise Single Sign On, or as we will continue to reference as SSO from now on. SSO outside the bounds of BizTalk is an available service that is used to store and transmit encrypted user credentials. However, …
Read MoreBackground An Azure Tenant is hierarchically structured with the following make up: Tenant One or more Management Groups One or more Subscriptions One or more Resource groups One or more Resources Deployment Scopes {Tenant, Management Group, Subscription, Resource Group} allow us to deploy respective types of resources …
Read More