MicrosoftLearning / mslearn-ai-document-intelligence

Lab files for Azure AI Document Intelligence modules
https://microsoftlearning.github.io/mslearn-ai-document-intelligence/
MIT License
80 stars 166 forks source link

03-Composed-model Setup.sh failed getting connectionString #13

Closed unaihuete93 closed 9 months ago

unaihuete93 commented 9 months ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce when executing bash setup.sh the script failed getting the connectionString, complaining about a non existent resource group

image

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

ivorb commented 9 months ago

@unaihuete93 in the instructions, line 33, we instruct you to use setup.ps1 which has the appropriate updates - the .sh was from a previous iteration. I'll remove the file so there's no confusion, thanks for pointing it out!

unaihuete93 commented 9 months ago

Sorry if I missed the details, I was following the Learn module (not the instructions in the repo) https://learn.microsoft.com/en-gb/training/modules/create-composed-form-recognizer-model/4-exercise-model image

ivorb commented 9 months ago

hmm there seems to be a mismatch - I replaced that file last week, but it appears it never published. My mistake, I'll chase that down. Thanks! gonna merge the PR for now, and I'll figure out the update issue