From title It is evident that I have some issue related to proxy.
- If I disable the proxy or machine without proxy, everything seems to be working fine.
- When proxy and vpn enable at that time if I try to publish message or receive message via servicebustrigger in azure function not working.
- To the some extends for publish that issue can be resolved by creating ServiceBusClient and configuring the proxy for that.
- For ServiceBusTrigger there is no option to configure proxy setting or atleast I am not aware of that.
Any suggestion ?