microsoft / microsoft/finops-toolkit
[PowerShell] Add-FinOpsHubScope (0.3) – Add to settings.json
Open
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:
- Grant scope access to the ADF managed identity
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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