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

Does not support Azure Machine Learning Assessments correctly #65

Open
ShaneOsborne opened this issue Dec 21, 2023 · 0 comments
Open

Does not support Azure Machine Learning Assessments correctly #65

ShaneOsborne opened this issue Dec 21, 2023 · 0 comments

Comments

@ShaneOsborne
Copy link

Script has issues with Azure Machine Learning workloads.

Basically the csv export from Services Hub as categories such as

Cost Optimization - Azure Machine Learning
Reliability - Azure Machine Learning
...

This fails when creating the output csv used for reports due to line 245 in GenerateAssessmentReport.ps1 that is -

    $data = $importdata #| where {$_.Category -in $filteredPillars}

The filteredPillars is checking for exact match on the WAF pillars which dont include ' - Azure Machine Learning', this then results in an empty CSV (before this line the csv had entries).

Other aspects of code have similar logic lately so report has sub headings with the correct scores but none of the additional pages and recommendations.

A workaround for anyone encountering the same issue is to open the original export csv from services hub and remove ' - Azure Machine Learning' from all the entries in Col 1. Just to generate the report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant