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.
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).
- Run a script from PowerShell with the appropriate execution policy, for example:
./fixing_files.ps1