Skip to content

Commit fe02fb8

Browse files
author
Jill Grant
authored
Apply suggestions from code review
Acrolinx fixes
1 parent 129e40e commit fe02fb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/file-sync/file-sync-managed-identities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To configure your Azure File Sync deployment to utilize system-assigned managed
3131
- **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)
3232
- **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.
3333
- **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:
3535

3636
```powershell
3737
Install-Module Az.StorageSync -Force
@@ -107,7 +107,7 @@ Verify the **ApplicationId** property has a GUID which indicates the server is c
107107
> [!NOTE]
108108
> 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.
109109
110-
## More Information
110+
## More information
111111
Once the Storage Sync Service and registered server(s) are configured to use a system-assigned managed identity:
112112
- New endpoints (cloud or server) that are created will use a system-assigned managed identity to authenticate to the Azure file share.
113113
- Use the Set-AzStorageSyncServiceIdentity cmdlet anytime you need to configure additional registered servers to use managed identities.

0 commit comments

Comments
 (0)