Azure-docs: This sample is not fit to explain function chaining

Created on 16 Sep 2018  Â·  3Comments  Â·  Source: MicrosoftDocs/azure-docs

I think HelloSequence sample is not good to explain function chaining.


Document Details

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

Pri2 assigned-to-author azure-functionsvc doc-enhancement triaged

Most helpful comment

Regarding the first lines of this doc, where it states, that often output of one function is the input of the next and so on..., I would suggest, to take an example, that builds up a string (e.g. Start "" -> Func1 >> "The" -> Func2 >> "The big" -> Func3 >> "The big green" -> Func4 >> "The big green apple." -> End) This is not that optimal example, but it demonstrates the core of the topic.

All 3 comments

@options What do you think would be a better example to use?

Regarding the first lines of this doc, where it states, that often output of one function is the input of the next and so on..., I would suggest, to take an example, that builds up a string (e.g. Start "" -> Func1 >> "The" -> Func2 >> "The big" -> Func3 >> "The big green" -> Func4 >> "The big green apple." -> End) This is not that optimal example, but it demonstrates the core of the topic.

That's fair feedback. We'll look into updating this sample.

Was this page helpful?
0 / 5 - 0 ratings