Pretty long name, right?
Follow the instructions to enable local Azure function development.
Using VS Code IDE recommended
-
Clone the repository
git clone https://Github.com/Simply007/kontent-webhook-processing-function-js
-
Create a webhook in Kentico Kontent
-
Rename
local.settings.json.template
tolocal.settings.json
and set theKONTENT_WEBHOOK_SECRET
value to the secret of created webhook for verification -
Implement webhook processing in index.js
-
Use Azure Functions Extension to deploy the Azure function.