Azure Powershell is AWESOME

I started with Azure CLI [https://quinngil.com/2019/05/13/azure-cli-is-awesome/] as a way to avoid the clutter that is ARM templates. I ran into a limitation... which ... I don't remember anymore. Some configuration wasn't clear... Someone recommended switching to Azure Powershell... Something... ? OH - Right! I was trying…

Android App in VSTS with Hosted Agent

I've looked into the issue of building without a Custom Build Agent for an android app. I got it working. I want to say that early on I tried something almost identical to this; but it didn't work. Why it hated running batch commands and not PowerShell... I have no…

VBM on Android: VSTS & Build Agent

I'm working to build an Android App through Visual Studio Team Services [https://www.visualstudio.com/team-services/] with the code hosted on GitHub. Pain... I'm going to not write up the long, painful, and unsuccessful time spent trying to use a Windows and Hosted Agent. If anyone has this working…

SonarQube on Azure

Objective Install SonarQube to display metrics from my random projects. Mostly as experiments to apply to activities at work. Research Where can I install it? Based on my minor internet research; it looks like SonarQube will only run on an actual machine, VM, or Docker. I did a little looking…