AI-102 Plan and manage an Azure AI solution Practice Question
Exhibit
{
"configurations": {
"default": [
{
"model": {
"provider": "AzureOpenAI",
"name": "gpt-4",
"version": "0613"
},
"connection_type": "Strong",
"system_prompt": "You are an AI assistant..."
}
]
}
}Refer to the exhibit. You are configuring an agent in Azure AI Foundry. The agent fails to start because the specified model is not available in the current Azure OpenAI resource. What should you do to resolve the issue?
⚠ Common exam trap
The trap here is that candidates might think modifying the system_prompt or changing a connection setting can fix a missing model deployment, but Azure OpenAI requires explicit model deployment before any resource can use it.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Deploy the gpt-4-0613 model in the Azure OpenAI resource
The agent fails to start because the specified model (likely gpt-4-0613) is not deployed in the Azure OpenAI resource. In Azure AI Foundry, agents require an existing model deployment to invoke; you cannot use a model that hasn't been deployed. Option B correctly resolves this by deploying the required model in the Azure OpenAI resource.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Modify the system_prompt to include the model version
Why it's wrong here
System prompt does not deploy models.
- ✓
Deploy the gpt-4-0613 model in the Azure OpenAI resource
Why this is correct
The model must be deployed before use.
- ✗
Change the connection_type to 'Weak'
Why it's wrong here
Connection type does not affect model availability.
- ✗
Change the provider to 'AzureAI'
Why it's wrong here
Provider must be AzureOpenAI for GPT models.
Visual reference
Go deeper
Related to this question
About these practice questions
One of 945 original AI-102 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
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.