You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
wwlorey
changed the title
Issue while deploying azure function app with Private end point using VS code
Function app deployment continued past our extension's timeout and was successful
Mar 17, 2022
We're currently investigating deployment in general due to this issue: #2844. Unfortunately no update on this particular issue, but we'll keep you posted.
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
The text was updated successfully, but these errors were encountered: