Help enabling Recommendation feature on FinOps Hub v14 #2205
-
|
Hi I am doing PoC for FinOps hub. I have deployed FinOps Hub with ADX and everything is working. We use manual data import for now. I wanted to enable Recommendation -> https://learn.microsoft.com/en-us/cloud-computing/finops/toolkit/hubs/configure-recommendations I modified our bicep parameter file and added
Solution was redeployed and looks like Azure deployment was ok ..
But noticed that Pipeline in Data factory is failing: queries_ExecuteETL with error: ErrorCode=UserErrorFileNotFound,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=ADLS Gen2 operation failed for: Operation returned an invalid status code 'NotFound'. Account: 'finopsXXXX'. FileSystem: 'config'. Path: 'queries'. ErrorCode: 'PathNotFound'. Message: 'The specified path does not exist.'. I checked stroage account and queries folder is not there:
But I think I am missing something. I will test to manually upload the src/templates/finops-hub/modules/Microsoft.FinOpsHubs/Recommendations/queries How should this be deployed, how does the recommendations work, as this is not clear from documentation ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
Just update, manual copy of queries folder to storage account fixed the DF pipeline. But the solution is still not working.
|
Beta Was this translation helpful? Give feedback.
-
|
@fajterini, thanks for reporting this. Something seems to have failed when redeploying. The Regarding the empty let LastRecommendationsIngestion = toscalar(database('Hub').Recommendations() | summarize max(x_IngestionTime));
database('Hub').Recommendations()
| where x_IngestionTime > LastRecommendationsIngestion-1h |
Beta Was this translation helpful? Give feedback.
-
|
Hi @helderpinto thanks for reply. I needed just more time, but the results are there and your query worked. I found in documentation ->> https://learn.microsoft.com/en-us/cloud-computing/finops/toolkit/hubs/data-model#recommendations-managed-dataset
But i was checking most of the KQL PowerBI reports and didn't find where this should be visible. |
Beta Was this translation helpful? Give feedback.


@fajterini, thanks for reporting this. Something seems to have failed when redeploying. The
queriesfolder should have been created. I am glad you were able to fix it. It's something we will look into.Regarding the empty
Recommendations_rawtable, this is expected, as data is moved to a different table once ingested. Use this query to find your recommendations: