Azure Cloud - creating Automation Account - Bad request error

Arek 45 Reputation points
2024-01-27T16:19:17.2633333+00:00

I found a problem while creating an Automation Account either with use of Azure Portal or with use of Power Shell. I get the same error "Bad request" - description "Message":"Something went wrong. Please contact support."} (code: BadRequest)" The command I use in PowerShell is New-AzAutomationAccount -Name 'Azure-AA' -Location 'EastUS' -ResourceGroupName 'Azure-AA-RG' I can't figure out what is wrong and why I can't create an Automation Account?

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

2 answers

Sort by: Most helpful
  1. Ryan Hill 25,821 Reputation points Microsoft Employee
    2024-02-10T16:27:52.33+00:00

    Hello @Arek and others, The product team as identified the underlying issue and is working to have it fixed February 20th. Apologies for the inconvenience this has caused.

    1 person found this answer helpful.

  2. Troy C 0 Reputation points
    2024-03-03T21:41:46.3633333+00:00

    If it's any help to people still experiencing this issue: I was advised by Microsoft that the problem was due to my subscription originally being a free trial.

    To get around the problem, I had to create a brand new subscription that was Pay-as-you-go from the beginning and delete the other subscription. Then the error went away.

    0 comments No comments