microsoft / AzureSearch_JFK_Files

This repo contains the sample code of the Azure Search and Cognitive Services used to provide insights and analysis around the JFK Files.
MIT License
389 stars 225 forks source link

* Errors Running * #106

Open Digitalborg opened 3 years ago

Digitalborg commented 3 years ago

Greetings.

I am running Visual Studio 2019. The first error I receive while running the JfkWebApiSkills project is->you are using an outdated version of the Azure Functions core tools.

How can this be, I loaded them from the website and within Visual Studio 2019.

The second error I receive is: Host lock lease acquired by instance ID '00000000000000000000000033CEC973'. What does this indicate?

I look forward to hearing from someone.

Thanks.

Careyjmac commented 3 years ago

Are you trying to run the JfkWebApiSkills project locally on purpose? Note that in step 7 of the README instructions, it is said to make sure the run project is set to JfkInitializer, which is what will cause the demo to run successfully. However, there may be a reason you are trying to test the functions locally too, in which case I can look into this.