-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
az webapp up ZIP deployment fails, possibly due to yarn install #21752
Comments
route to CXP team |
It is more than 24h that this paid service is down. An update to this issue would be helpful.. |
@Nikostito I would recommend creating a support case as well , since this is a paid service & the feature team can look at the runtime failure in the deployment. This is not a CLI command issue, specifically, so we won't be able to resolve this. |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @antcp, @AzureAppServiceCLI. Issue DetailsThis is autogenerated. Please review and update as needed.Describe the bugCommand Name Errors:
To Reproduce:Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
Expected BehaviorThe webapp should be uploaded via zip and the AppService should start. From the log I attached below is seems like zip upload is successfull but yarn install fails! Environment Summary
Additional ContextHere's a log I manged to get from Azure VsCode Plugin (Az Portal shows no logs whatsoever)
|
If I do my deployment, through vscode which does the deployment though azure cli v1.0 (azure site deploymentscript command) the deployment zip uploads fine. The problem exists with azure cli v2.0 (az command). Please give the proper attention to this issue. There are another 6 open issues here on github outlining the same problem... |
Please update to the latest CLI version and confirm if this is still an issue. |
@seligj95 I have the latest Azure CLI(2.43.0) version on macOS and I faced the same issue. |
@seligj95 since this is happening on the worker, this is not a CLI issue, we suspect this might be networking related (can't reach YARN because of Firewall? or other network config blocking this.) |
Closing this as this is not a CLI issue and not able to repro on my side |
This is autogenerated. Please review and update as needed.
Describe the bug
Command Name
az webapp up
Errors:
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
az webapp up --name {} --runtime {}
Expected Behavior
The webapp should be uploaded via zip and the AppService should start.
Was working fine until 21 of March 2022.
From the log I attached below is seems like zip upload is successfull but yarn install fails!
Environment Summary
Additional Context
Here's a log I manged to get from Azure VsCode Plugin (Az Portal shows no logs whatsoever)
It seems to me that zip file gets uploaded correctly but then yarn install fails. Again this command is part of a workflow which was working fine for 3 weeks now. Latest deployment was performed yesterday (21 of March 2022), so it is probably a change that happened on 22 of March that broke this.
Also, in this issue thread, #11261 , users experience the same behaviour. Last mention was 4 days ago, but the issue is closed.
The text was updated successfully, but these errors were encountered: