Skip to content

adamency/azure_utils

Repository files navigation

Azure Utils

@Adamency

Summary

Collections of scripts for manipulating Azure resources programmatically.

Legend

With $\color{orange}\text{scriptname}$ the base name of a script:


- $\color{orange}\text{scriptname}$.ps1

is a powershell script


- $\color{orange}\text{scriptname}$.sh

is a Unix shell script (may use some bash-only constructs.)


- $\color{orange}\text{scriptname}$.unixified.ps1

is a powershell script which uses some Unix commands (all can be installed on Windows with scoop)


- $\color{orange}\text{scriptname}$.shell_config.ps1

is powershell code meant to be put in a Powershell configuration script, what microsoft calls a "profile". It is accessible with vim $profile (or any other editor) inside a Powershell session.


- $\color{orange}\text{scriptname}$.shell_config.sh

is shell code meant to be put in a Unix shell configuration script, typically ~/.bashrc.

About

Collections of scripts for manipulating Azure resources programmatically

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published