How to re-ingest years of data into FinOps-Hub after upgrade #2092
francesco1119
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
PROBLEM: last week I had a problem in the FinOps-Hub and the solution was to upgrade from v12 to v13.
The problem was that after upgrade only the last 13 months were showing up while in reality I had 6 years of data.
The solution would have been re-export 6 years of data but life is too short to iron your underpants so...
SOLUTION: The AI built for me an Azure Automation Account which runbook
ingestionfoldermanifest.jsonfileThis will trig the ADF to re-ingest all data into ADX
Here the code:
Edit this parameters:
SUGGESTION: I'm not an ADF lover but I think we should put in place an ADF pipeline that is trigged every time the FinOps-Hub changes version.
Or ideally we can use this Azure Automation Account.
But for consistency I would prefer to put everything in ADF, right?
Beta Was this translation helpful? Give feedback.
All reactions