Skip to content

Commit d7fa3b5

Browse files
author
Jill Grant
authored
Merge pull request #289575 from jeffpatt24/patch-7
Update file-sync-managed-identities.md
2 parents 0e7e95e + 3c2f29d commit d7fa3b5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

articles/storage/file-sync/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@
187187
href: /troubleshoot/azure/azure-storage/file-sync-troubleshoot-sync-errors?toc=/azure/storage/file-sync/toc.json
188188
- name: Troubleshoot cloud tiering issues
189189
href: /troubleshoot/azure/azure-storage/file-sync-troubleshoot-cloud-tiering?toc=/azure/storage/file-sync/toc.json
190+
- name: Troubleshoot managed identities
191+
href: /troubleshoot/azure/azure-storage/file-sync-troubleshoot-managed-identities?toc=/azure/storage/file-sync/toc.json
190192
- name: Reference
191193
items:
192194
- name: Azure File Sync agent silent installation

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to configure Azure File Sync to use managed identities.
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: conceptual
7-
ms.date: 10/30/2024
7+
ms.date: 10/31/2024
88
ms.author: kendownie
99
---
1010

@@ -30,8 +30,7 @@ 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 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. To install the latest Az.StorageSync PowerShell module, run the following command from an elevated PowerShell window:
3534

3635
```powershell
3736
Install-Module Az.StorageSync -Force
@@ -111,3 +110,5 @@ Verify the **ApplicationId** property has a GUID which indicates the server is c
111110
Once the Storage Sync Service and registered server(s) are configured to use a system-assigned managed identity:
112111
- New endpoints (cloud or server) that are created will use a system-assigned managed identity to authenticate to the Azure file share.
113112
- Use the Set-AzStorageSyncServiceIdentity cmdlet anytime you need to configure additional registered servers to use managed identities.
113+
114+
If you experience issues, see: [Troubleshoot Azure File Sync managed identity issues](/troubleshoot/azure/azure-storage/files/file-sync/file-sync-troubleshoot-managed-identities).

0 commit comments

Comments
 (0)