Named after a Mesopotamian reputed to know the cures to many incurable diseases. This is an accelerator for combining natural language queries and FHIR queries to assist medical research.
This pull request includes significant changes to the infrastructure and application configuration of the chat application, primarily focusing on the transition from a Python-based application to a .NET-based one. The changes also include modifications to the Azure resources used, such as the Azure Function and App Service, and updates to the application settings.
Key changes include:
Application Configuration:
azure.yaml: The application name and project paths have been updated to reflect the new .NET application. The Python-specific prepackage hooks have been removed and a new index-function service has been added.
Infrastructure Configuration:
infra/app/backend.bicep and infra/app/function.bicep: New parameters and resources have been added to support the .NET application. The appServicePlan and backend modules have been updated, and new storage and appServicePlanFunction resources have been added. [1][2][3]
infra/main.bicep: Numerous changes have been made to this file, including updates to the appServicePlan, backend, and function modules, and changes to the parameters and outputs. Notably, the appServicePlan kind has been changed from linux to windows, and the backend and function modules now reference the app/backend.bicep and app/function.bicep files respectively. [1][2][3][4][5][6][7][8][9]
This pull request includes significant changes to the infrastructure and application configuration of the chat application, primarily focusing on the transition from a Python-based application to a .NET-based one. The changes also include modifications to the Azure resources used, such as the Azure Function and App Service, and updates to the application settings.
Key changes include:
Application Configuration:
azure.yaml
: The application name and project paths have been updated to reflect the new .NET application. The Python-specificprepackage
hooks have been removed and a newindex-function
service has been added.Infrastructure Configuration:
infra/app/backend.bicep
andinfra/app/function.bicep
: New parameters and resources have been added to support the .NET application. TheappServicePlan
andbackend
modules have been updated, and newstorage
andappServicePlanFunction
resources have been added. [1] [2] [3]infra/main.bicep
: Numerous changes have been made to this file, including updates to theappServicePlan
,backend
, andfunction
modules, and changes to the parameters and outputs. Notably, theappServicePlan
kind has been changed fromlinux
towindows
, and thebackend
andfunction
modules now reference theapp/backend.bicep
andapp/function.bicep
files respectively. [1] [2] [3] [4] [5] [6] [7] [8] [9]Application Settings:
src/ChatApp/ChatApp.Server/appsettings.json
: TheENABLE_CHAT_HISTORY
setting has been removed.