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
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,13 +30,17 @@ To configure your Azure File Sync deployment to utilize system-assigned managed
30
30
- You must be a **member of the Owner management role** or have “Microsoft.Authorization/roleassignments/write” permissions.
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
-
-**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:
35
35
36
36
```powershell
37
37
Install-Module Az.StorageSync -Force
38
38
```
39
39
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
+
40
44
## Enable a system-assigned managed identity on your registered servers
41
45
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.
42
46
@@ -79,7 +83,7 @@ The **Set-AzStorageSyncServiceIdentity** cmdlet performs the following steps for
79
83
- Configures the Storage Sync Service to use system-assigned managed identity.
80
84
- Configures registered server(s) to use system-assigned managed identity.
81
85
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.
83
87
84
88
> [!NOTE]
85
89
> 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