FinOpsVMMetrics

0.1.5

Reads Azure VM utilisation from Azure Monitor platform metrics (no guest agent) and exports VMPerformance-compatible monthly rows (CPU percentiles + memory) for FinOps rightsizing.

Minimum PowerShell version

7.2

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name FinOpsVMMetrics -RequiredVersion 0.1.5

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name FinOpsVMMetrics -Version 0.1.5

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) Well Architected. All rights reserved.

Package Details

Author(s)

  • FinCops / AIforFinOpsNavigator

Tags

Azure FinOps Rightsizing Metrics AzureMonitor VM

Functions

Invoke-VMMetricsCollection Get-AzVMUtilization Export-VMPerformanceData Publish-VMPerformanceData

Dependencies

This module has no dependencies.

Release Notes

v0.1.5: parallel collection (-ThrottleLimit, default 12) + single multi-metric call per chunk = much faster on large fleets; live progress. v0.1.4: add resourceId (lowercased, unique key) + skuName columns so multi-subscription output is unambiguous. v0.1.3: progress bar (per subscription + per VM). v0.1.2: drop hard Az RequiredModules pins (fixes import failure in Azure Cloud Shell). v0.1.1: multi-subscription sweep into one CSV; SAS-token upload for cross-tenant Cloud Shell. v0.1.0: initial platform-metric collection.

FileList

Version History

Version Downloads Last updated
0.1.7 4 6/12/2026
0.1.6 4 6/12/2026
0.1.5 (current version) 4 6/11/2026
0.1.4 4 6/11/2026
0.1.3 3 6/11/2026
0.1.2 5 6/11/2026
0.1.1 4 6/11/2026
0.1.0 3 6/11/2026
Show more