Skip to content

Commit 0a5a83f

Browse files
Merge pull request #3153 from santiagxf/santiagxf-patch-1
Update intro.md
2 parents 3141d75 + c4c9586 commit 0a5a83f

File tree

1 file changed

+14
-0
lines changed
  • articles/ai-foundry/model-inference/includes/configure-entra-id

1 file changed

+14
-0
lines changed

articles/ai-foundry/model-inference/includes/configure-entra-id/intro.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,17 @@ To complete this article, you need:
4747
* Security principal: e.g. your user account.
4848
* Role definition: the *Cognitive Services User* role.
4949
* Scope: the Azure AI Services resource.
50+
51+
* If you want to create a custom role definition instead of using *Cognitive Services User* role, ensure the role has the following permissions:
52+
53+
```json
54+
{
55+
"permissions": [
56+
{
57+
"dataActions": [
58+
"Microsoft.CognitiveServices/accounts/MaaS/*"
59+
]
60+
}
61+
]
62+
}
63+
```

0 commit comments

Comments
 (0)