Missing git repository as specified in the exercies documentation

Arthur Zaslawski 15 Reputation points
2024-02-19T22:21:00.49+00:00

While working on the exercise for this module:
"Enrich a search index using Language Studio" I have encountered an issue.
The step:
"Create a function app to enrich your search index" is referring to a Git repository containing sample Function App:
"git clone https://github.com/MicrosoftLearning/mslearn-doc-intelligence movie-genre-function" Unfortunately this repository path returns a 404 message which prevents me from completing this exercise.

Azure Azure Training
{count} votes

3 answers

Sort by: Most helpful
  1. Huang Diamond 5 Reputation points
    2024-02-28T09:12:03.7433333+00:00

    I face the same issue, and I found other people face the same issues as well, so who can really solve this problem?!

    1 person found this answer helpful.

  2. Arthur Zaslawski 15 Reputation points
    2024-02-28T13:15:29.3+00:00

    Ok, so when executing git command from inside the VS Code, I get below message.
    But the command works when executed inside 'Cloud Shell' which is not in VS Code but in your browser (Azure Portal).

    E:\Projects\mslearn-knowledge-mining> git clone https://github.com/MicrosoftLearning/mslearn-doc-intelligence movie-genre-function Cloning into 'movie-genre-function'... info: please complete authentication in your browser... remote: Repository not found. fatal: repository 'https://github.com/MicrosoftLearning/mslearn-doc-intelligence/' not found

    1 person found this answer helpful.

  3. Arthur Zaslawski 15 Reputation points
    2024-02-20T03:29:20.17+00:00

    Thank you for quick answer.
    It is not a problem with Git repository nor the access as the repository is marked as "Public archive" so open to all.
    Following the Azure AI Engineer module: "Enrich an AI search index with custom classes" exercise instructions found here: https://microsoftlearning.github.io/mslearn-knowledge-mining/Instructions/Exercises/04-exercise-enrich-cognitive-custom-classes.html
    which is pointing to a repository, however the repository does not exist.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.