I face the same issue, and I found other people face the same issues as well, so who can really solve this problem?!
Missing git repository as specified in the exercies documentation
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
3 answers
Sort by: Most helpful
-
-
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
-
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.