Hi @Andreas Nef
If you haven't already, Azure Functions load third-party libraries that have been added to pom.xml
or placed in the lib
directory under the project root. As long as your third-party library doesn't need any special OS access, I would think worker would handle the install of these package references. This shouldn't be anything manually done by you. If you're doing this and hitting errors, please comment below with the dependency that isn't playing fair so we can look into it.
Another option you can do is go the container app route. This will allow you complete flexibility in configuring your third-party libraries as need with access to whatever local paths that are required.