An Azure service that provides an event-driven serverless compute platform.
Azure Function dotnet-isolated servicebus trigger proxy
Jinalkumar Patel
21
Reputation points
This is mainly related to proxy settings for Azure Function with ServiceBusTrigger or output binding.
- dotnet-isolated (dotnet 5)
- dotnet-isolated (dotnet 6) ( I am sure this settings is not there for inprocess)
Now normally when I upload function to Azure env, it works fine. There is always issue with working locally in restricted env.
My scenario
- For localdevelopment entire team working behind proxy and servicebus trigger is not working and output binding too.
- For binding we solve using ServiceBusClient as it provide configuration for proxy but same is not there for "ServiceBusTrigger" and it is not trigger at all.
As I am working on complex system , calling servicebustrigger function with http endpoint is also a problem.
Two things.
- Why there is no proxy setting ? ( Because that available for WebJob and console application).
Azure Functions
Azure Functions
Sign in to answer