Hello ,
I want to call simple CRM CRUD functions inside Azure function app. below is my code snippet to connect with CRM and calling create method -
I have added all required packages to project. My project is on .Net framework4.6.2.
but while running this function app locally with help of Postman, I am getting below error.
there is no other exception details than this. Can anyone please help me with this issue?
thanks!