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

Deployment name conflict #29

Open
danmelamed opened this issue Jul 6, 2016 · 7 comments
Open

Deployment name conflict #29

danmelamed opened this issue Jul 6, 2016 · 7 comments
Labels

Comments

@danmelamed
Copy link
Contributor

dmdp2 failed with

Unable to edit or replace deployment 'Management_Center': previous deployment from '7/6/2016 8:21:16 PM' is still active (expiration time is '7/13/2016 8:21:15 PM'). Please see https://aka.ms/arm-deploy for usage details. (Code: DeploymentActive)

This is odd in several ways:

  • There are no errors in the audit log.
  • The timestamp is in the future
  • I'm certain that there is no such RG at the moment.
  • The name of the deployment seems too generic -- 'Management_Center'. Do we not add unique IDs to deployment names?
  • The RG thinks the deployment was successful. I can see the MC in my browser, but when I try to log in I get a runtime error.
@danmelamed danmelamed added the bug label Jul 6, 2016
@danmelamed danmelamed added this to the R0 milestone Jul 6, 2016
@lhoang29
Copy link
Contributor

lhoang29 commented Jul 7, 2016

Ah I had some pending changes to fix this but it made the template unreadable. I'm checking if it's possible to use timestamp...

@sidsen
Copy link
Contributor

sidsen commented Jul 7, 2016

Louie, can you clarify your statement above? Are you saying this was caused by some temporary changes you made that have since been fixed? (I don't really understand the issue here, it seems like an ARM error message?)

@lhoang29
Copy link
Contributor

lhoang29 commented Jul 7, 2016

I was about to make the deployment names unique but that required using too many macros that made the template unreadable. Gonna see if there's a better way to do it.

@sidsen
Copy link
Contributor

sidsen commented Jul 7, 2016

But we've used the same names in multiple deployments in the past without trouble... seems like something else went wrong with Dan's deployment?

@lhoang29
Copy link
Contributor

lhoang29 commented Jul 7, 2016

probably multiple deployments going on at the same time.

@lhoang29
Copy link
Contributor

lhoang29 commented Jul 8, 2016

@sidsen, @danmelamed are you guys ok with moving this to post R0 milestone? I can fix it but the template will look rather unreadable since every deployment name is going to contain macros in it (for uniqueness). Concurrent deployments will probably not happen that often for our users either.

@danmelamed
Copy link
Contributor Author

Yes :)

@lhoang29 lhoang29 removed this from the R0 milestone Jul 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants