Skip to content

Commit 63045c6

Browse files
committed
touchup
1 parent 3decd68 commit 63045c6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

articles/service-connector/concept-permission.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: maud-lv
55
ms.author: malev
66
ms.service: service-connector
77
ms.topic: concept-article
8-
ms.date: 03/26/2026
8+
ms.date: 03/27/2026
99
#customer intent: As an Azure developer, I want to see required Service Connector permissions so I can use Service Connector to connect my Azure services.
1010
---
1111

@@ -135,7 +135,7 @@ The following permissions apply to service connections for Azure database servic
135135
|`Microsoft.DBforMySQL/servers/firewallRules/write`|Create a firewall rule with the specified parameters or update an existing rule.|
136136
|`Microsoft.DBforMySQL/servers/firewallRules/delete`|Delete an existing firewall rule.|
137137
|`Microsoft.DBforMySQL/servers/read`|Return the list of servers or get the properties for the specified server.|
138-
|`Microsoft.DBforMySQL/servers/databases/read`|Return the list of MySQL Databases or get the properties for the specified Database.|
138+
|`Microsoft.DBforMySQL/servers/databases/read`|Return the list of MySQL databases or get the properties for the specified database.|
139139
|`Microsoft.DBforMySQL/servers/write`|Create a server with the specified parameters or update the properties or tags for the specified server.|
140140

141141
### Azure Database for MySQL - Flexible Server
@@ -168,7 +168,7 @@ The following permissions apply to service connections for Azure database servic
168168
|`Microsoft.DBforPostgreSQL/servers/firewallRules/write`|Create a firewall rule with the specified parameters or update an existing rule.|
169169
|`Microsoft.DBforPostgreSQL/servers/firewallRules/delete`|Delete an existing firewall rule.|
170170
|`Microsoft.DBForPostgreSQL/servers/read`|Return the list of servers or get the properties for the specified server.|
171-
|`Microsoft.DBForPostgreSQL/servers/databases/read`|Return the list of PostgreSQL Databases or get the properties for the specified database.|
171+
|`Microsoft.DBForPostgreSQL/servers/databases/read`|Return the list of PostgreSQL databases or get the properties for the specified database.|
172172
|`Microsoft.DBforPostgreSQL/servers/write`|Create a server with the specified parameters or update the properties or tags for the specified server.|
173173

174174
### Azure Database for PostgreSQL - Flexible Server
@@ -264,7 +264,7 @@ The following permissions apply to service connections for other Azure services.
264264

265265
| Action | Description |
266266
| --- | --- |
267-
|`Microsoft.Storage/storageAccounts/read`|Return the list of storage accounts or gets the properties for the specified storage account.|
267+
|`Microsoft.Storage/storageAccounts/read`|Return the list of storage accounts or get the properties for the specified storage account.|
268268
|`Microsoft.Storage/storageAccounts/write`|Create a storage account with the specified parameters, or update the properties or tags, or add custom domain for the specified storage account.|
269269
|`Microsoft.Storage/storageAccounts/listkeys/action`|Return the access keys for the specified storage account.|
270270

@@ -298,7 +298,7 @@ Service Connector might need to grant permissions to a managed identity or servi
298298

299299
### Private endpoint or service endpoint
300300

301-
Service Connector might need to grant permissions to your identity if a connection is created with those network solutions. The following table lists the permission requirements for creating these connections.
301+
Service Connector might need to grant permissions to your identity if connections are created with that network solution. The following table lists the permission requirements for creating these connections.
302302

303303

304304
| Action | Description |
@@ -323,7 +323,7 @@ Service Connector might need to grant permissions to a user-assigned managed ide
323323
| Action | Description |
324324
| --- | --- |
325325
|`Microsoft.ManagedIdentity/userAssignedIdentities/read`|Get an existing user-assigned identity.|
326-
|`Microsoft.ManagedIdentity/userAssignedIdentities/assign/action`|Role-based access control (RBAC) action for assigning an existing user-assigned identity to a resource.|
326+
|`Microsoft.ManagedIdentity/userAssignedIdentities/assign/action`|Use a role-based access control (RBAC) action to assign an existing user-assigned identity to a resource.|
327327
|`Microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials/read`|Get or list federated identity credentials.|
328328
|`Microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials/write`|Add or update a federated identity credential.|
329329
|`Microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials/delete`|Delete a federated identity credential.|

0 commit comments

Comments
 (0)