You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/service-connector/concept-roles.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,14 @@ description: Understand RBAC roles assigned by Service Connector when using a ma
5
5
author: maud-lv
6
6
ms.author: malev
7
7
ms.service: service-connector
8
-
ms.topic: concept
8
+
ms.topic: conceptual
9
9
ms.date: 06/17/2024
10
10
---
11
11
# Microsoft Entra roles assigned by Service Connector
12
12
13
13
Service Connector's purpose is to simplify the process of connecting various Azure services together. When a connection is created using Service Connector, Service Connector configures the authentication between these Azure services.
14
14
15
-
To do this, Service Connector leverages Azure's [role-based access control (RBAC)](../role-based-access-control/overview.md) authorization system that provides access management to Azure resources.
15
+
To do this, Service Connector uses Azure's [role-based access control (RBAC)](../role-based-access-control/overview.md) authorization system that provides access management to Azure resources.
16
16
17
17
This article provides a summary of the roles assigned by Service Connector y default, and explains how to choose a different role.
18
18
@@ -31,16 +31,16 @@ By default, when a user selects one of the authentication types listed below, Se
31
31
| Azure Key Vault | <ul><li>Key Vault Secrets User</li><li>Key Vault Certificate User</li></ul> | <ul><li>Read secret contents. Only works for key vaults that use the 'Azure role-based access control' permission model.</li><li>Read certificate contents. Only works for key vaults that use the 'Azure role-based access control' permission model.</li></ul> | <ul><li>4633458b-17de-408a-b874-0445c86b69e6</li><li>db79e9a7-68ee-4b58-9aeb-b90e7c24fcba</li></ul> |
32
32
| Azure Blob Storage | Storage Blob Data Contributor | Read, write, and delete Azure Storage containers and blobs. | ba92f5b4-2d11-453d-a403-e96b0029c9fe |
33
33
| Azure Storage Queue | Storage Queue Data Contributor | Read, write, and delete Azure Storage queues and queue messages. | 974c5e8b-45b9-4653-ba55-5f855dd0fb88 |
34
-
| Azure Storage Table | Storage Table Data Contributor | Read, write and delete access to Azure Storage tables and entities. | 0a9a7e1f-b9d0-4cc4-a60d-0319b160aaa3 |
34
+
| Azure Storage Table | Storage Table Data Contributor | Read, write, and delete access to Azure Storage tables and entities. | 0a9a7e1f-b9d0-4cc4-a60d-0319b160aaa3 |
35
35
| Azure Event Hubs | <ul><li>Azure Event Hubs Data Receiver</li><li>Azure Event Hubs Data Sender</li></ul> | <ul><li>Allows receive access to Azure Event Hubs resources.</li><li>Allows send access to Azure Event Hubs resources.</li></ul> | <ul><li>a638d3c7-ab3a-418d-83e6-5f17a39d4fde</li><li>2b629674-e913-4c01-ae53-ef4638d8f975</li></ul> |
36
36
| Azure App Configuration | App Configuration Data Reader | Allows read access to App Configuration data. | 516239f1-63e1-4d78-a4de-a74fb236a071 |
37
37
| Azure Service Bus | <ul><li>Service Bus Data Receiver</li><li>Service Bus Data Sender</li></ul> | <ul><li>Allows for receive access to Azure Service Bus resources.</li><li>Allows for send access to Azure Service Bus resources.</li></ul> | <ul><li>4f6d3b9b-027b-4f4c-9142-0e5a2a2247e0</li><li>69a216fc-b8fb-44d8-bc22-1f3c2cd27a39 |
38
38
| Azure SignalR | SignalR Service Owner | Full access to Azure SignalR Service REST APIs. | 7e4f1700-ea5a-4f59-8f37-079cfe29dce3 |
39
39
| Azure WebPubSub | SignalR/Web PubSub Contributor | Create, Read, Update, and Delete SignalR service resources. | 8cf5e20a-e4b2-4e9d-b3a1-5ceb692c2761 |
40
-
| Azure OpenAI Service | Cognitive Services OpenAI Contributor | Full access including the ability to fine-tune, deploy and generate text. | a001fd3d-188f-4b5d-821b-7da978bf7442 |
40
+
| Azure OpenAI Service | Cognitive Services OpenAI Contributor | Full access including the ability to fine-tune, deploy, and generate text. | a001fd3d-188f-4b5d-821b-7da978bf7442 |
41
41
| Azure Cognitive Service | Cognitive Services User | Lets you read and list keys of Cognitive Services. | a97b65f3-24c7-4388-baec-2e87135dc908 |
42
42
43
-
For more information about these roles, go to [Azure built-in roles](../role-based-access-control/build-in-roles.md)
43
+
For more information about these roles, go to [Azure built-in roles](../role-based-access-control/built-in-roles.md)
44
44
45
45
## Role customization
46
46
@@ -50,5 +50,5 @@ When creating a new connection in Service connector, users can choose other role
0 commit comments