AI-102 Implement generative AI solutions Practice Question
Network Topology
Refer to the exhibit. An administrator runs this Azure CLI command to deploy a GPT-4 model in Azure AI Foundry. The command fails with an error that the deployment name already exists. What should the administrator do to resolve the issue?
⚠ Common exam trap
Watch out — candidates often think the error is about model availability or SKU constraints, but the error explicitly states 'deployment name already exists,' which is a naming conflict, not a capacity or version issue.
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
✓
Use a different deployment name or delete the existing deployment.
The error message indicates that a deployment with the same name already exists in the Azure AI Foundry workspace. In Azure AI Foundry, deployment names must be unique within a workspace. The correct resolution is to either choose a different deployment name or delete the existing deployment before re-running the command. This aligns with the Azure CLI behavior where resource names (including AI model deployments) must be unique per scope.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Use a different deployment name or delete the existing deployment.
Why this is correct
Deployment names must be unique within an Azure AI Foundry resource.
- ✗
Specify a different resource group.
Why it's wrong here
The resource group is not the issue; the deployment name is.
- ✗
Remove the --sku-name parameter.
Why it's wrong here
The --sku-name parameter is required.
- ✗
Use a different model version.
Why it's wrong here
The model version is not the cause of the name conflict.
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.