High severitycredentials
Power BI Refresh Error:
UserErrorLinkedServiceAuthenticationFailed
What does this error mean?
Azure Data Factory failed to authenticate to the target service using the credentials stored in the linked service. This covers username/password failures, expired service principal secrets, and invalid connection strings.
Common causes
- 1The username or password stored in the linked service is incorrect or the user's password was changed
- 2The service principal client secret expired (after 1–2 years)
- 3The service principal was deleted from Azure Entra ID
- 4The connection string contains an invalid or expired account key
How to fix it
- 1Open the linked service in ADF Studio and update the credentials — re-enter the password or rotate the service principal secret.
- 2In Azure Entra ID, verify the service principal (App Registration) still exists and generate a new client secret if needed.
- 3Update the ADF linked service or Key Vault secret with the new credential value.
- 4Use the 'Test connection' button to confirm authentication succeeds before saving.
- 5Consider storing credentials in Azure Key Vault and referencing them in the linked service to simplify future rotations.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/data-factory-troubleshoot-guide