Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
diecknet authored Mar 20, 2024
1 parent a41f7d9 commit 3143bcd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
A simple PowerShell script to start/stop Azure Virtual Machines. For use with Azure Automation and a Managed Identity.
The Managed Identity needs the permissions according to [`CustomRoleDefinition.json`](CustomRoleDefinition.json).

Tested with PowerShell 5.1 as a runtime.

## Features

- Starts/Stops one specific VM or all VMs in a Resource Group
- Uses the modern ("Az") Azure PowerShell module (instead of the old AzureRm module)
- Uses Managed Identity instead of RunAs Accounts
- Supports System-Assigned and User-Assigned Managed Identities (thanks @SanderBlom)
- Simple
- Free

0 comments on commit 3143bcd

Please sign in to comment.