I am trying to setup a PoC for creating Azure Functions in our corporate setup. Creating the function app, and generally using the Azure CLI, works fine.
I have the proxy settings stored in http_proxy and https_proxy.
When using azure-functions-core-tools
I receive a "407 Proxy Authentication required" Error on func azure functionapp publish <appname>
Is there a way to
- Debug the actual error response? (To rule out other reasons than the auth failure)
- explicitly set the
azure-functions-core-tools
to use an authenticated proxy e.g. via http_proxy?
I have tried setting --verbose
but it does not seem to be supported.
Versions:
- Azure CLI: 2.0.59
- azure-functions-core-tools: 3.0.3284