Skip to content

Commit c4c9586

Browse files
authored
Update intro.md
1 parent 0c60510 commit c4c9586

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)