question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

FunctionApp:az functionapp deployment failed

See original GitHub issue

This is autogenerated. Please review and update as needed.

Describe the bug

Command Name az functionapp deployment source config-zip

Errors:

HTTPSConnectionPool(host='xxx.scm.azurewebsites.net', port=443): Max retries exceeded with url: /api/zipdeploy?isAsync=true (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x07BFB7B0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed',))
Traceback (most recent call last):
pip-install-t7say61i\urllib3\urllib3\connection.py, ln 159, in _new_conn
urllib3\urllib3\util\connection.py, ln 57, in create_connection
...

To Reproduce:

Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.

  • Put any pre-requisite steps here…
  • az functionapp deployment source config-zip --src {} -n {} --resource-group {}

Expected Behavior

Environment Summary

Windows-10-10.0.17763-SP0
Python 3.6.6
Shell: cmd.exe

azure-cli 2.0.77

Additional Context

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
athapongcommented, Mar 10, 2022

Sorry for my late response… Once I fixed some issue due to organization policy it’s working now.

Appreciate for your help

0reactions
Kotasudhakarreddycommented, Mar 9, 2022

closing due to lack of response. Please file a new issue if this is still a problem.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Azure functions deploying fail from VS Code - Stack Overflow
You can deploy your function by using command func azure functionapp publish <functionAppName> --build remote instead. Before run the command in ...
Read more >
Fail to deploy .net core function app using az ... - GitHub
When deploying a .net core function app to Azure Functions on Windows App Service Plan, the deployment fails if it requires changes in...
Read more >
Function App Deployment Fails but no errors in logs - MSDN
I attempted to deploy the function app to Azure using the Azure CLI using the following commands: $ az functionapp create --name ...
Read more >
Azure Function app not deployable. "Failed to deploy web ...
This has been working before, and is failing across all our Function Apps. It seems that it cannot get in contact with the...
Read more >
How to Deploy your Azure Functions Faster and Easily with ...
I will create the Azure Function App and storage using an Azure Resource Manager ... The only "new" thing is the last command...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found