Skip to content

Releases: durrante/AzureVmScriptRunner

v1.0.3

Choose a tag to compare

@durrante durrante released this 04 Jul 19:35

Added

  • Parallel batches for scheduled executions — VMs now run in configurable waves (new Batch size on the Schedule page, default 5) instead of one-by-one. 25 × 10-minute installs at batch size 5: ~50 minutes instead of ~4 hours.
  • Per-VM timeout field and a log Clear button on the Schedule page

Changed

  • Much richer scheduled-run output: timestamps, batch headers, per-VM durations, download source and package size, PSADT version detected, install duration, and an end-of-run summary table
  • The in-guest "managed identity download unavailable (400)" message now explains it's expected on VMs without an identity

Note: existing scheduling environments need the updated runbook — open the Schedule page and click Provision once (idempotent; existing schedules are untouched, but re-create schedules made before this version so they pick up batching).

Install: unzip and run AzureVmScriptRunner.exe — no .NET installation required. Verify before running:

AzureVmScriptRunner v1.0.3 — SHA256
AzureVmScriptRunner_v1.0.3_win-x64.zip : DD9CEEAF076F3FD494DC68162A350EB284CE62E68C50BC78BFFF25003E4FD9A0
AzureVmScriptRunner.exe : A5FED2C8BBF76403848D34B6765D4F87472586EC8ED35952F71F147C0306C465

Full history: CHANGELOG.md

v1.0.2

Choose a tag to compare

@durrante durrante released this 04 Jul 16:23

Added

  • Disconnect button — switch accounts without restarting the app
  • Select-all checkbox in the VM grid header (respects active filters)
  • Clear Output button on the Run and Deploy pages

Changed

  • Schedule page task list now refreshes live when tasks change (no restart needed)
  • Removed duplicated username from the header
  • Documentation overhauled (scenarios, permissions, scheduling reference); distribution is now the portable zip only

Install: unzip and run AzureVmScriptRunner.exe — no .NET installation required. Verify before running:

AzureVmScriptRunner v1.0.2 — SHA256
AzureVmScriptRunner_v1.0.2_win-x64.zip : 701AF2CB90C893686F50B8FB568C68AEA28B64AF03A0109C663DC0CF61C8CE00
AzureVmScriptRunner.exe : E18FB9C5DE0ACA7D6D586BAE64BE9AE8DD6B400B9086F1A6D4BFB302CC68E3F6

Full history: CHANGELOG.md

v1.0.1 — first public release

Choose a tag to compare

@durrante durrante released this 04 Jul 15:27

First public release of Azure VM Script Runner.

Portable: download the zip, verify the hash, unzip, run AzureVmScriptRunner.exe. Self-contained — no .NET installation required. Windows SmartScreen may show an 'unrecognised app' prompt on first run (the package is unsigned; verify the hash below instead).

AzureVmScriptRunner v1.0.1 — SHA256
AzureVmScriptRunner_v1.0.1_win-x64.zip : D3767FEBE8C47226A392FDAD7D80340C0D9F4BD0FAED7BADAB83FF4F616237FA
AzureVmScriptRunner.exe : 5CF17BD31BFD17BB56CB0B96ADEE40DD2D804F1D851BD2B4770135DCD7DF62FF

See the README for features and required Azure permissions (the in-app Prep page has the full setup guide).