Forum Discussion
Dataset refresh with API in Data Factory with Azure Function c#
- 7 years ago
Anonymous ,
When integrating with Azure services, you may have errors raised that originate from the APIs of the underlying services. Links to the error code documentation for these services can be found in the Exceptions and return codes section of the following trigger and binding reference topics:
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous ,
Have you solved your issue by now? If you have, could you please help mark the correct answer to finish the thread? Your contribution will be much appreciated.
Regards,
Jimmy Tao
- Anonymous7 years agoNot applicable
Hi,
This is still not fixed. I'm a little bit closer to the solution but still having issues, after refacturing a lot of things.
When i run the code in a console app, it all works fine, but in an azure function i receive always this error message:
"Attempted to access an element as a type incompatible with the array. - at System.Collections.Generic.List`1.Add(T item)\r\n at Microsoft.PowerBI.Api.V2.PowerBIClient.Initialize()\r\n at Microsoft.PowerBI.Api.V2.PowerBIClient..ctor(Uri baseUri, ServiceClientCredentials credentials, DelegatingHandler[] handlers)\r\n
kind regards
Koen