-
Notifications
You must be signed in to change notification settings - Fork 73
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
Deleted App Configuration Services are not releasing name #264
Comments
AppConfiguration doesn't guarantee releasing the name immediately after deleting of the resource. It's by design. |
@drago-draganov If we cant be guaranteed a name that was previously removed it causes anti-patterns to be used in DevOps pipelines. Is there anything in the backlog that will remove this constraint from the service? Its much like the "configurable" option of Soft Delete for Key Vaults, I propose the same for the app config service. |
The name will be released asynchronously. To rely on name availability after delete is a bit slippery. There is always a gap between delete and create. The race condition window has non-zero width. There is always possibility that the name can be taken in between, even if released synchronously. Soft delete is in the works. |
We have also been experiencing the same issue. While we appreciate that it is done asynchronously, there should be some reasonable expectation that a resource that has been deleted for a number of hours would have released a resource name. If this is not the case, perhaps there should be more documentation/warnings given to end users to indicate this case. |
Absolutely! The name certainly should be available within a few minutes (<< 1 hour). In the past week or so we had to disable releasing the name for a different reason. This week that problem should be addressed and I'm expecting going back to normal. I do apologize for the inconvenience. Thanks for you patience! |
@drago-draganov thanks for that. As some feedback, at the time of writing, we are still seeing these name holding issues as of today...7 hours after deletion of the resource in Australia Central region...in case you are expecting it to already be resolved :) |
@wahyuen |
I'm seeing this issue for App Configuration resources deleted days ago in North Europe |
@podgito |
Rolling the update is completed for Australia East and North Europe regions. It would be great if you check again. Thanks again for your patience! |
@drago-draganov name reservation seems to be resolved in Australia East...thanks! |
Thanks for confirming, @wahyuen |
Timeline
Info
Repo Steps
Expected Results:
Actual Results:
The text was updated successfully, but these errors were encountered: