Hello @Bhumaka Reddeppa Thanks for reaching out on this forum,
Could you please add more info to the question?
Such as What Azure service? Data Factory? or Azure Function App?
Any Full details on the Error? screenshot of the error or the application?
The exit code 1 is a standard error code that indicates a general failure.
Here are some things you can check to troubleshoot the issue:
Check the activity or task logs: Look at the logs for the activity or task that failed to see if there are any error messages or warnings that can help you identify the issue. You can view the logs in the Azure portal or by using the Get-AzureRmDataFactoryV2PipelineRun command in PowerShell.
Check the input and output data: Make sure that the input and output data for the activity or task is correct and that it meets the requirements of the activity or task. For example, if you are using a Copy activity to copy data from one location to another, make sure that the source and destination data stores are configured correctly and that the data is in the correct format.
Check the activity or task settings: Make sure that the settings for the activity or task are correct and that they meet the requirements of the activity or task. For example, if you are using a Web activity to call a REST API, make sure that the URL and authentication settings are correct.
Check the Azure Data Factory service status: Check the Azure status page to see if there are any service issues or outages that may be affecting your Azure Data Factory instance.
- Check the Azure Data Factory limits and quotas: Make sure that you are not exceeding any limits or quotas for your Azure Data Factory instance. For example, there may be limits on the number of pipelines, activities, or data integration units that you can use.
If you need further help, please leave a comment in the below section and we will help you.