An Azure service for ingesting, preparing, and transforming data at scale.
First check your Linked services in ADF.
Open your ADF Linked Service that uses DEMO‑data123STG.
Verify:
- Client ID
- Tenant ID
- Secret
- Certificate (if used)
- Authentication type
- Token endpoint
If the secret expired or changed, ADF will always return 401.
Then check you app registration.
Go to Azure AD → App Registrations → DEMO‑data123STG.
Check:
- Status: Enabled
- Certificates & Secrets: Valid
- Secret expiry date
If the secret expired, ADF cannot authenticate.
Thanks.