Deploy Azure Function Lifecycle Actions
Learn how to customize, build, and deploy your own Azure Function Lifecycle Actions using Reltio's open-source sample module.
- Clone the Reltio sample project.
- Create an Azure Function App
- Deploy the Zip to Azure
- Get the Function URL
- Click an entry point (e.g.,
beforeSaveEntityAction). - Click Get Function URL.
- Copy this URL — you'll use it in your tenant's L3 configuration to reference this function.
- Click an entry point (e.g.,
- After deployment, you must configure the authentication for your Function App. For more information, see topic Configure authentication for Azure Lifecycle Actions.