Replies: 10 comments 20 replies
-
@lundejd sorry for the delay on this one, John. |
Beta Was this translation helpful? Give feedback.
-
I am having the same error. |
Beta Was this translation helpful? Give feedback.
-
I'm confused documentation says: 'FinOps hubs leverage Cost Management exports to obtain cost data. . am I supposed to be dropping the files myself in the ingestion folder? exported from the Cost management? Sources: Would this be the reason the DF run fails? Isn't the DF supposed to generated the cost files itself? |
Beta Was this translation helpful? Give feedback.
-
I updated the settings.json file with the scope. Now I get this error Operation on target ForEach Export Scope failed: Activity failed because an inner activity failed; Inner activity name: Get exports for scope, Error: {"error":{"code":"RBACAccessDenied","message":"The client does not have authorization to perform action. Request ID: NoHttpContext"}} { |
Beta Was this translation helpful? Give feedback.
-
I got it working, Once all settles, I'd be planning to write a blog about, still I have a key issue, I configured the report to cover 1 year of costs as specified here: https://microsoft.github.io/finops-toolkit/power-bi/setup#-setup-your-first-report Change RangeStart and RangeEnd to the desired start/end dates for your report Thing is, it only brings 1 month of data (august). Also, 1 yr of data is 1.7M less than the 2M warning specified. I tried setting the dates to: |
Beta Was this translation helpful? Give feedback.
-
@flanakin - I ran into this issue with a customer today. We deployed .5 and still had to add the [ ] within the scopes section to get the pipeline to run. @arthurclares - It looks like maybe the pipeline run name changed even from your comment earlier in this issue. The documentation needs to be updated withe pipeline "config_BackfillData" when configuring the managed exports. |
Beta Was this translation helpful? Give feedback.
-
One thing I realized after having failure after failure is that the export script seems to only take a single month per run, not a whole range of months (similar to how Cost Management manual back-fill jobs are done) I may have missed it but this is nowhere in the documentation, nor is the format of the start and end date strings so I had to do a lot of trial and error to find something that works. StartDate: 2024-08-01 Seems to work just fine, but 20240801 and 20240831 or other combos will generate an error. |
Beta Was this translation helpful? Give feedback.
-
Running Start-FinOpsCostExport is where the key of exporting data is. There's no way to do the same on the webui. The webUI will work for a month's export, afterwards the PScommands must be run. If they're run successfully the structure on the storage account will look like + the data factory: Once the data is updated, if needed refresh the PowerBI reports. @flanakin RE: If it'd help, we could create a template to deploy that to Azure Automation. This would be fantastic. Thanks |
Beta Was this translation helpful? Give feedback.
-
Hello @flanakin , i tried to chagne the scope under the settings.json to subscriptions and got the below error Operation on target ForEach Export Scope failed: Activity failed because an inner activity failed; Inner activity name: Create or update open month focus export, Error: {"error":{"code":"RBACAccessDenied","message":"The client does not have authorization to perform action. Request ID: dc725b8a-0af9-4886-b244-0aa69189256d"}} |
Beta Was this translation helpful? Give feedback.
-
@flanakin When i chang ethe scope to my billing profile ..i get the belwo error message Operation on target ForEach Export Scope failed: Activity failed because an inner activity failed; Inner activity name: Create or update open month focus export, Error: {"error":{"code":"MissingSubscription","message":"The request did not have a subscription or a valid tenant level resource provider."}} |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I went to deploy a fresh version .4 today and everything deployed fine, but when I configured for my EA scope I see the following error:
Operation on target ForEach Export Scope failed: The function 'length' expects its parameter to be an array or a string. The provided value is of type 'Object'.
I do notice the .json config file scope is different than .3 (there are no [] characters).
Also there is no Author > Pipelines > msexports_backfill pipeline. I wanted to do it this way vs. doing manual monthly backfill exports like before. Is this just not ready yet?
Beta Was this translation helpful? Give feedback.
All reactions