Hello Harshita Vishwakarma,
Thanks for your question.
Dynamically changing the schedule using a YAML file isn't a feature of ADF. Try Github actions/Azure Devops or Azure services. You can consider:
- Store your schedule configuration in a YAML file: Create a YAML file that defines your schedule. Store this YAML file in Azure Blob Storage or Azure Data Lake Storage.
- Create an Azure Function that can read the YAML, parses the schedule information and updates the ADF trigger using the ADF REST API
- Set up an Azure Logic App or another Azure Function that calls the function and runs the schedule.
You can mark it 'Accept Answer' and 'Upvote' if this helped you
Regards,
Abiola