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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ To configure your Azure File Sync deployment to utilize system-assigned managed
31
31
-**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)
32
32
-**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.
33
33
-**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.
34
-
- To install the latest the latest Az.StorageSync PowerShell module, run the following command from an elevated PowerShell window:
34
+
- To install the latest Az.StorageSync PowerShell module, run the following command from an elevated PowerShell window:
35
35
36
36
```powershell
37
37
Install-Module Az.StorageSync -Force
@@ -107,7 +107,7 @@ Verify the **ApplicationId** property has a GUID which indicates the server is c
107
107
> [!NOTE]
108
108
> 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.
109
109
110
-
## More Information
110
+
## More information
111
111
Once the Storage Sync Service and registered server(s) are configured to use a system-assigned managed identity:
112
112
- New endpoints (cloud or server) that are created will use a system-assigned managed identity to authenticate to the Azure file share.
113
113
- Use the Set-AzStorageSyncServiceIdentity cmdlet anytime you need to configure additional registered servers to use managed identities.
0 commit comments