-
Notifications
You must be signed in to change notification settings - Fork 128
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
MaxStorageAccountsCountPerSubscriptionExceeded
error when deploying storage test resources
#3959
Comments
the issue is gone. |
@danieljurek We always see this error recently. Is it possible increase the limit of storage account number in the subscription? |
@benbp and I have been looking into this. It's possible that there's a cluster of accounts deployed to the sub during that time... we'll need to look into it. Ben's digging in further. Thanks, Ben! |
@danieljurek storage accounts are created for live tests. But they are not immediately deleted after live tests finish. We'll run into this problem if we run live tests many times a day. Is there any way to do a manual clean-up? Or can you open a ticket to increase the limit of storage account number in West US region, to like 500 or 1000? that should be enough for sdk daily use. |
I only opened two new PRs today and I hit this problem again. |
Thanks for clarifying, @Jinming-Hu. Indeed I'm seeing that the "Remove test resources" step on a successful test job appears to be running against our "test resources" subscription instead of our "test resources - preview" subscription and not finding the resource group it intends to delete: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=1887090&view=logs&j=9c8c9cc9-6eb1-51e3-a573-73971cbc3c8b&t=fce11e25-7ef3-563a-0896-f206e1070429 It's not obvious from the run logs which subscriptions are targeted in each case, but the names suggest that the remove script is running against the wrong subscription. @benbp, perhaps @Jinming-Hu -- We do have a pipeline which cleans up "expired" resources but running that pipeline won't directly help in this specific case because the expiration date is set some hours in the future from when the resources are created... running it immediately after creating resources will not delete those resources. The pipelines should be deleting the resources they create after the tests finish running. |
The text was updated successfully, but these errors were encountered: