[JAVA] Deploy Azure Functions using Maven under Proxy environment

Since it fits in the deployment of Azure Functions, the solution memo at that time. I didn't know where to write the proxy settings, so I spent a whole day.

Conclusion

Specify proxy with the -D option when executing the mvn command.

mvn azure-functions:deploy -Dhttps.proxyHost=example.proxy.com -Dhttps.proxyPort=8080

Recommended Posts

Deploy Azure Functions using Maven under Proxy environment
pip3 install under proxy environment
War deploy to Azure Web Apps (maven)
Development environment construction using IntelliJ IDEA + Maven + Tomcat 9
WSL2 + transparent proxy improves Docker under proxy environment (slightly)
Try using Maven