@Thangavel Daniel Tamilarasan Thank you for reaching out to Microsoft Q&A. Unfortunately, Change Feed for a partition is not possible using Functions Trigger.
Azure Functions use Change Feed Processor (refer https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/change-feed-functions) which doesn't support reading from a single partition. Check docs for the below info:
If you are in need of this feature, I would recommend you submit feedback directly with Cosmos DB product team via Azure Cosmos DB feedback. Others can also upvote the feature with similar interests. Alternatively, you can explore Change feed pull model which supports reading changes from a particular partition key and let us know if any questions.
I hope this answers your question and feel free to add a comment if you have any other questions. We would be happy to assist you. Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community.