Function app deployment continued past our extension's timeout and was successful
Azure function app is being deployed from VScode. Function app has private end point enabled. We are trying to deploy the function app with vs code. The deployments are pushed to the function app but vscode is not reflecting the proper status the console. The Console is throwing error after 10 minutes but the deployments were successful.
Below are the log from Console
09:08:31 myfnappforprivateendpoint: Starting deployment... 09:08:41 myfnappforprivateendpoint: Creating zip package... 09:09:43 myfnappforprivateendpoint: Zip package size: 908 MB
09:18:41: Error: request to https://myfnappforprivateendpoint.scm.azurewebsites.net/api/zipdeploy?isAsync=true&author=VS%20Code failed, reason: connect ETIMEDOUT 10.0.0.5:443
Any update on this issue?
We're currently investigating deployment in general due to this issue: https://github.com/microsoft/vscode-azurefunctions/issues/2844. Unfortunately no update on this particular issue, but we'll keep you posted.