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/storage/file-sync/file-sync-managed-identities.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,16 +49,13 @@ To configure your Azure File Sync deployment to utilize system-assigned managed
49
49
-**Allow Azure services on the trusted services list to access this storage account** exception must be enabled for preview. [Learn more](file-sync-networking-endpoints.md#grant-access-to-trusted-azure-services-and-restrict-access-to-the-storage-account-public-endpoint-to-specific-virtual-networks)
50
50
51
51
-**Allow storage account key access** must be enabled for preview. To check this setting, navigate to your storage account and select **Configuration** under the Settings section.
52
-
---
53
-
- You must be a **member of the Owner management role** or have “Microsoft.Authorization/roleassignments/write” permissions.
54
-
-**Allow Azure services on the trusted services list to access this storage account** exception must be enabled for preview. [Learn more](file-sync-networking-endpoints.md#grant-access-to-trusted-azure-services-and-restrict-access-to-the-storage-account-public-endpoint-to-specific-virtual-networks)
55
-
-**Allow storage account key access** must be enabled for preview. To check this setting, navigate to your storage account and select **Configuration** under the Settings section.
56
-
-**Az.StorageSync [PowerShell module](https://www.powershellgallery.com/packages/Az.StorageSync) version 2.2.0 or later** must be installed on the machine that will be used to configure Azure File Sync to use managed identities. To install the latest Az.StorageSync PowerShell module, run the following command from an elevated PowerShell window:
52
+
53
+
-**Az.StorageSync [PowerShell module](https://www.powershellgallery.com/packages/Az.StorageSync) version 2.2.0 or later** must be installed on the machine that will be used to configure Azure File Sync to use managed identities. To install the latest Az.StorageSync PowerShell module, run the following command from an elevated PowerShell window:
57
54
58
55
```powershell
59
56
Install-Module Az.StorageSync -Force
60
57
```
61
-
58
+
---
62
59
## Regional availability
63
60
64
61
Azure File Sync support for system-assigned managed identities (preview) is available in [all Azure Public and Gov regions](https://azure.microsoft.com/global-infrastructure/locations/) that support Azure File Sync.
@@ -164,6 +161,7 @@ To check if the Storage Sync Service is using a system-assigned managed identity
Verify the value for the **UseIdentity** property is **True**. If the value is **False**, the Storage Sync Service is using shared keys to authenticate to the Azure file shares.
164
+
167
165
---
168
166
169
167
### How to check if a registered server is configured to use a system-assigned managed identity
@@ -186,6 +184,7 @@ Verify the **ApplicationId** property has a GUID which indicates the server is c
186
184
187
185
> [!NOTE]
188
186
> Once the registered server(s) are configured to use a system-assigned managed identity, it can take up to one hour before the server uses the system-assigned managed identity to authenticate to the Storage Sync Service and Azure file shares.
187
+
---
189
188
190
189
## More information
191
190
Once the Storage Sync Service and registered server(s) are configured to use a system-assigned managed identity:
0 commit comments