Background
Programmatic connection to Azure DevOps cannot be done with your Active Directory credentials. This is because this involves a dialog being shown, and these days usually an MFA check too.
Historically, the solution to this problem was to enable Alternate Credentials, which could be passed as username and …
Read MoreA History Lesson
Team Foundation Version Control (TFVC) has been around since 2005, since the first release of Team Foundation Server (TFS) in 2005. In 2013, over 10 years ago, Microsoft added Git support to TFS (later renamed as Azure DevOps), Git had already been around for 8 years at that point.
10 years is a long …
Read MoreIt is a major effort, often unfortunately ignored, keeping the dependencies in an open source project up to date. This was highlighted in Jesse Houwing's post on the state of the Azure DevOps Marketplace.
Since reading this I have made much more of an effort to keep my Azure DevOps Extensions up to date. Dependabot …
Read MoreThe Issue
We saw an issue with our SonarQube 10.3 Developer Edition (that is running as a Docker image hosted in Azure) when it was doing the analysis of a project that included Azure Bicep files.
The Azure DevOps pipeline that triggered the SonarQube analysis was not failing, but within the SonarQube analysis step an …
Read MoreBackground
A really nice feature of this configuration is that when a PR is created in GitHub a test static website environment site is built in Azure to …
Read Morelewiswrites http://lewispen.github.io/posts/ai-and-the-internet-junkyard/ -
The ability to discern false content and critically analyze information on the internet is a skill that is increasingly required. Most of us in the tech field use the internet daily for best practice implementations and personal development. …
Read Morelewiswrites http://lewispen.github.io/posts/azure-integration-progress/ -
Azure Integration Motivation
More recently I’ve been looking into azure integration and have been wanting to advance in the field. I enjoy all the real world uses of these products and have been taking on whatever becomes available at work. …
Read More- About Rik Hepworth As CEO and co-founder of Zure in the UK, Rik helps organisations large and small use Cloud better. Whether that is a new adoption where governance and management are key, or an application modernisation project where technology choice and team knowledge are important factors in success. Through his …
Read More Not every project can host services in the cloud. If you have a local environment running on virtual machines, connecting to that from the Android emulator running on the same host can be tricky. This post details the solution I use and the tools needed to enable it.
For the original version of this post see Rik …
Read MoreThe Issue
This site was built using Hugo, a static site generator. I recently tried to do a long overdue update the version of Hugo from 0.108 to the current 0.122 version.
I had not expected any problems, but found that the site failed to render, but with no error message all I saw was
1hugo.exe server --logLevel info …
Read More