How to re-enable runbooks after an automation account was throttled?

Jared Kinneer 0 Reputation points
2024-08-13T14:45:00.92+00:00

I have a script that creates bacpac files for some sql databases and places them in blob storage once a day. This script also looks to remove files older than 30 days from blob storage. This script was using

Remove-AzureStorageBlob

instead of

Remove-AzStorageBlob

and as a result of an accumulation of incorrect API calls over time, the automation account for my subscription has been disabled and now no runbooks will execute. Is there a way to fix this issue without purchasing increased customer support access and contacting them to activate the account again?

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,252 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.