Unable to Create a Service Bus

sanskar sonwani 0 Reputation points
2026-08-19T06:23:24.9266667+00:00

Azure is disallowing the Student Subscription to create a Service bus Resource.

Azure Service Bus
Azure Service Bus

An Azure service that provides cloud messaging as a service and hybrid integration.

0 comments No comments

2 answers

Sort by: Oldest
  1. AI answer

    2026-08-19T06:23:42.3566667+00:00

    This is commonly caused by Azure for Students policy restrictions on allowed deployment regions, not by Service Bus itself.

    Try this:

    1. In Azure portal, open Policy > Assignments.
    2. Find the assignment named Allowed resource deployment regions or Allowed locations.
    3. Open the assignment and check the Parameter value for the list of regions allowed for that subscription.
    4. Create the Service Bus namespace again, but choose one of those allowed regions.

    When creating the namespace in the portal:

    1. Go to All services > Integration > Service Bus > Create.
    2. On Create namespace:
      • Select the correct Subscription.
      • Select or create a Resource group.
      • Enter a Namespace name that:
        • is unique across Azure
        • is 6 to 50 characters
        • uses only letters, numbers, and hyphens (-)
        • starts with a letter
        • ends with a letter or number
        • does not end with -sb or -mgmt
      • Choose an allowed Location from the policy assignment.
      • Select a pricing tier.

    If the namespace creation returns a message that the namespace does not exist, verify:

    • the correct Azure subscription is selected
    • the namespace name is spelled correctly
    • the namespace actually exists in that subscription

    If deployment is still blocked after selecting an allowed region, the subscription policy is preventing that resource deployment and a support request is required.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

  2. TP 163.1K Reputation points Volunteer Moderator
    2026-08-19T06:51:04.7733333+00:00

    Hi,

    Azure for Students restricts which regions you can deploy resources to. Typically you are restricted to five different regions, and these vary for each person.

    Please navigate to Azure Policy -- Authoring -- Assignments using link below:

    https://portal.azure.com/#view/Microsoft_Azure_Policy/PolicyMenuBlade/~/Assignments

    Click on assignment named Allowed resource deployment regions

    User's image

    Examine Allowed locations Parameter value for list of regions, similar to below (regions in screenshot are different than yours):

    User's image

    The regions shown in your Parameter value are the ones you are allowed to deploy resources to. Please try to create resources in one of these regions and let me know the results.

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

    Thanks.

    -TP

    Was this answer helpful?

    0 comments No comments

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.