PowerShell

SSL Certificate Expiry Checker

Track Your SSL Certificate Expiry Dates via CI/CD Pipelines

SSL Certificate Expiry Tracker

Open Source DevOps Automation Solution to Track Your SSL Certificate Expiry Dates via CI/CD Pipelines

Practical PowerShell Scripting for DevOps - Part 4

On this part, I will be using the PowerShell String Operators Match and Split, Array Indexing and Regular Expressions to find if a particular Git Reference is coming from a particular branch and has valid SemVer version

Practical PowerShell Scripting for DevOps - Part 3

On this part, I will be converting our ForEach-Object loop to run in parallel for faster results

Practical PowerShell Scripting for DevOps - Part 2

On this part, I will be extending the monitoring script we wrote on Part-1, with a polling while loop

Practical PowerShell Scripting for DevOps - Part 1

Practical Scripting Challenges and Solutions for DevOps with PowerShell

Azure Multi Region Scalable Web Architecture

Azure Festive Tech Hackathon Deployment Automation 2020 Submission Submission for Day3 Deployment Automation Challenge https://hackathon.cloudadventures.org/

Azure Usage and Cost Tracker

Sample Azure Native Serverless Cloud Solution, Usage and Cost tracker using Azure Durable Functions(Powershell), Azure Storage, Sendgrid(Email)

Azure ARM Template Development - Validate with WhatIf

Hi, I’m back with yet another script I would like to introduce and pretty much document for my and other’s future reference. Today’s script is named “Deploy-AzARMTemplate.ps1” and it’s geared towards one-click deploys from your local development environment to pre-configured cloud dev/test environment.

How to Pass Multiple Arguments to a CLI tool with PowerShell

Hi, if you ever worked with a CLI tool you probably know that almost all of them comes with a method for initial configuration, that allows you to save your default settings and also your credentials.