@Ankit Kumar , Azure Cosmos DB bindings are only supported for use with the SQL API. For all other Azure Cosmos DB APIs, you should access the database from your function by using the static client for your API, including Azure Cosmos DB's API for MongoDB, Cassandra API, Gremlin API, and Table API
I see that you have added the Microsoft.Azure.Cosmos.Table SDK already.
You will need to read the table connection from appsettings and create an instance of the Table client using the connection string.
Please let me know if you face any issues.
----------
If an answer is helpful, please "Accept answer" or "Up-Vote" for the same which might be beneficial to other community members reading this thread.