microsoft / microsoft/finops-toolkit

[PowerShell] Add-FinOpsHubScope (0.3) – Add to settings.json

Open
#246 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Tool: FinOps hubs Tool: PowerShell
Dominant language
PowerShell
Stars
603
Forks
248
Avg merge
7d 11h
Merged PRs (30d)
11

Description

Notes to consider adding to the Add-FinOpsHubScope command in 0.3:

  1. Grant scope access to the ADF managed identity
  2. Initiate backfill for new scopes
$ResourceGroup = "ftk-finops-hub"
$df = (Get-AzDataFactoryV2 `
    -ResourceGroupName $ResourceGroup `
    -ErrorAction SilentlyContinue)
Invoke-AzDataFactoryV2Pipeline `
    -DataFactoryName $df.DataFactoryName `
    -PipelineName 'msexports_backfill' `
    -ResourceGroupName $ResourceGroup

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Add-FinOpsHubScope command and the related settings.json entry. Review how the command grants scope access to the ADF managed identity and how the msexports_backfill pipeline is initiated; done means both actions are incorporated for version 0.3 and their behavior is verified.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, powershell
Domain
cloud
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.