Closed andrie closed 8 years ago
To delete multiple services, e.g. duplicates with the same name, is slow because of the call to refresh().
refresh()
Good idea. However, I seem to often hit the Azure rate-limiting error when deleting lots of services in a loop.
A
To delete multiple services, e.g. duplicates with the same name, is slow because of the call to
refresh()
.