Tag:tools
All the articles with the tag "tools".
[Tools] website-hook: A Disposable Webhook Capture API for Developers and Testers
website-hook gives us a throwaway URL that records every HTTP request an external system sends to it — method, path, query, headers, and body — with no account and no setup. This post covers the hosted inspector at webhook.lik.is, the full REST API, the .NET Testcontainers module, and how to self-host it on Docker or Cloudflare Workers.
[Tools] Automating Let's Encrypt Certificate Management with Azure Key Vault and Cloudflare
This post introduces a tool that automates the generation and renewal of Let's Encrypt certificates, importing them into Azure Key Vault. It detects certificates nearing expiration and only regenerates those, supporting multiple domains managed via Cloudflare. The tool runs as a monthly cron job on AKS, ensuring SSL certificates are always up to date without manual intervention.
[Tools] Cleaning Up Azure Service Bus Dead-Letter Queues with .NET
This post highlights the importance of regularly cleaning Azure Service Bus Dead-Letter Queues (DLQs) to prevent `QuotaExceededException` storage issues and maintain performance. It explains how to automate the process with a .NET background service that moves dead-letter messages to Azure Blob Storage for future analysis, along with a ready-to-use Docker image for easy deployment.
[DevOps] Automating Branch Cleanup in Azure DevOps with Node.js
A comprehensive guide on automating the cleanup of old branches in Azure DevOps Git repositories using a Node.js script. The script identifies branches that haven't been updated in the last 90 days and deletes them if they meet certain criteria.
[.NET] Small tool for Azure AD to AD User Write back
Sharing a small tool-self developed to sync the users from AzureAD to on=premise Active Directory Service.