https://github.com/trstringer/az-cli-helpers
Wrapper shell functions to make Azure resource management easier
https://github.com/trstringer/az-cli-helpers
Last synced: 3 months ago
JSON representation
Wrapper shell functions to make Azure resource management easier
- Host: GitHub
- URL: https://github.com/trstringer/az-cli-helpers
- Owner: trstringer
- Created: 2020-05-29T14:16:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-31T10:58:11.000Z (over 4 years ago)
- Last Synced: 2024-10-11T15:12:04.245Z (over 1 year ago)
- Language: Shell
- Size: 155 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Azure Linux CLI helpers
Helper shell functions for Azure resource management.
## Index
- [Installation](#installation)
- [Reference](#reference)
### Installation
1. Clone this repository.
2. Set the following environment variables (most likely in your `~/.bashrc`):
```
export AZLH_PREFIX="..." # e.g. thstring
export AZLH_ADMIN_USERNAME="..." # e.g. trstringer
export AZLH_REGION="..." # e.g. eastus
export AZLH_DEFAULT_IMAGE_NAME="Debian:Debian-10:10:latest"
export AZLH_SSH_KEY_FILE="..."
```
3. Source the scripts. At the very least you need to source `./core.sh` and then subsequently you source any and all scripts that you want to use.
### Reference
If you are unsure of the parameters for a helper function, pass no parameters and it should show the available parameters.