-
Notifications
You must be signed in to change notification settings - Fork 216
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
AZD deploy getting stuck on (Uploading deployment package) as of 2024/02/24 #4844
Comments
I am running into a similar issue when deploying a streamlit application to Azure App Service. |
Your observations does seem to be conclusive here, App Service isn't behaving the way we'd expect it to. The general troubleshooting strategy I'd recommend is to open up the App Service resource in Azure and navigate to deployment logs. There may be more detailed logs there. If more help is needed at any point, an Azure support request may also be useful avenue. |
We recently started trying to use azd to deploy to app service inside our pipelines and have been seeing this issue intermittently (azd provision being stuck for 5-30mins before succeeding). We haven't tested running |
@rajasekaran2003 In the latest round of manual testing of azd, there is a same issue. Environment:
|
@JeffreyCA can you help triage this? |
Output from
azd version
Run
azd version
and copy and paste the output here:azd version 1.12.0 (commit dc37b93)
Describe the bug
Deploying multiple services with AZD up to azure appservice the second service (add likely 3rd) gets stuck on
To Reproduce
use an azure.yaml like this
Expected behavior
A clear and concise description of what you expected to happen.
Environment
Information on your environment:
* Language name and version: c#, sdk 9.0.200, OS Ubuntu 22.04
* IDE and version : No IDE, using CLI via Azure Devops Pipelines
Additional context
Add any other context about the problem here.
When splitting out the deployment from
azd up
todeployment succeeds.
Secondly this appears to be an azure api issue? as when I apply --debug the second service gets stuck in this loop
The text was updated successfully, but these errors were encountered: