An Azure service that provides an event-driven serverless compute platform.
Hello ,
this can be related to :
1- Dependencies Conflict
mvn dependency:tree | grep azure-functions
if you see different vesions , exclude the older one from your pom config file
2-Try to clean and rebuild the solution
mvn clean package
3- try to remove and reinstall the Dependencies
rm -rf ~/.m2/repository/com/microsoft/azure/functions
mvn clean install
If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.