|
Answer» The Azure FUNCTIONS Tools provides the following benefits:
- Edit, build, and run functions on your local DEVELOPMENT computer.
- Publish your Azure Functions project directly to Azure.
- Use Web Jobs attributes to DECLARE function bindings directly in the C# code instead of maintaining a separate function. Json for binding definitions.
- Develop and DEPLOY precompiled C# functions.
- Precompiled functions provide a better cold-start performance than C# script-based functions. Code your functions in C# while having all of the benefits of Visual STUDIO development.
The Azure Functions Tools provides the following benefits:
|