I have create an Azure Function and trying to Authenticate by Azure Key Vaults and certificate In my Azure function I wrote a code to save the data into SharePoint List (Online),it is working fine in Localhost data is getting save by service account but when I am calling the Azure function on web or by button click in from the SharePoint frame work it is giving me below error enter image description here
I have added cors in the Azure Portal