Hanxiao Liu

Results 70 comments of Hanxiao Liu

> @Flanker32 > Here is the pom.xml > Note: azure-webapp-maven-plugin versions 2.12.0, 2.11.0, 2.11.1, 2.9.0 and 2.8.0 tried nothing worked same exception @Giridhar552 Thanks a lot for your message, and...

> @Flanker32 Thank you for your response. Renamed the app and tried still same exception. > > Adding more deployment debug logs for reference, let me know if you found...

Here is a simple document about tomcat and jetty plugin, https://code.visualstudio.com/docs/java/java-tomcat-jetty.

@viniciusfcf Thanks a lot for your efforts! Please see my comments in this PR. ~~Besides, I tried to run your demo project https://github.com/viniciusfcf/quarkus-azure-functions-http/tree/using-new-versions, but will get same error here https://github.com/viniciusfcf/quarkus-azure-functions-http/blob/using-new-versions/image.png,...

@viniciusfcf @SandraAhlgrimm Thank you all for your help and efforts. Please see my comments in the PR. Besides, for the configuration in host.json, just want to confirm whether customHandler configuration...

@moarychan Thanks for your report and sorry for the late response, currently spring apps maven plugin does not support modify existing configuration, but if you want to set cpu/memory during...

@sreyanps Thanks for your report and really sorry for the late response. Yes you could get the app settings with `System.getenv("FUNCTIONS_EXTENSION_VERSION");`, and functions maven plugin will help you set the...

@AidenFawkes Thanks a lot for your report and really sorry for the late response. We are using [run from package](https://learn.microsoft.com/en-us/azure/azure-functions/run-functions-from-deployment-package) deployment by default, which deployment in slot should not affect...

@vasba Thanks for your report and sorry for the late response. Currently functions maven plugin did not support pass parameters to function host. As a workaround, you may run `mvn...

@mores Thanks a lot for your report and sorry for the late response. It seems that there are some updates in app service runtime stack. We will fix this issue...