Tag: tools
All the articles with the tag "tools".
[Tools] Automating Let's Encrypt Certificate Management with Azure Key Vault and Cloudflare
Published: at 12:00 PMThis 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
Published: at 12:00 PMThis 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
Published: at 12:00 PMA 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
Published: at 12:00 AMSharing a small tool-self developed to sync the users from AzureAD to on=premise Active Directory Service.