in Azure Function by (31.7k points)
What is binding in azure function?

1 Answer

0 votes
by (31.7k points)
Binding to a function is a declarative manner of linking other resource to the function; bindings might be input or output bindings, or both. The function receives data from bindings as parameters. To meet our requirements, users can mix and combine different bindings.

Related questions

0 votes
asked Mar 16, 2022 in Azure Function by sharadyadav1986 (31.7k points)
0 votes
asked Mar 16, 2022 in Azure Function by sharadyadav1986 (31.7k points)
0 votes
0 votes
0 votes
asked Sep 16 in Operating System by rajeshsharma (23.9k points)
...