azure-functions-kafka-extension
azure-functions-kafka-extension copied to clipboard
Bug Fix for fail to load certificate location for KafkaTrigger
The SslCertificateLocation, SslKeyLocation and SslCaLocation attributes require the absolute path of certificate and keys respectively. This PR makes sure that the path is absolute and fixes https://github.com/Azure/azure-functions-kafka-extension/issues/321