2023-10-04T20:37:20.740Z] Executed 'Functions.HttpExample' (Failed, Id=90856c74-120e-44fb-8c20-3233bdc1562c, Duration=932ms)
[2023-10-04T20:37:20.740Z] System.Private.CoreLib: Exception while executing function: Functions.HttpExample. System.Private.CoreLib: Result: Failure
[2023-10-04T20:37:20.740Z] Exception: ClassNotFoundException: com.microsoft.aad.msal4j.AppTokenProviderParameters
[2023-10-04T20:37:20.740Z] Stack: java.lang.reflect.InvocationTargetException
[2023-10-04T20:37:20.740Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2023-10-04T20:37:20.740Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
[2023-10-04T20:37:20.740Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2023-10-04T20:37:20.740Z] at java.base/java.lang.reflect.Method.invoke(Method.java:568)
[2023-10-04T20:37:20.740Z] at com.microsoft.azure.functions.worker.broker.JavaMethodInvokeInfo.invoke(JavaMethodInvokeInfo.java:22)
[2023-10-04T20:37:20.740Z] at com.microsoft.azure.functions.worker.broker.EnhancedJavaMethodExecutorImpl.execute(EnhancedJavaMethodExecutorImpl.java:22)
[2023-10-04T20:37:20.740Z] at com.microsoft.azure.functions.worker.chain.FunctionExecutionMiddleware.invoke(FunctionExecutionMiddleware.java:19)
[2023-10-04T20:37:20.740Z] at com.microsoft.azure.functions.worker.chain.InvocationChain.doNext(InvocationChain.java:21)
[2023-10-04T20:37:20.740Z] at com.microsoft.azure.functions.worker.broker.JavaFunctionBroker.invokeMethod(JavaFunctionBroker.java:125)
[2023-10-04T20:37:20.740Z] at com.microsoft.azure.functions.worker.handler.InvocationRequestHandler.execute(InvocationRequestHandler.java:34)
[2023-10-04T20:37:20.740Z] at com.microsoft.azure.functions.worker.handler.InvocationRequestHandler.execute(InvocationRequestHandler.java:10)
[2023-10-04T20:37:20.740Z] at com.microsoft.azure.functions.worker.handler.MessageHandler.handle(MessageHandler.java:44)
[2023-10-04T20:37:20.740Z] at com.microsoft.azure.functions.worker.JavaWorkerClient$StreamingMessagePeer.lambda$onNext$0(JavaWorkerClient.java:94)
[2023-10-04T20:37:20.740Z] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
[2023-10-04T20:37:20.740Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2023-10-04T20:37:20.740Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[2023-10-04T20:37:20.740Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[2023-10-04T20:37:20.740Z] at java.base/java.lang.Thread.run(Thread.java:833)
[2023-10-04T20:37:20.740Z] Caused by: java.lang.NoClassDefFoundError: com/microsoft/aad/msal4j/AppTokenProviderParameters
[2023-10-04T20:37:20.740Z] at com.azure.identity.implementation.IdentityClientBase.getManagedIdentityConfidentialClient(IdentityClientBase.java:316)
[2023-10-04T20:37:20.741Z] at com.azure.identity.implementation.IdentityClient.lambda$getManagedIdentityConfidentialClientApplication$6(IdentityClient.java:129)
[2023-10-04T20:37:20.741Z] at reactor.core.publisher.MonoDefer.subscribe(MonoDefer.java:45)
[2023-10-04T20:37:20.741Z] at reactor.core.publisher.MonoCacheTime.subscribeOrReturn(MonoCacheTime.java:143)
[2023-10-04T20:37:20.741Z] at reactor.core.publisher.Mono.subscribe(Mono.java:4475)
[2023-10-04T20:37:20.741Z] at reactor.core.publisher.FluxFlatMap$FlatMapMain.onNext(FluxFlatMap.java:427)
[2023-10-04T20:37:20.741Z] at reactor.core.publisher.FluxIterable$IterableSubscription.slowPath(FluxIterable.java:335)
[2023-10-04T20:37:20.741Z] at reactor.core.publisher.FluxIterable$IterableSubscription.request(FluxIterable.java:294)
[2023-10-04T20:37:20.741Z] at reactor.core.publisher.FluxFlatMap$FlatMapMain.onSubscribe(FluxFlatMap.java:371)
[2023-10-04T20:37:20.741Z] at reactor.core.publisher.FluxIterable.subscribe(FluxIterable.java:201)
[2023-10-04T20:37:20.741Z] at reactor.core.publisher.FluxIterable.subscribe(FluxIterable.java:83)
[2023-10-04T20:37:20.741Z] at reactor.core.publisher.Mono.subscribe(Mono.java:4490)
[2023-10-04T20:37:20.741Z] at reactor.core.publisher.Mono.blockOptional(Mono.java:1786)
[2023-10-04T20:37:20.741Z] at com.microsoft.sqlserver.jdbc.SQLServerSecurityUtility.getDefaultAzureCredAuthToken(SQLServerSecurityUtility.java:405)
[2023-10-04T20:37:20.741Z] at com.microsoft.sqlserver.jdbc.SQLServerConnection.getFedAuthToken(SQLServerConnection.java:5791)
[2023-10-04T20:37:20.741Z] at com.microsoft.sqlserver.jdbc.SQLServerConnection.onFedAuthInfo(SQLServerConnection.java:5618)
[2023-10-04T20:37:20.741Z] at com.microsoft.sqlserver.jdbc.SQLServerConnection.processFedAuthInfo(SQLServerConnection.java:5463)
[2023-10-04T20:37:20.741Z] at com.microsoft.sqlserver.jdbc.TDSTokenHandler.onFedAuthInfo(tdsparser.java:311)
[2023-10-04T20:37:20.741Z] at com.microsoft.sqlserver.jdbc.TDSParser.parse(tdsparser.java:131)
[2023-10-04T20:37:20.741Z] at com.microsoft.sqlserver.jdbc.TDSParser.parse(tdsparser.java:42)
[2023-10-04T20:37:20.741Z] at com.microsoft.sqlserver.jdbc.SQLServerConnection.sendLogon(SQLServerConnection.java:6490)
[2023-10-04T20:37:20.741Z] at com.microsoft.sqlserver.jdbc.SQLServerConnection.logon(SQLServerConnection.java:5068)
[2023-10-04T20:37:20.741Z] at com.microsoft.sqlserver.jdbc.SQLServerConnection$LogonCommand.doExecute(SQLServerConnection.java:5002)
[2023-10-04T20:37:20.741Z] at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7685)
[2023-10-04T20:37:20.741Z] at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:4048)
[2023-10-04T20:37:20.741Z] at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:3487)
[2023-10-04T20:37:20.741Z] at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:3077)
[2023-10-04T20:37:20.741Z] at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectInternal(SQLServerConnection.java:2919)
[2023-10-04T20:37:20.741Z] at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:1787)
[2023-10-04T20:37:20.741Z] at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:1229)
[2023-10-04T20:37:20.741Z] at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:681)
[2023-10-04T20:37:20.741Z] at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:252)
[2023-10-04T20:37:20.741Z] at com.function.Function.run(Function.java:79)
[2023-10-04T20:37:20.741Z] ... 18 more
[2023-10-04T20:37:20.741Z] Caused by: java.lang.ClassNotFoundException: com.microsoft.aad.msal4j.AppTokenProviderParameters
[2023-10-04T20:37:20.741Z] at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445)
[2023-10-04T20:37:20.741Z] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:587)
[2023-10-04T20:37:20.741Z] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
[2023-10-04T20:37:20.741Z] ... 51 more