Open briansok71 opened 1 year ago
Michael and Nicholas can implement on the 3 Azure Function apps
Values were never hard-coded in the function apps Application configuration was done per Function App in their Configuration In conjunction with the work in CDCgov/data-exchange-fhir#148 configuration has been moved to a single consolidated Azure App Configuration store
All paths to FHIR service, service bus queues, data lake containers should be configured in Function app settings instead of hard-coded. The functions can read from app settings configuration using environment variables, but prefer dependency injecting IConfiguration (see example below):
Startup.cs
SomeFunction.cs