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? 👏
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? 👏