Failure to complete Exercise - Create a new API in API Management from a function app - request for help
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
### **This is autogenerated. Please review and update as needed.**
## Describe the bug
**Command Name**
`az functionapp deployment source config-zip`
**Errors:**
```
HTTPSConnectionPool(host='orderfunction5468a60f5c.scm.azurewebsites.net', port=443): Read timed out. (read timeout=3)
Traceback (most recent call last):
python3.6/site-packages/urllib3/connectionpool.py, ln 387, in _make_request
six.raise_from(e, None)
, ln 2, in raise_from
python3.6/site-packages/urllib3/connectionpool.py, ln 383, in _make_request
httplib_response = conn.getresponse()
lib/python3.6/http/client.py, ln 1331, in getresponse
response.begin()
...
socket.timeout: The read operation timed out
python3.6/site-packages/requests/adapters.py, ln 529, in send
raise ReadTimeout(e, request=request)
requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='orderfunction5468a60f5c.scm.azurewebsites.net', port=443): Read timed out. (read timeout=3)
```
## 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 -g {} -n {} --src {}`
## Expected Behavior
## Environment Summary
```
Linux-4.15.0-1082-azure-x86_64-with-debian-stretch-sid
Python 3.6.5
Installer: DEB
azure-cli 2.5.1 *
```
## Additional Context
Contributor guide
Assessment
This issue has not been assessed yet.