metricsign
Start free
High severityconfigurationMicrosoft Fabric

Power BI Refresh Error:
Fabric Pipeline Error 2509

What does this error mean?

The Batch account URL provided in the Azure Batch linked service or activity configuration is not a valid URI. Azure Batch URLs must follow the format https://<accountname>.<region>.batch.azure.com.

Common causes

  • 1The Batch account URL was entered without the https:// scheme prefix
  • 2The URL is missing the region segment (e.g., eastus) required by the Azure Batch endpoint format
  • 3A trailing slash, extra path segment, or typo was introduced when copying the URL from the Azure portal
  • 4The wrong Azure Batch account endpoint was used, such as a management API URL instead of the account URL

How to fix it

  1. 1Step 1: Navigate to your Azure Batch account in the Azure portal and copy the 'Account endpoint' value from the Overview blade.
  2. 2Step 2: Confirm the URL matches the pattern https://<accountname>.<region>.batch.azure.com with no trailing slashes or extra path segments.
  3. 3Step 3: Open the Azure Batch linked service in your Fabric Data Factory pipeline and replace the existing URL with the correctly formatted endpoint.
  4. 4Step 4: Test the linked service connection to confirm connectivity before re-running the pipeline.
  5. 5Step 5: Save and trigger the pipeline again to verify error 2509 is resolved.

Frequently asked questions

Where do I find the correct Azure Batch account URL?

Go to the Azure portal, open your Batch account, and find the 'Account endpoint' field on the Overview page. It will be in the format https://<accountname>.<region>.batch.azure.com.

Can I use the Azure Batch management API URL instead?

No. The management API URL (management.azure.com) is different from the Batch account endpoint. The pipeline requires the account-specific endpoint URL shown on the Batch account Overview page.

Other configuration errors