The answer is that the hub and project are in different Azure regions, which directly causes the AI Foundry hub project region mismatch error during ARM template deployment. This occurs because in Azure AI Foundry, the project is a child resource of the hub and must inherit the hub’s location property; Azure enforces regional affinity to ensure low-latency communication for metadata storage and compute orchestration, and any deviation triggers a deployment failure. On the Microsoft Azure AI-102 exam, this concept tests your understanding of resource hierarchy and regional constraints in Foundry, often appearing as a trap where you might overlook the inherited location requirement. A common memory tip is to think of the hub as the “parent” that dictates the region—just as a child lives in the same home as its parent, the project must reside in the hub’s region.
AI-102 Plan and manage an Azure AI solution Practice Question
This AI-102 practice question tests your understanding of plan and manage an azure ai solution. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
Refer to the exhibit. You are deploying an AI project in Microsoft Foundry using an ARM template. The deployment fails with an error indicating that the hub resource is not in the same region. What is the most likely cause?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue: "most likely"
Why it matters: Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
The hub and project are in different Azure regions
In Azure AI Foundry, the hub and project resources must reside in the same Azure region because the project is a child resource of the hub and relies on the hub's regional endpoint for metadata storage and compute orchestration. The ARM template deployment fails with a region mismatch error when the location property of the project specifies a different region than the hub's location, as Azure enforces regional affinity for child resources to ensure low-latency communication and data residency compliance.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
✗
The resource group for the hub is different from the project's resource group
Why it's wrong here
Resource groups can differ; region must match.
✗
The identity type is SystemAssigned, but the hub requires UserAssigned
Why it's wrong here
SystemAssigned identity is valid and does not cause region mismatch.
✓
The hub and project are in different Azure regions
Why this is correct
Project must be in same region as its hub.
Clue confirmation
The clue word "most likely" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
✗
The location property is misspelled in the template
Why it's wrong here
Location property is correctly specified as eastus.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates confuse resource group boundaries with regional boundaries, assuming that resources in different resource groups cannot be linked, when in fact Azure allows cross-resource-group parent-child relationships as long as the regions match.
Detailed technical explanation
How to think about this question
Under the hood, Azure AI Foundry hubs are regional resources that provision a managed endpoint (e.g., `https://<hub-name>.cognitiveservices.azure.com`), and projects inherit this endpoint for AI service consumption. The ARM template's `dependsOn` element ensures the hub is deployed first, but the project's `location` property must match the hub's location exactly; otherwise, the Resource Manager rejects the deployment with a `BadRequest` error citing region mismatch. In real-world scenarios, this often occurs when copying templates across environments (e.g., from East US to West Europe) without updating the location property for all child resources.
KKey Concepts to Remember
Read the scenario before looking for a memorised answer.
Find the constraint that changes the correct option.
Eliminate answers that are true in general but not in this case.
TExam Day Tips
→Watch for words such as best, first, most likely and least administrative effort.
→Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A media company stores terabytes of video archives that are accessed once a year for audit purposes. Moving these objects to a cold storage tier (Azure Archive, S3 Glacier, or Google Nearline) costs a fraction of hot storage. Questions like this test whether you understand storage tiers, access frequency tradeoffs, and retrieval latency requirements.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
Plan and manage an Azure AI solution — This question tests Plan and manage an Azure AI solution — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: The hub and project are in different Azure regions — In Azure AI Foundry, the hub and project resources must reside in the same Azure region because the project is a child resource of the hub and relies on the hub's regional endpoint for metadata storage and compute orchestration. The ARM template deployment fails with a region mismatch error when the location property of the project specifies a different region than the hub's location, as Azure enforces regional affinity for child resources to ensure low-latency communication and data residency compliance.
What should I do if I get this AI-102 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
Are there clue words in this question I should notice?
Yes — watch for: "most likely". Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
This AI-102 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AI-102 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.