Azure functions for Lifecycle Actions
Learn about Reltio's support for executing Lifecycle Actions as Azure Functions hosted in your own Azure environment.
Azure Function Lifecycle Actions (LCAs) let you run your own custom code when specific Reltio events occur—like validating data or enriching profiles. Instead of hosting this logic in Reltio, you can now deploy it as a serverless function in your own Microsoft Azure environment. This brings Azure support in line with what Reltio already offers for AWS Lambda and Google Cloud Functions.
Previously, you needed to host LCAs in Reltio's AWS environment, resulting in limited autonomy and requiring Reltio Support for deployment and maintenance. With Azure Function LCAs, you can now self-manage their lifecycle logic directly within their cloud infrastructure.
Use Azure Function LCAs when:
- 
                
Your organization is standardized on Microsoft Azure
 - 
                
You want to define custom actions triggered by Reltio workflows (e.g., enrich, validate, export)
 - 
                
You need full control over function deployment, configuration, and observability
 
You can implement this feature by:
- Building your logic using Reltio's sample repo from https://bitbucket.org/reltio-ondemand/life-cycle-sample/src/master/
 Contact Reltio Support to create an Azure app.
Setting up authentication using Azure App Registrations and Easy Auth