I created my first Azure Function in Java because I would need to use a specific external jar file. I am working in VS Code and I have found a short reference in the docs on using external libraries. Third-party libraries.
However I don't get the import to work. It would be great to have an example of a VS Code Java Azure Functions project using external libraries or a more detailed step by step documentation.