Hanxiao Liu
Hanxiao Liu
@apawast Thanks for your message, currently vscode leverage [Get Function App Stacks](https://docs.microsoft.com/en-us/rest/api/appservice/provider/get-function-app-stacks) API to get the Java runtimes, [here](https://github.com/microsoft/vscode-azurefunctions/blob/main/src/commands/createFunctionApp/stacks/getStackPicks.ts#L112-L139) is the related codes, once the API is updated, java 17...
> @Flanker32 Do you know if we are getting other language packs for the Java templates? @nturinski Thanks for your message and sorry for the late response, sorry I don't...
Maven plugin uses fluent sdk[(azure-library-for-java)](https://github.com/Azure/azure-libraries-for-java) to create resources and update configuration, however, fluent sdk didn't support config minTLS version when create an appservice, tracking [here](https://github.com/Azure/azure-libraries-for-java/issues/887)
@MacDev1 Thanks for your report and really sorry for the late response. This should be a compatibility issue between war plugin and your jdk. Could you please help your java...
@johnoliver Thanks for your help and sorry for the late response, I'll investigate this issue soon
@johnoliver Thanks for your help and really sorry for the late response, I try to reproduce this issue but maven plugin will throw an exception when failed to install extensions,...
@pragnagopa @jdneo Refactor done in pr #508, please have a review. In this pr, i remove other binding classes except BaseBinding, attributes was get by java reflect and save to...
@JasonFreeberg Thanks for your report, we will investigate this issue soon.
This seems to be an issue of Azure Visual Machine which could not connect azure with ftp method, will investigate this issue later
@abharku Thanks for your report, could you please help share how did you set the proxy, and could you please try set the proxy though command line or maven settings.xml?...