MicrosoftLearning / MicrosoftLearning/mslearn-genaiops

Learning Path 12-02: Compare language models from the model catalog - Issue

Open Beginner friendly
#39 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Bicep
Stars
12
Forks
36
PR merge metrics
No merged PRs in 30d

Description

Learning Path 12-02: Compare language models from the model catalog
Exercise: Compare language models from the model catalog
Task: Create an Azure AI hub and project
Step: 7 - Next, enter the following command to run the Starter template. It will provision an AI Hub with dependent resources, AI project, AI Services and an online endpoint. It will also deploy the models GPT-4o, and GPT-4o mini.

Running the command in Step 7. azd up will fail as the template file is trying to deploy GPT-4o and GPT-4o mini. It returns an error stating they were deprecated on 3/31/2026.

To workaround this, I had the user manually edit the ai.yaml file once it had been cloned from the GH repo to use GPT-4.1 and GPT-4.1 mini using version "2025-04-014" for both.

Relevant screenshots
Image Image Image
Do you want to help us fix the issue even faster? 👏

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by opening the ai.yaml file in the cloned Starter template and inspect the model deployment entries used by Step 7. Run azd up after updating the deprecated GPT-4o and GPT-4o mini entries; done means the template provisions successfully without requiring manual edits or producing the deprecation error.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure
Domain
ai, cloud
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.