Adin Ermie
Adin Ermie
Thanks, @konstruktoid, I got the local clone/build of DockerBench working! However, one thing appears to be different... If I am using the [Run with Docker](https://github.com/docker/docker-bench-security#run-with-docker) steps, where it pulls the...
LOL thanks @konstruktoid, not sure how I missed that!
Thanks @flanakin, when attempting to run the `Start-FinOpsCostExport` command, I encounter the following error: ```shell PS C:\Users\adine> Start-FinopsCostExport -Name 'CostExportBackfill12' -Backfill 12 Start-FinOpsCostExport: Export CostExportBackfill12 not found. Did you specify...
Hey @flanakin, When we attempt to run the `Start-FinopsCostExport` PowerShell script, we experience the following error: ```powershell The user does not have valid claims on any enrollmentaccounts. (Request ID: fc0ff940-a00e-49d7-a92b-8747e55a2f1a)...
> The user does not have valid claims on any enrollmentaccounts. (Request ID: fc0ff940-a00e-49d7-a92b-8747e55a2f1a) (Code: BillingAccessDenied). Are you connected to the correct entra tenant and does the account have department...
Hey @MSBrett, the Cost Management exports were created as part of deploying the FinOps Toolkit. Our `settings.json` is as follows: ```json { "$schema": "https://aka.ms/finops/hubs/settings-schema", "type": "HubInstance", "version": "0.9", "learnMore": "https://aka.ms/finops/hubs",...
Hey @MSBrett, yes the Managed Export is configured at the same level (since it was created by the FTK deployment itself). This specifically is the Enterprise Agreement Department level (ie....
Quick update... We were able to run the `Start-FinOpsCostExport` command, but using the `-Backfill #` parameter threw the following error: ```powershell PS C:\Users\adine> Start-FinopsCostExport -Name 'bcgov-mgd-lz-live-finops-hub-monthly-costdetails' -Scope '/providers/Microsoft.Billing/billingAccounts/1234567/departments/56789' -Backfill 6...
Hey @flanakin, I'm helping a customer implement the FinOps Toolkit, and even though their Subscriptions are tagged, I'm not seeing those tag names / values anywhere within any of the...
Hey @flanakin, sorry for the delay in responding. We just re-deployed the FinOps Toolkit (v0.8.0 in "private" mode). We set up the Data Factory's Managed Identity with "Department Reader" at...