Share via

Can't make Automation account.

Sem van Deventer 20 Reputation points
2026-04-16T12:10:44.8966667+00:00

Hi,

So I'm trying to make an automation account.
I should be able to make an account in these given regions: ["polandcentral","swedencentral","uaenorth","switzerlandnorth","germanywestcentral"].

I can select these regions when creating an account but afterwards I get this error message: See inserted screenshot.User's image

How can I fix this??

Azure Automation
Azure Automation

An Azure service that is used to automate, configure, and install updates across hybrid environments.

0 comments No comments

Answer accepted by question author

  1. Suchitra Suregaunkar 13,785 Reputation points Microsoft External Staff Moderator
    2026-04-17T16:15:15+00:00

    Hello @Sem van Deventer@Sem van Deventer Thank you for reaching out and for sharing the screenshot.

    The error you're seeing is caused by an Azure Automation service-level restriction specific to Free Trial and Azure for Student subscriptions. Regardless of which regions your subscription's Azure Policy allows for general resource deployment, the Azure Automation service enforces its own stricter limit for these subscription types. Automation accounts can only be created in the following regions:

    • EastUS
    • EastUS2
    • WestUS
    • NorthEurope
    • SoutheastAsia
    • JapanWest

    This is documented here: Azure Automation subscription limits and quotas

    In your case, the regions assigned to your subscription by Azure Policy (polandcentral, swedencentral, uaenorth, switzerlandnorth, germanywestcentral) do not overlap with the Automation-allowed regions listed above which is why you're getting this error even though the portal lets you select those regions during creation.

    Please have a look into below provided resolution:

    1. Check if your subscription policy can be updated: Navigate to Azure Portal → Policy → Authoring → Assignments → "Allowed resource deployment regions" and check whether any of the Automation-allowed regions (e.g., NorthEurope, EastUS) are included. If not, and you have the ability to modify the policy, add at least one of those regions.
    2. If you cannot modify the policy : You may need to upgrade your subscription to a Pay-As-You-Go plan, which removes both the region restrictions and the one-Automation-account limit. You can do this from the Azure portal under Subscriptions → Upgrade. Your remaining student credits will still be consumed first before pay-as-you-go billing applies.

    An Azure Automation account does not need to be in the same region as the resources it manages. For example, an Automation account in NorthEurope can run runbooks against VMs in SwedenCentral or any other region without any issues.

    We have raised support case with Backend Billing team for further assistance on this issue.

    I hope this helps clarify the situation. Please let me know if you have any further questions.

    Thanks,

    Suchitra.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Jose Benjamin Solis Nolasco 7,996 Reputation points Volunteer Moderator
    2026-04-16T12:53:03.9566667+00:00

    Welcome to Microsoft Q&A

    Hello Sem van Deventer, I hope you are doing well

    The deployment failure you are encountering is due to a strict regional limitation enforced on specific Azure subscription tiers.

    While Azure Automation is globally available in regions like polandcentral and swedencentral, Microsoft explicitly restricts Azure Free Trial and Azure for Students subscriptions from provisioning Automation accounts in these newer or high-demand datacenters.

    Select one of the regions explicitly listed in your error message User's image, An Azure Automation account does not need to reside in the same region as the resources it is managing. An Automation account in North Europe can successfully run PowerShell runbooks against VMs in Sweden Central.

    😊 If my answer helped you resolve your issue, please consider marking it as the correct answer. This helps others in the community find solutions more easily. Thanks!


Your answer

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