Azure / enterprise-azureai

Unleash the power of Azure AI to your application developers in a secure & manageable way with Azure API Management and Azure Developer CLI.
MIT License
80 stars 38 forks source link

[Question] Running on local environment #71

Open mkelada-avanade opened 3 months ago

mkelada-avanade commented 3 months ago

Hello,

I'm looking for instructions for how to run the front end locally without the services being deployed to Azure. Is there a way to have the front end point at an api that is running locally on my machine?

azureholic commented 2 months ago

hi @mkelada-avanade There is no scenario where you can run the code "as-is" locally. You can run the chatapp local, but it has a dependency on APIM, CosmosDb and AppConfiguration

If you just want a chat app, you might have look for a different repo

We have adopted https://github.com/microsoft/azurechat and adapted it to this repo, but obviously the original code has also dependencies on Azure resources.