How to Create Resource using IoT Hub with Azure for Student subscription ?

27286062 20 Reputation points
2026-08-01T08:07:33.8066667+00:00

User's image

Hi there, can anyone help me how to create the resource with this issue ? i've been changing the region multiple times and try and error for every single region but none of it works.

Azure IoT Hub
Azure IoT Hub

An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.

0 comments No comments

Answer accepted by question author

Andreas Baumgarten 132.6K Reputation points MVP Volunteer Moderator
2026-08-01T13:52:57.89+00:00

Hi @27286062 ,

please navigate in the Azure Portal to https://portal.azure.com/#view/Microsoft_Azure_Policy/PolicyMenuBlade.MenuView/~/Assignments/%23view/Microsoft_Azure_Policy/PolicyMenuBlade/~/Assignments/undefined

please check the following policy:

User's image

In the list you can verify which regions are allowed for deployments in your Azure Subscription:

User's image

In the "Parameter value" of "allowedLocations" are the available Azure regions listed for your resources.


(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

Regards

Andreas Baumgarten

Was this answer helpful?

1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. AI answer

    2026-08-01T08:07:51.5466667+00:00

    Azure for Students subscriptions are restricted to a small set of allowed deployment regions. If IoT Hub creation fails with the policy message in every region tried, first verify the regions allowed for that subscription.

    Steps:

    1. In Azure portal, go to PolicyAssignments.
    2. Open the assignment named Allowed resource deployment regions.
    3. Check the Allowed locations parameter value.
    4. Create the IoT Hub only in one of those listed regions.

    If the selected region is allowed but IoT Hub still fails, use this creation path in the portal:

    1. Sign in to the Azure portal.
    2. Select + Create a resource.
    3. Select Internet of ThingsIoT Hub.
    4. On Basics, enter:
      • Subscription: Azure for Students
      • Resource group: existing or Create new
      • IoT hub name: globally unique, 3–50 alphanumeric characters, and - allowed
      • Region: one of the regions from the policy assignment
      • Tier: Free for testing if available
    5. Select Next: Networking and keep Public access if no special networking is needed.
    6. Select Next: Management and keep the defaults.
    7. Select Next: Add-ons and keep the defaults.
    8. Select Review + createCreate.

    Important details:

    • IoT Hub names are publicly discoverable as DNS endpoints, so avoid sensitive or personally identifiable information in the name.
    • The free tier is intended for testing and evaluation, allows up to 500 devices and 8,000 messages per day, and each Azure subscription can create one free-tier IoT Hub.

    If every allowed region still fails, the issue is likely the subscription’s region policy rather than the IoT Hub settings. In that case, the next step is to contact support, as indicated by the policy error shown in the portal.


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

    Was this answer helpful?

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.