We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3141d75 + c4c9586 commit 0a5a83fCopy full SHA for 0a5a83f
articles/ai-foundry/model-inference/includes/configure-entra-id/intro.md
@@ -47,3 +47,17 @@ To complete this article, you need:
47
* Security principal: e.g. your user account.
48
* Role definition: the *Cognitive Services User* role.
49
* 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