Skip to content

Commit 79958b7

Browse files
Update storage.md
Update Azure File Sync Administrator and Azure File Sync Reader roles.
1 parent 8ef45ca commit 79958b7

File tree

1 file changed

+106
-1
lines changed
  • articles/role-based-access-control/built-in-roles

1 file changed

+106
-1
lines changed

articles/role-based-access-control/built-in-roles/storage.md

Lines changed: 106 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,112 @@ Used by the Avere vFXT cluster to manage the cluster
167167
"type": "Microsoft.Authorization/roleDefinitions"
168168
}
169169
```
170+
## Azure File Sync Administrator
170171

172+
This role provides full access to manage all Azure File Sync (Storage Sync Service) resources, including the ability to assign roles in Azure RBAC.
173+
174+
[Learn more](/azure/storage/file-sync/file-sync-deployment-guide)
175+
176+
> [!div class="mx-tableFixed"]
177+
> | Actions | Description |
178+
> | --- | --- |
179+
> | [Microsoft.StorageSync](../permissions/storage.md#microsoftstoragesync)/register/action | Registers the server to Storage Sync Service |
180+
> | [Microsoft.StorageSync](../permissions/storage.md#microsoftstoragesync)/unregister/action | Unregisters the server to Storage Sync Service |
181+
> | [Microsoft.StorageSync](../permissions/storage.md#microsoftstoragesync)/locations/* | |
182+
> | [Microsoft.StorageSync](../permissions/storage.md#microsoftstoragesync)/deployments/preflight/action | |
183+
> | [Microsoft.StorageSync](../permissions/storage.md#microsoftstoragesync)/storageSyncServices/* | |
184+
> | [Microsoft.StorageSync](../permissions/storage.md#microsoftstoragesync)/operations/read | Returns the status of Storage Sync operations |
185+
> | [Microsoft.Insights](../permissions/monitor.md#microsoftinsights)/AlertRules/* | Create and manage a classic metric alert |
186+
> | [Microsoft.Resources](../permissions/management-and-governance.md#microsoftresources)/deployments/* | Create and manage a deployment |
187+
> | [Microsoft.Resources](../permissions/management-and-governance.md#microsoftresources)/subscriptions/resourceGroups/read | Gets or lists resource groups |
188+
> | [Microsoft.Support](../permissions/general#microsoftsupport)/* | Create and update a support ticket |
189+
> | [Microsoft.Authorization](../permissions/management-and-governance.md#microsoftauthorization)/roleAssignments/write | Create and update role assignments |
190+
> | [Microsoft.Authorization](../permissions/management-and-governance.md#microsoftauthorization)/roleAssignments/read | Read role assignments |
191+
> | [Microsoft.Storage](../permissions/storage.md#microsoftstorage)/storageAccounts/read | Returns the list of storage accounts or gets the properties for the specified storage account |
192+
> | [Microsoft.Storage](../permissions/storage.md#microsoftstorage)/storageAccounts/fileServices/read | List file services |
193+
> | [Microsoft.Storage](../permissions/storage.md#microsoftstorage)/storageAccounts/fileServices/shares/read | Get file share |
194+
> | **NotActions** | |
195+
> | *none* | |
196+
> | **DataActions** | |
197+
> | *none* | |
198+
> | **NotDataActions** | |
199+
> | *none* | |
200+
```json
201+
{
202+
"assignableScopes": [
203+
"/"
204+
],
205+
"description": "This role provides full access to manage all Azure File Sync (Storage Sync Service) resources, including the ability to assign roles in Azure RBAC.",
206+
"id": "/providers/Microsoft.Authorization/roleDefinitions/92b92042-07d9-4307-87f7-36a593fc5850",
207+
"name": "92b92042-07d9-4307-87f7-36a593fc5850",
208+
"permissions": [
209+
{
210+
"actions": [
211+
"Microsoft.StorageSync/register/action",
212+
"Microsoft.StorageSync/unregister/action",
213+
"Microsoft.StorageSync/locations/*",
214+
"Microsoft.StorageSync/deployments/preflight/action",
215+
"Microsoft.StorageSync/storageSyncServices/*",
216+
"Microsoft.StorageSync/operations/read",
217+
"Microsoft.Insights/AlertRules/*",
218+
"Microsoft.Resources/deployments/*",
219+
"Microsoft.Resources/subscriptions/resourceGroups/read",
220+
"Microsoft.Support/*",
221+
"Microsoft.Authorization/roleAssignments/write",
222+
"Microsoft.Authorization/roleAssignments/read",
223+
"Microsoft.Storage/storageAccounts/read",
224+
"Microsoft.Storage/storageAccounts/fileServices/read",
225+
"Microsoft.Storage/storageAccounts/fileServices/shares/read"
226+
],
227+
"notActions": [],
228+
"dataActions": [],
229+
"notDataActions": []
230+
}
231+
],
232+
"roleName": "Azure File Sync Administrator",
233+
"roleType": "BuiltInRole",
234+
"type": "Microsoft.Authorization/roleDefinitions"
235+
}
236+
```
237+
## Azure File Sync Reader
238+
239+
This role provides read access to Azure File Sync service (Storage Sync Service).
240+
241+
[Learn more](/azure/storage/file-sync/file-sync-deployment-guide)
242+
243+
> [!div class="mx-tableFixed"]
244+
> | Actions | Description |
245+
> | --- | --- |
246+
> | [Microsoft.StorageSync](../permissions/storage.md#microsoftstoragesync.md)/*/read | |
247+
> | **NotActions** | |
248+
> | *none* | |
249+
> | **DataActions** | |
250+
> | *none* | |
251+
> | **NotDataActions** | |
252+
> | *none* | |
253+
```json
254+
{
255+
"assignableScopes": [
256+
"/"
257+
],
258+
"description": "This role provides full access to manage all Azure File Sync (Storage Sync Service) resources, including the ability to assign roles in Azure RBAC.",
259+
"id": "/providers/Microsoft.Authorization/roleDefinitions/754c1a27-40dc-4708-8ad4-2bffdeee09e8",
260+
"name": "754c1a27-40dc-4708-8ad4-2bffdeee09e8",
261+
"permissions": [
262+
{
263+
"actions": [
264+
"Microsoft.StorageSync/*/read"
265+
],
266+
"notActions": [],
267+
"dataActions": [],
268+
"notDataActions": []
269+
}
270+
],
271+
"roleName": "Azure File Sync Reader",
272+
"roleType": "BuiltInRole",
273+
"type": "Microsoft.Authorization/roleDefinitions"
274+
}
275+
```
171276
## Backup Contributor
172277

173278
Lets you manage backup service, but can't create vaults and give access to others
@@ -2366,4 +2471,4 @@ Allows for read access to Azure Storage tables and entities
23662471

23672472
## Next steps
23682473

2369-
- [Assign Azure roles using the Azure portal](/azure/role-based-access-control/role-assignments-portal)
2474+
- [Assign Azure roles using the Azure portal](/azure/role-based-access-control/role-assignments-portal)

0 commit comments

Comments
 (0)