Interface IFunctionAppConfiguration
Must be implemented by a class in the Function app to configure the Azure Functions and the runtime
Namespace: FunctionMonkey.Abstractions
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public interface IFunctionAppConfiguration
Methods
| Improve this Doc View SourceBuild(IFunctionHostBuilder)
Will be called by the compiler and runtime to configure the functions. Use the builder to create as appropriate.
Declaration
void Build(IFunctionHostBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
IFunction |
builder |