Initialized X509CertificateAuthenticationProvider with certificate with thumbprint (null) from store 0 location 0 #1287
Replies: 1 comment
-
Found why my code didnt work, I forgot to input right values in Azure function configuration. Matjaz |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I folowed steps to create Isolatet azure function Azure V4 and deloyed to azure,
but I get this error:
"Initialized X509CertificateAuthenticationProvider with certificate with thumbprint (null) from store 0 location 0"
I ensured managed identyty in azure function,
Created and imported certificat to Key vaults,
Added Access policy,
Created Application settings with name "CertificateFromKeyVault" and copied "Certificat identifiery" as value in azure function configuration settings.
What am I missing?
If I run app localy then it works:
Thank you, Matjaz
Beta Was this translation helpful? Give feedback.
All reactions