Adventures in DevOps
Friday, October 31, 2025
How to Convert StringList Parameters to PowerShell Arrays in Azure DevOps YAML Pipelines
›
Azure DevOps YAML pipelines provide a well-established, code-based approach to defining CI/CD workflows as code. When working with YAML pipe...
Wednesday, October 29, 2025
Enable Cross-Origin Resource Sharing in Nginx Reverse Proxy
›
Cross-Origin Resource Sharing (CORS) is a web security feature that controls how web pages can request resources from a different domain tha...
Thursday, September 25, 2025
How to Use Painless Scripts for Conditional Logic in Ingest Pipelines
›
In the ELK stack, an ingest pipeline is used to process and transform documents before they are indexed into Elasticsearch. There are severa...
Tuesday, September 2, 2025
Integrating Azure Key Vault with AKS via External Secrets Operator
›
Managing secrets centrally is a best practice in software development. Secrets should be stored and rotated in a central location, even when...
Saturday, August 23, 2025
Fixing Azure CLI Storage Account Whitelisting Error: ‘IPs does not appear to be an IPv4 or IPv6 network
›
This blog explains an error that occurs when whitelisting IPs on a storage account using an Azure CLI script. The script attempts to pass th...
Monday, August 18, 2025
How to Extract Certificates and Keys from a PFX File in Windows Using WSL
›
A Personal Information Exchange (PFX) is a cryptographic file format used to store and protect sensitive information such as certificates, p...
Thursday, July 31, 2025
Creating and Testing Ingest Pipelines with Grok for NGINX Logs in Elasticsearch
›
The Elastic Stack is widely used for log management, monitoring, analytics, and observability. It includes several tools such as Beats, whic...
Wednesday, July 30, 2025
Automate PagerDuty Maintenance Windows with Azure DevOps
›
Reliable notifications, scheduled escalations, and effective on-call management are essential for operations teams to quickly identify and a...
›
Home
View web version