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-permission.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: maud-lv
5
5
ms.author: malev
6
6
ms.service: service-connector
7
7
ms.topic: concept-article
8
-
ms.date: 03/26/2026
8
+
ms.date: 03/27/2026
9
9
#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.
10
10
---
11
11
@@ -135,7 +135,7 @@ The following permissions apply to service connections for Azure database servic
135
135
|`Microsoft.DBforMySQL/servers/firewallRules/write`|Create a firewall rule with the specified parameters or update an existing rule.|
136
136
|`Microsoft.DBforMySQL/servers/firewallRules/delete`|Delete an existing firewall rule.|
137
137
|`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.|
139
139
|`Microsoft.DBforMySQL/servers/write`|Create a server with the specified parameters or update the properties or tags for the specified server.|
140
140
141
141
### Azure Database for MySQL - Flexible Server
@@ -168,7 +168,7 @@ The following permissions apply to service connections for Azure database servic
168
168
|`Microsoft.DBforPostgreSQL/servers/firewallRules/write`|Create a firewall rule with the specified parameters or update an existing rule.|
169
169
|`Microsoft.DBforPostgreSQL/servers/firewallRules/delete`|Delete an existing firewall rule.|
170
170
|`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.|
172
172
|`Microsoft.DBforPostgreSQL/servers/write`|Create a server with the specified parameters or update the properties or tags for the specified server.|
173
173
174
174
### Azure Database for PostgreSQL - Flexible Server
@@ -264,7 +264,7 @@ The following permissions apply to service connections for other Azure services.
264
264
265
265
| Action | Description |
266
266
| --- | --- |
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.|
268
268
|`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.|
269
269
|`Microsoft.Storage/storageAccounts/listkeys/action`|Return the access keys for the specified storage account.|
270
270
@@ -298,7 +298,7 @@ Service Connector might need to grant permissions to a managed identity or servi
298
298
299
299
### Private endpoint or service endpoint
300
300
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.
302
302
303
303
304
304
| Action | Description |
@@ -323,7 +323,7 @@ Service Connector might need to grant permissions to a user-assigned managed ide
323
323
| Action | Description |
324
324
| --- | --- |
325
325
|`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.|
327
327
|`Microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials/read`|Get or list federated identity credentials.|
328
328
|`Microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials/write`|Add or update a federated identity credential.|
329
329
|`Microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials/delete`|Delete a federated identity credential.|
0 commit comments