microsoft / azurechat

🤖 💼 Azure Chat Solution Accelerator powered by Azure Open AI Service
MIT License
1.19k stars 1.08k forks source link

About Azure Template Configuration #214

Open chester1uo opened 11 months ago

chester1uo commented 11 months ago

Hello, I am deploying this project on Azure. However, I found that some services in the default Azure template is very expensive. The most cost service are Azure Cognitive Search and Azure App Service, can you provided the minimum requirements of these two services. The default config for Azure App Service is P0v3, I hope I can know the minimum CPU and memory requirements to run web app; and the default config for Azure Cognitive Search is standard s1, I wonder whether free plan for this service is adequate to run service.

riosengineer commented 11 months ago

Hi @Chester-Luo, please refer to the doc page here: https://github.com/microsoft/azurechat/blob/main/docs/1-introduction.md#azure-deployment-costs which lists at the very last paragraph how you can switch over to the free SKUs to save on costs.