MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.29k stars 21.47k forks source link

Negotiate Function example for for isolated process #93625

Open kiranpradeep opened 2 years ago

kiranpradeep commented 2 years ago

In both in-process and c# script input binding, the negotiate function sample is provided. That sample shows a function that acquires SignalR connection information using the input binding and returns it over HTTP.

But for isolated process sample negotiate method, an example for accepting data from hub and pushing to another hub is provided. I feel that is more of an example for output binding. Is it possible to update the input binding sample of isolated process to negotiate method?

More importantly, without that example (negotiate), we cannot use SignalR binding with isolated process function. So that is kind of prerequisite for this document which is not provided anywhere.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

shwetamathur7 commented 2 years ago

@kiranpradeep Thanks for your feedback. We will investigate and update the thread.