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

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

Open
Tracked by #123
flanakin opened this issue Aug 16, 2023 · 0 comments
Open
Tracked by #123

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

flanakin opened this issue Aug 16, 2023 · 0 comments
Labels
Tool: FinOps hubs Data pipeline solution Tool: PowerShell PowerShell scripts and automation

Comments

@flanakin
Copy link
Collaborator

flanakin commented Aug 16, 2023

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
@sebassem sebassem assigned sebassem and unassigned sebassem Aug 22, 2023
@flanakin flanakin added this to the 0.2 milestone Oct 10, 2023
@flanakin flanakin added Tool: PowerShell PowerShell scripts and automation Tool: FinOps hubs Data pipeline solution labels Dec 4, 2023
@flanakin flanakin changed the title [PowerShell] Add-FinOpsHubScope (0.0.2) – Add to settings.json [PowerShell] Add-FinOpsHubScope (0.3) – Add to settings.json Jan 14, 2024
@flanakin flanakin modified the milestones: 0.3, 0.4 Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tool: FinOps hubs Data pipeline solution Tool: PowerShell PowerShell scripts and automation
Projects
Status: No status
Development

No branches or pull requests

2 participants