Azure custom facts
This module provides custom facts for Azure VMs that are pulled from the Azure Metadata Service via the Facter az_metadata fact.
The VM's configured location. Example: westus2
An Array of private IPs for the VM, Example: ['10.20.1.1']
The tags associated to the VM, Example: {'role' => 'puppet', 'environment' => 'production'}
This module is only supported on Linux based systems.