Skip to content

Updated Foundry RBAC roles: Automated evaluation with cloud evaluators #43

Description

@juliennyambal

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: #42

Relevant screenshots

paste here 😉

Do you want to help us fix the issue even faster? 👏

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions