Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello, I am using the Azure ML activity to call a batch endpoint in Azure ML. I followed these instruction. https://learn.microsoft.com/en-us/azure/machine-learning/how-to-use-batch-fabric?view=azureml-api-2
It actually does run and finish correctly in Azure, but in Fabric the step fails with error code 2011, and with this message.
"Value cannot be null.
Parameter name: partnerResourceProviderUrl"
I can't seem to find more information about this parameter. That error code also doesn't seem to exist. Does anyone know how to deal with this or how to find more information? Thanks!
Solved! Go to Solution.
In fact, this turned out to be a Fabric bug. Fabric support has let me know that they will be deploying a fix in the first week of March.
In fact, this turned out to be a Fabric bug. Fabric support has let me know that they will be deploying a fix in the first week of March.
Hi @yangruanEXCG,
Thank you for reaching out to the Microsoft Fabric community.
The error code 2011 and the message "Value cannot be null. Parameter name: partnerResourceProviderUrl" indicate that there might be a missing or incorrectly configured parameter in your Azure ML activity setup within the Fabric Pipeline.
Here are a few steps you can take to troubleshoot and resolve this issue:
If this helps, then please Accept it as a solution and dropping a "Kudos" so other members can find it more easily.
Hope this works for you!
Thank you.