Can't create Azure subscription - and need a support plan ...

Matthias Fleschütz 26 Reputation points
2025-05-04T17:23:41.5166667+00:00

Hi Folx,

I am running into an issue with our test Azure tenant to create a subscription...and strangely enough - I need a support plan to get support from MSFT on Subscription issues...

Sorry MSFT - I need to pay to get support to be able to purchase your stuff...really?

Does anybody has an idea?

  • I have a Billing account + Profile setup up with credit card
  • We created two invoice sections
  • I create a new subscription, pick all items and click create and receive an error

Failed to create "MYPREFIX_alz_pltf-connectivity" subscription.
Sorry, we couldn't create "MYPREFIX_alz_pltf-connectivity" subscription, please try again or contact Azure Support

All public resources, KB / Learn pages, even Copilot didn't help.

Thanks a lot for any ideas.

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
3,344 questions
{count} votes

Accepted answer
  1. Srinivasa Reddy Jaggavarapu 1,015 Reputation points Microsoft External Staff Moderator
    2025-05-05T19:25:35.7733333+00:00

    Hi Matthias Fleschütz,

    Azure enforces rate limits on creating subscriptions to prevent abuse and ensure service availability. This is why you are encountering throttling (rate limit), after creating multiple subscriptions within a short time frame. The "TooManyRequests" error is Azure's way of signaling that you have hit this limit.

    Azure rate limits are usually temporary. They reset automatically after a cooling period, which can range from minutes to several hours (sometimes longer for subscription creation). Since you already waited 12+ hours, try again after 24 hours.

    When using the Azure Management API, implement retry logic with exponential backoff. This ensures your retries do not overwhelm the system.

    Sometimes, limits may be specific to your test tenant or directory. If possible, try creating the subscription in another tenant or check if policies like Management Group limitations are affecting subscription creation.

    Hope the above provided information help you resolve the issue, if you have any further concerns or queries, please feel free to reach out to us.

    Please click Accept Answer and upvote if the above was helpful.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.