Skip to content

Commit 283f566

Browse files
authored
Apply suggestions from code review
1 parent 44b772f commit 283f566

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/service-connector/concept-permission.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 08/04/2023
1010

1111
# Permission requirement for Service Connector
1212

13-
Service Connector creates connection between compute service and target service with the [On-Behalf-Of token](../active-directory/develop/v2-oauth2-on-behalf-of-flow.md), which uses intersection of permissions between Service Connector and users. User needs the corresponding permissions when creating connection to the specific Azure resource.
13+
Service Connector creates connection between compute service and target service with the [On-Behalf-Of token](../active-directory/develop/v2-oauth2-on-behalf-of-flow.md). Creating a connection to a specific Azure resource requires its corresponding permissions.
1414

1515
### App service
1616

@@ -274,7 +274,7 @@ Service Connector creates connection between compute service and target service
274274
275275
### Managed Identity/Service principal related connection
276276

277-
If you create a connection with managed identity or service principal as the authentication type. Service Connector may need to grant permission for your identity or service principal, so that it can access the resource you want to connect to. The following table lists the permissions that you need to create connection.
277+
Service Connector may need to grant permissions to Managed Identity or Service Principal if a connection is created with those as authentication types. The following table lists the permission requirements for creating a connection in this scenario.
278278

279279
> [!div class="mx-tableFixed"]
280280
> | Action | Description |
@@ -285,7 +285,7 @@ If you create a connection with managed identity or service principal as the aut
285285
286286
### User-assigned managed identities connection
287287

288-
If you create a connection with User-assigned managed identity as the authentication type. Service Connector may need to grant permission for your identity, so that it can access the resource you want to connect to. The following table lists the permissions that you need to create connection.
288+
Service Connector may need to grant permissions to User-assigned Managed Identity if a connection is created with it as the authentication type. The following table lists the permission requirements for creating a connection in this scenario.
289289

290290
> [!div class="mx-tableFixed"]
291291
> | Action | Description |
@@ -298,7 +298,7 @@ If you create a connection with User-assigned managed identity as the authentica
298298
299299
### Private Endpoint/service endpoint related permission
300300

301-
If you create a connection with private endpoint or service endpoint as network solution. Service Connector may need to grant permission for your identity, so that it can access the resource you want to connect to. The following table lists the permissions that you need to create connection.
301+
Service Connector may need to grant permissions to your identity if a connection is created with private endpoint or service endpoint as the network solution. The following table lists the permission requirements for creating a connection in this scenario.
302302

303303
> [!div class="mx-tableFixed"]
304304
> | Action | Description |

0 commit comments

Comments
 (0)