Hanxiao Liu
Hanxiao Liu
@alam-R Thanks a lot for your help, and we have fixed the issue #927 in later release and the latest version is v1.9.1, you may get the release notes [here](https://github.com/microsoft/azure-maven-plugins/releases/tag/azure-webapp-maven-plugin-1.9.1)
> @Flanker32 Thanks for your input. I have tried with like RUN_FROM_BLOB. It is working fine. I am able to successfully deploy the azure function. > As per documentation, the...
@euchungmsft Thanks for your report, we will investigate this issue soon. As a workaround, could you please try other authentication method like `azure_cli` or `service_principal` and try again? You may...
@euchungmsft Thanks for your message, could you please help share your os and jdk info? @andxu Please check this issue
@euchungmsft Thanks for your report and really sorry for the late response. I could still not re-produce this issue, could you please share the full log of `webapp:deploy -X` for...
@jdubois Thanks for your feedback and really sorry for the late reply. The error message shows that `discover main class as 'MAIN_CLASS' environment variable, system property as well as entry...
@jdubois I have opened an issue in [azure-functions-java-work](https://github.com/Azure/azure-functions-java-worker) to track this, here is the [link](https://github.com/Azure/azure-functions-java-worker/issues/338)
We also meet this exception when test java 17 support in VSCode, which seems caused by https://github.com/microsoft/vscode-azurefunctions/blob/main/src/commands/deploy/verifyAppSettings.ts#L41, as `node.appSettingsTreeItem` may be undefined if node is not expanded. Resolved in commit...
@cicorias Thanks for your feedback and sorry for the confuse. When you start remote debugging for Java Azure Functions in VSCode, we will update the configuration of your remote FunctionApp...
@Giridhar552 Thanks for your report and sorry for the trouble. So, the original java version works fine but the deployment failed after you upgrade to java 17 and spring 3.2?...