PowerShell

Practical PowerShell Scripting for DevOps - Part 5

This installment focuses on automating file operations, mastering zip archiving techniques, and implementing robust error handling and logging mechanisms with 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.