https://github.com/ironcore864/azure-automation-scripts
https://github.com/ironcore864/azure-automation-scripts
azure devops script
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ironcore864/azure-automation-scripts
- Owner: IronCore864
- Created: 2018-08-20T11:30:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T11:30:50.000Z (almost 8 years ago)
- Last Synced: 2025-02-01T18:44:32.306Z (over 1 year ago)
- Topics: azure, devops, script
- Language: Shell
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Some Automation Scripts for Azure
## Usage
First, do `az login` in Mac CLI
- `pause_all_data_warehouse.sh`: pause all data warehouses
- `stop_all_vm.sh`: stop all virtual machines
Right now no error handling, which means if the data warehouse is already paused, there will be an error prompt; same if vm is already stopped, or no vm at all.