Share your IT Knowledge
Azure Cloud Architect, speaker, and community builder based in Utrecht, The Netherlands. Founder of SoftAware Cloud Solutions.
Latest posts
-
Cost Effective IPsec Site-to-Site VPN with Azure and UDM on Ubuntu 26.04 (strongSwan 6 and swanctl)
Connect a UniFi UDM to Azure with a site-to-site IPsec VPN for a few euros per month, using strongSwan 6 and swanctl on an Ubuntu 26.04 VM.
-
Auto-scale GitHub Runners (and ADO Agents) with Azure Container Apps Jobs and Workload Profiles
Run self-hosted GitHub runners and Azure DevOps agents on Azure Container Apps Jobs with KEDA auto-scaling and Workload Profiles, deployed with Terraform.
-
Using Azure Managed Identity with .Net Core on Azure DevOps Agents
Run .NET Core code that uses Azure Managed Identity and the AppAuthentication library on Azure DevOps hosted and private agents, with MSI workarounds.
-
Using Git submodules in (private) Azure DevOps repositories
Fix the 'could not read Password' Git submodule clone error in private Azure DevOps repos by using URLs relative to the main repository in .gitmodules.
-
Solve “System.Threading.Tasks.TaskCanceledException : The operation was canceled. ” on Ubuntu 18.04 in .Net Core 2.2
Fix TaskCanceledException 'The operation was canceled' in .NET Core 2.2 HttpClient on Ubuntu 18.04 by installing the self-signed root certificate.
-
Run Elasticsearch image on Azure Container Instances
How to fix the vm.max_map_count is too low error when running the Elasticsearch Docker image on Azure Container Instances by switching to the Alpine image.
-
Create an Event Grid Subscription to an Azure Function V2
Create an Event Grid subscription to an Azure Functions V2 Event Grid trigger, including the changed SystemKey endpoint and a PowerShell automation script.
-
Make your VSTS extensions smarter with Endpoints Datasource bindings
Make VSTS extension tasks smarter with dataSourceBindings: populate pickList dropdowns from Azure REST APIs, chain inputs, and add custom data sources.