Get the Azure region with the lowest wattTime index
Get-AzureRegionWithLowestWattTime [-Regions] <String[]> [-AuthToken] <String> [<CommonParameters>]
Get the Azure region with the lowest wattTime index from a given set of regions
Get-AzureRegionWithLowestWattTime -Regions westeurope,northeurope -AuthToken $authToken
The list of Azure Regions to get the WattTime index for
Type: String[]
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The WattTime API authentication token to use for the request
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
This command, like the module, requires you to be connected to Azure via Connect-AzAccount
https://github.com/cloudyspells/PSWattTime/blob/main/docs/Get-AzureRegionWithLowestWattTime.md
https://github.com/cloudyspells/PSWattTime/blob/main/docs/Get-WattTimeAuthToken.md