Skip to content

Commit 40d28b7

Browse files
authored
Update file-sync-managed-identities.md
1 parent e01b920 commit 40d28b7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,17 @@ To configure your Azure File Sync deployment to utilize system-assigned managed
3030
- You must be a **member of the Owner management role** or have “Microsoft.Authorization/roleassignments/write” permissions.
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.
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:
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:
3535

3636
```powershell
3737
Install-Module Az.StorageSync -Force
3838
```
3939

40+
## Regional availability
41+
42+
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.
43+
4044
## Enable a system-assigned managed identity on your registered servers
4145
Before you can configure Azure File Sync to use managed identities, your registered servers must have a system-assigned managed identity that will be used to authenticate to the Azure File Sync service and Azure file shares.
4246

@@ -79,7 +83,7 @@ The **Set-AzStorageSyncServiceIdentity** cmdlet performs the following steps for
7983
- Configures the Storage Sync Service to use system-assigned managed identity.
8084
- Configures registered server(s) to use system-assigned managed identity.
8185

82-
Use the Set-AzStorageSyncServiceIdentity cmdlet anytime you need to configure additional registered servers to use managed identities.
86+
Use the **Set-AzStorageSyncServiceIdentity** cmdlet anytime you need to configure additional registered servers to use managed identities.
8387

8488
> [!NOTE]
8589
> 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 file shares.

0 commit comments

Comments
 (0)