Skip to content
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

Using 'Redeploy' command doesn't work, results in 'Failed to get status of deployment' message #1728

Open
bengrah-miller opened this issue May 14, 2024 · 2 comments

Comments

@bengrah-miller
Copy link

Hi there,

In the Deployments section of our service, you can see a list of deployments that have been done previously as well as the one that is active. If you right click on one of these items, you can Redploy that commit, I'm assuming meaning that you make that commit live as opposed to the latest commit that you've deployed.

However, when I try this, I get the following message:

2:48:39 PM MyApp-dev: Redeploying commit "bab3bd768e2f4b0ba27ffd1110058e86" to "MyApp-dev"...
12:49:44 PM: Error: Failed to get status of deployment.

Any ideas why this would be?

@nturinski
Copy link
Member

Hi @bengrah-miller

Do you know what your app's deployment configuration is? Redeploy only works if it's a git based deployment.

Also, could you let us know what kind of app this is? The azuretools team is responsible for both app service and functions, so I can't really tell which extension this is.

@bengrah-miller
Copy link
Author

Hi @nturinski - I hadn't realised it was a Git project related function, I thought it was used to redeploy an earlier commit. Basically we're using the VSCode extensions Azure Resources and Azure App Services. I was using the Re-deploy functionality thinking I could redeploy an earlier update if required:

image

The project we're getting this issue on isn't a Git-integrated project, it's just an app service.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants