extension_scope Module

Enums

ExtensionScope

There are two valid scopes of the worker extension framework.

UNKNOWN: If an extension does not have the _scope field defined, the extension is in the unknown scope. This marks the extension in an invalid state.

APPLICATION: It is injected in AppExtensionBase._scope. Any implementation of AppExtensionBase will be applied into all triggers.

FUNCTION: It is injected in FuncExtensionBase._scope. Any implementation of FuncExtensionBase requires initialization in customer's function app trigger.