May 2019
Intermediate to advanced
504 pages
11h 50m
English
The function projects and the functions that we created in the previous section, in spite of the fact that they are implemented and executed on completely separate runtimes, carry function manifests that adhere to the same schema (that is, function.json). While the manifest for Python implementation can be found in the folder carrying the same name as the function, the dotnet version is only generated (can be found in the bin/output/<function> folder) at compile time from the attributes used within the implementation. Comparing the two manifests, we can immediately identify the respective sections where the input, output, and triggering mechanisms are defined for these functions:
As we mentioned earlier, Azure ...
Read now
Unlock full access