Skip to content

Commit 4431382

Browse files
authored
Merge pull request #10392 from MicrosoftDocs/rladbsal-patch-10
Clarify ECS_E_AUTH_IDENTITY_NOT_FOUND error details
2 parents c49fecd + e54de5a commit 4431382

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

support/azure/azure-storage/files/file-sync/file-sync-troubleshoot-managed-identities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Troubleshoot Azure File Sync managed identity issues
33
description: Troubleshoot common issues when your Azure File Sync deployment is configured to use managed identities.
44
ms.service: azure-file-storage
55
ms.topic: troubleshooting
6-
ms.date: 07/31/2025
6+
ms.date: 12/17/2025
77
author: khdownie
88
ms.author: kendownie
99
---
@@ -171,7 +171,7 @@ Set-AzStorageSyncServerEndpointPermission -ResourceGroupName <string> -StorageSy
171171
172172
### Sync Session fails with the ECS_E_AUTH_IDENTITY_NOT_FOUND error
173173

174-
The `ECS_E_AUTH_IDENTITY_NOT_FOUND` error occurs when the server's managed identity used to communicate with the Azure File Sync service has changed, but the Azure File Sync service is still expecting the previous one, causing authentication to fail.
174+
The `ECS_E_AUTH_IDENTITY_NOT_FOUND` error occurs when the server's managed identity used to communicate with the Azure File Sync service has changed, but the Azure File Sync service is still expecting the previous one, causing authentication to fail. This error can also occur if managed identities are used in a cross tenant setup. Azure File Sync does not support managed identities across tenants, so attempts to authenticate using a managed identity from a different tenant will fail and return the ECS_E_AUTH_IDENTITY_NOT_FOUND error.
175175

176176
You can identify this issue by checking for **Event ID 9530** in the **Telemetry** event log within **Event Viewer**. This event indicates that the `applicationId` of the managed identity has changed.
177177

0 commit comments

Comments
 (0)