For the complete documentation index, see llms.txt. This page is also available as Markdown.

Template 4

S. No.
Error Message
Error Description & Resolution

1

Connection Validation Failed

Error Description: Connection validation fails due to incorrect credentials, invalid authentication details, inaccessible storage resources, or network connectivity issues.

Resolution:

  • Verify the connection string or Service Principal credentials.

  • Confirm the Storage Account and Fabric workspace are accessible.

  • Ensure outbound connectivity to Azure services.

2

Authentication Failed / Invalid Client Secret

Error Description: Authentication fails when the Client ID, Client Secret, or Tenant ID is incorrect, expired, or the Service Principal is unavailable.

Resolution:

  • Verify the Client ID, Client Secret, and Tenant ID.

  • Check whether the Client Secret has expired.

  • Ensure the Service Principal exists and is enabled.

3

Authorization Failure (Access Denied)

Error Description: The configured account does not have sufficient permissions to access Microsoft Fabric or Azure Storage resources.

Resolution:

  • Assign the required Azure Storage roles.

  • Verify the Service Principal has access to the target Fabric workspace.

  • Confirm resource-level permissions are correctly configured.

4

Resource Not Found

Error Description: The specified storage account, container, folder, or file does not exist, or the configured path is incorrect.

Resolution:

  • Verify the resource exists in Azure Portal.

  • Validate the container and folder path.

  • Remove any incorrect or extra path separators.

5

No Containers or Files Found

Error Description: The storage account contains no accessible containers or the configured location is empty.

Resolution:

  • Verify that the storage account contains data.

  • Confirm permissions to list containers and files.

  • Validate the configured container and folder path.

6

Operation Timed Out

Error Description: Operations exceed the configured timeout because of large datasets, network latency, or temporary Azure service delays.

Resolution:

  • Retry the operation after some time.

  • Limit operations to a specific folder when possible.

  • Verify network stability and timeout configuration.

7

File Download Failed

Error Description: File download fails because the file is unavailable, access is restricted, or the network connection is interrupted.

Resolution:

  • Verify the file exists.

  • Confirm read permissions for the file.

  • Check network connectivity before retrying.

8

Unsupported or Invalid File Format

Error Description: Metadata extraction fails because the file format, structure, or encoding is unsupported or invalid.

Resolution:

  • Verify the file format is supported.

  • Ensure CSV files contain a header row and valid encoding.

  • Open the file to confirm it is not corrupted.

9

Data Detection Failed

Error Description: Column names or data types cannot be detected because of inconsistent data or insufficient sample records.

Resolution:

  • Ensure files contain sufficient sample data.

  • Maintain consistent values within each column.

  • Use supported date and data formats.

10

Network or Proxy Error

Error Description: Connector communication fails because Azure endpoints are unreachable or proxy configuration is incorrect.

Resolution:

  • Verify proxy configuration, if applicable.

  • Allow outbound HTTPS access to Azure endpoints.

  • Confirm DNS resolution and firewall settings.

11

AADSTS Authentication Error

Error Description: Microsoft Entra ID returns authentication errors because of invalid application configuration, tenant information, credentials, or permissions.

Resolution:

  • Verify the Client ID, Client Secret, Tenant ID, and endpoint configuration.

  • Confirm the Service Principal has the required API permissions and Azure roles.

  • Review the AADSTS error code returned by Microsoft Entra ID to identify the specific cause.

Sl. No
Question
Answer

1

Why does connection validation fail?

Connection validation fails when authentication details are invalid, the Storage Account is inaccessible, required permissions are missing, or Azure resources cannot be reached. Verify the configured credentials, Storage Account, and network connectivity.

2

Why are folders or files not displayed?

Folders or files may not appear if the configured path is incorrect, the location is empty, or the account does not have permission to access the resources. Verify the path, resource availability, and assigned permissions.

3

Why are file operations slow?

Operations may take longer when processing large numbers of files, accessing large datasets, or experiencing network latency. Limiting operations to a specific folder and ensuring a stable network connection can improve performance.

4

Which Azure roles are required?

Assign Storage Blob Data Reader for read operations. Assign Storage Blob Data Contributor when write operations are required. Grant the appropriate Microsoft Fabric workspace role (Member or Contributor) to the Microsoft Entra ID application.

5

Why does Service Principal authentication fail?

Service Principal authentication fails when the Client ID, Client Secret, or Tenant ID is incorrect, expired, or the Service Principal lacks the required Azure permissions. Verify the authentication details and assigned roles.

6

How can AADSTS authentication errors be resolved?

AADSTS errors indicate issues with Microsoft Entra ID authentication, such as invalid credentials, tenant configuration, or missing permissions. Review the returned AADSTS error code and verify the Microsoft Entra ID application configuration.


Copyright © 2026, OvalEdge LLC, Peachtree Corners, GA, USA.

Last updated

Was this helpful?