MicrosoftLearning / MicrosoftLearning/mslearn-genaiops
Updated Foundry RBAC roles: Automated evaluation with cloud evaluators
Nobody has claimed this yet.
- Dominant language
- Bicep
- Stars
- 12
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
Automated evaluation with cloud evaluators
Automated evaluation with cloud evaluators (https://microsoftlearning.github.io/mslearn-genaiops/docs/04-automated-evaluation.html)
What is the documentation error?
Where is the error on the page?
Exercise: Automated evaluation with cloud evaluators
Task: Automate with GitHub Actions
Step: Configure Azure authentication
What is wrong?
The issue is at
From the initial exercise's documentation:
_Assign the Azure AI User role so the service principal can call the Foundry project API:
az role assignment create --assignee "<appId>"
--role "Azure AI User" `
--scope "/subscriptions//resourceGroups//providers/Microsoft.CognitiveServices/accounts/"_
to (suggested fix)
_Assign the Foundry User role so the service principal can call the Foundry project API:
az role assignment create --assignee "<appId>"
--role "Foundry User" `
--scope "/subscriptions//resourceGroups//providers/Microsoft.CognitiveServices/accounts/"_
PR: https://github.com/MicrosoftLearning/mslearn-genaiops/pull/42
Relevant screenshots
paste here 😉
Do you want to help us fix the issue even faster? 👏
- Create a Pull Request by following this project's Contribution Guide
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the Automated evaluation with cloud evaluators page, under the Automate with GitHub Actions task and Configure Azure authentication step. Compare the documented Azure AI User role with the suggested Foundry User role and check PR #42; done means the page consistently names the correct role.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure
- Domain
- cloud, documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100