Skip to content

Commit c4b5c4f

Browse files
authored
Update file-sync-troubleshoot-managed-identities.md
updating non supported scenarios
1 parent 0086390 commit c4b5c4f

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**—are **unsupported**. 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)