Share via

Azure Function dotnet-isolated servicebus trigger proxy

Jinalkumar Patel 21 Reputation points
2021-11-25T03:52:40.643+00:00

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

An Azure service that provides an event-driven serverless compute platform.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.