Azure Functions platform
- Last Updated: May 13, 2024
- 1 minute read
- Corticon.js
- Documentation
When packaging for Microsoft Azure Functions deployment, Corticon.js
generates the files:
decisionServiceBundle.js: Your rules, obfuscatedazure.sample.js: Sample Azure Functions wrapper
The wrapper, azure.sample.js,
implements the Azure Functions API for responding to HTTP triggers. The wrapper is a
complete, ready-to-run, Azure function, yet you can also modify it to meet the specific
needs of your application as it is heavily annotated. The Azure functions API has
different signatures for different triggers. You can modify the wrapper to meet the
needs of different triggers.
The following video is a Corticon.js Azure Functions deployment walkthrough:
See the Azure Functions documentation for details on deploying serverless functions.