Skip to content

Commit 9234a04

Browse files
authored
Merge pull request #9782 from MicrosoftDocs/rladbsal-patch-1
Update file-sync-troubleshoot-managed-identities.md
2 parents 7b86713 + 50abffd commit 9234a04

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,3 +221,14 @@ Set-AzStorageSyncServerEndpointPermission -ResourceGroupName <string> -StorageSy
221221
This issue occurs when the **Allow Azure services on the trusted services list to access this storage account** exception isn't enabled on a storage account. To resolve this issue, enable this exception by following instructions in [Grant access to trusted Azure services and restrict access to the storage account public endpoint to specific virtual networks](/azure/storage/file-sync/file-sync-networking-endpoints#grant-access-to-trusted-azure-services-and-restrict-access-to-the-storage-account-public-endpoint-to-specific-virtual-networks).
222222

223223
[!INCLUDE [Azure Help Support](../../../../includes/azure-help-support.md)]
224+
225+
226+
## Unsupported cross-tenant configurations
227+
228+
Cross-tenant topologies where the server resource (Arc-enabled server or Azure VM) and the Storage Sync Service are in **different Microsoft Entra tenants** aren't supported. Managed identity and Azure RBAC require tokens issued by the same tenant; cross-tenant authorization fails in this scenario. Do not attempt cross-tenant setups.
229+
230+
**Mitigation:** Align the Storage Sync Service, server resource identity, storage account RBAC assignments, and managed identity to the **same tenant**, then retry.
231+
232+
> [!NOTE]
233+
> This requirement applies to **both** Arc-enabled servers and Azure VMs.
234+

0 commit comments

Comments
 (0)