maximmasiutin / azure-scripts

Azure Scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Useful scripts for Microsoft Azure

  1. (change-ip-to-static.ps1) This script changes all public IP addresses from Dynamic to Static; therefore, if you turn off a virtual machine to stop payment for units of time, Azure would not take your IP address but will keep it; and when you turn it on, it will boot with the same IP.
  2. (monitor-eviction.py) Monitors a spot VM whether it is being evicted and stops a Linux service before the VM is being stopped.
  3. (vm-spot-price.py) Returns sorted (by VM spot price) list of Azure regions.
  4. (create-spot-vms.ps1) Creates a series of Azure VM spot instances automatically.

About

Azure Scripts

License:GNU General Public License v3.0


Languages

Language:PowerShell 61.2%Language:Python 38.8%