Skip to content

adejonghm/devops-routines

Repository files navigation

DevOps Routines

The DevOps Routines is a repository where you will find scripts that I have developed to solve some daily problems during my days as a DevOps Engineer.

PowerShell scripts

  • fix_tags.ps1 — Creates a new tag with the value of the incorrect tag on all Azure resources that it receives as input.
  • fixing_files.ps1 — Applies bulk fixes to files (such as header/footer updates, path corrections, or content normalization) across one or more repositories.
  • self_healing.ps1 — Performs automated self-healing actions for common operational issues (restarts services, clears temporary state, re-applies configuration).
  • service_principal_alerts.ps1 — Detects and alerts on changes or anomalies related to service principals (useful for monitoring Azure service principals and notifying teams).

Usage

  • Run a script from PowerShell with the appropriate execution policy, for example:
./fixing_files.ps1

About

Scripts to automate daily routines.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published