docs(skill): require Cognitive Services OpenAI User as prereq RBAC role#204
Merged
Conversation
…le (#203) Foundry `azure_ai_evaluator` graders impersonate the OIDC principal to call OpenAI; without `Cognitive Services OpenAI User` on the underlying AI Services account the graders fail with a 401 PermissionDenied and every cloud eval metric returns null. Verified end-to-end on placerda/agentops-prompt-quickstart: after granting the role, the first PR run goes green from scratch. - agentops-workflow SKILL.md: pre-dispatch checks now list both Foundry User (Foundry project) AND Cognitive Services OpenAI User (AI Services account), with role ids and az role assignment create commands for each. - tutorial-prompt-agent-quickstart.md: step 12's Copilot prompt and the workflow-skill walkthrough list both roles. - tutorial-end-to-end.md: both workflow-skill prompts list both roles. - docs/ci-github-actions.md: prerequisite section lists both roles with the OpenAI graders' failure mode spelled out. - plugins/agentops/skills/agentops-workflow/SKILL.md: synced from src/. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hotfix mirror of #203 (already merged to develop). Same six files, identical content (CHANGELOG entry preserved through CRLF/LF conflict via stage-2 blob workaround).