Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Parameter for Azure paired regions #4

Open
webtonize opened this issue Mar 12, 2023 · 0 comments
Open

Feature: Parameter for Azure paired regions #4

webtonize opened this issue Mar 12, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@webtonize
Copy link
Collaborator

🚀 Feature Request

Is your feature request related to a problem? Please describe.

  • When doing resource deployments making use of Azure's paired regions, I want to know which combinations of paired regions have the best carbon emissions.

Describe the solution you'd like

  • When I supply a list of regions, I would like a switch parameter to indicate I want the function to also lookup the paired region for each supplied region and combine those emissions to find the best pair
  • A nice to have would be to supply some factor number in the equation with the main and paired region. Often the paired region will contain less resources or have less active use than the main region, so counting it's emissions equally might not be the best solution in all cases.

Describe alternatives you've considered

  • Writing the solution for this issue outside the module. The use case seems pretty common, so worthwhile adopting it in PSWattTime itself.

Additional context

  • This should use the Paired Region info in the output of the Get-AzLocation command of the Az.Resources Module already used in the module
@webtonize webtonize added the enhancement New feature or request label Mar 12, 2023
@webtonize webtonize self-assigned this Mar 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant