we are using Recurly's .Net api client, it requires a custom config section like the following. Does azure functions support this?
<configsections>
<section name="recurly" type="Recurly.Configuration.Section,Recurly"/>
</configsections>
<recurly apikey="xxxxxx" subdomain="test"/>