engine-function-extension 1.0.5

Creator: bradpython12

Last updated:

Add to Cart

Description:

enginefunctionextension 1.0.5

# Python worker extension for running OL engine function
More details about the Python worker extension: [azure function doc](https://docs.microsoft.com/en-au/azure/azure-functions/functions-reference-python?tabs=asgi%2Cazurecli-linux%2Capplication-level#python-worker-extensions)
## Using this extension
This extension process that runs in Azure Functions lets us do some setup in our [engine function app](https://github.com/OpenLearningNet/OpenLearningEngine):

django.setup()
copy hosts alias to the function running vm

To use this extension, you only need to from engine_function_extension import AppExtension to your function script file, see [this example](https://github.com/OpenLearningNet/OpenLearningEngine/blob/master/AZ_TaskHandler/main.py).

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.