Hi,
I'm trying to implement the Telerik reporting engine using Azure functions. When I provide an objectdatasource the ReportProcessor renders with an Exception
The assembly "MyAssembly" is not permitted to be used by an ObjectDataSource section of your application configuration file.
I assume thisis related to AssemblyReferences configuration specified here: https://docs.telerik.com/reporting/objectdatasource#configuration
Azure functions do not support web.config files. Is there any other option to set the AssemblyReferences?
Thanks
Matthias