Skip to content

Commit 8a37952

Browse files
author
gitName
committed
add RBAC
1 parent 4704e64 commit 8a37952

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/api-management/backends.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ You can use a system-assigned or user-assigned [managed identity](api-management
7070
For more examples, see the [authentication-managed-identity](authentication-managed-identity-policy.md) policy reference.
7171
1. Select **Create**.
7272

73+
> [!NOTE]
74+
> Also assign the managed identity the appropriate permissions or an RBAC role to access the backend service. For example, if the backend is an Azure OpenAI service, you might assign the managed identity the `Cognitive Services User` role.
75+
7376
## Reference backend using set-backend-service policy
7477

7578
After creating a backend, you can reference the backend identifier (name) in your APIs. Use the [`set-backend-service`](set-backend-service-policy.md) policy to direct an incoming API request to the backend. If you already configured a backend web service for an API, you can use the `set-backend-service` policy to redirect the request to a backend entity instead. For example:

0 commit comments

Comments
 (0)