Azure / Azure/azure-functions-core-tools

How to configure http proxy settings?

Open
#915 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
1.5k
Forks
498
Avg merge
5d 4h
Merged PRs (30d)
15

Description

When running func.exe from Visual Studio 2017 behind a firewall, the SignalR binding is not able to connect to the Azure SignalR service. What do we need to configure?

Exception:

```
[6-12-2018 14:09:42] Executed 'SendSignalRMessage' (Failed, Id=8d574364-87ff-489f-896f-fefafa7e47a3)
[6-12-2018 14:09:42] System.Private.CoreLib: Exception while executing function: SendSignalRMessage. System.Private.CoreLib: One or more errors occurred. (A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond). System.Net.Http: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. System.Private.CoreLib: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
```

Package `Microsoft.Azure.WebJobs.Extensions.SignalRService` version `1.0.0-preview1-10025`.

Also raised a question on StackOverflow: https://stackoverflow.com/questions/53665556/signalr-binding-how-to-configure-http-proxy-settings-during-development-within

Contributor guide

Open the contributing guide

Research direction

Start with the func.exe development scenario and the Microsoft.Azure.WebJobs.Extensions.SignalRService version named in the report. Determine whether proxy configuration is supported for this connection path; done means documenting the required setting or clearly recording that the issue needs a product change.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, csharp
Domain
cli, networking
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.