@@ -293,24 +293,24 @@ function_apps = {
293293 docker_CI_enable = " true"
294294 docker_img_prefix = " cohort-manager"
295295
296- enable_appsrv_storage = " false"
297- ftps_state = " Disabled"
298- https_only = true
299- http2_enabled = true
300- remote_debugging_enabled = false
301- worker_32bit = false
302- health_check_path = " /api/health"
296+ enable_appsrv_storage = " false"
297+ ftps_state = " Disabled"
298+ https_only = true
299+ http2_enabled = true
300+ remote_debugging_enabled = false
301+ storage_uses_managed_identity = true
302+ worker_32bit = false
303+ health_check_path = " /api/health"
303304
304305 fa_config = {
305306
306307 ReceiveCaasFile = {
307- name_suffix = " receive-caas-file"
308- function_endpoint_name = " ReceiveCaasFile"
309- app_service_plan_key = " NonScaling"
310- db_connection_string = " DtOsDatabaseConnectionString"
311- service_bus_connections = [" internal" ]
312- storage_account_env_var_name = " caasfolder_STORAGE"
313- storage_uses_managed_identity = true
308+ name_suffix = " receive-caas-file"
309+ function_endpoint_name = " ReceiveCaasFile"
310+ app_service_plan_key = " NonScaling"
311+ db_connection_string = " DtOsDatabaseConnectionString"
312+ service_bus_connections = [" internal" ]
313+ storage_account_env_var_name = " caasfolder_STORAGE"
314314 app_urls = [
315315 {
316316 env_var_name = " ExceptionFunctionURL"
@@ -364,12 +364,11 @@ function_apps = {
364364 }
365365
366366 RetrieveMeshFile = {
367- name_suffix = " retrieve-mesh-file"
368- function_endpoint_name = " RetrieveMeshFile"
369- app_service_plan_key = " NonScaling"
370- key_vault_url = " KeyVaultConnectionString"
371- storage_account_env_var_name = " caasfolder_STORAGE"
372- storage_uses_managed_identity = true
367+ name_suffix = " retrieve-mesh-file"
368+ function_endpoint_name = " RetrieveMeshFile"
369+ app_service_plan_key = " NonScaling"
370+ key_vault_url = " KeyVaultConnectionString"
371+ storage_account_env_var_name = " caasfolder_STORAGE"
373372 app_urls = [
374373 {
375374 env_var_name = " ExceptionFunctionURL"
@@ -383,13 +382,12 @@ function_apps = {
383382 }
384383
385384 ProcessNemsUpdate = {
386- name_suffix = " process-nems-update"
387- function_endpoint_name = " ProcessNemsUpdate"
388- app_service_plan_key = " NonScaling"
389- key_vault_url = " KeyVaultConnectionString"
390- storage_account_env_var_name = " nemsmeshfolder_STORAGE"
391- storage_uses_managed_identity = true
392- service_bus_connections = [" internal" ]
385+ name_suffix = " process-nems-update"
386+ function_endpoint_name = " ProcessNemsUpdate"
387+ app_service_plan_key = " NonScaling"
388+ key_vault_url = " KeyVaultConnectionString"
389+ storage_account_env_var_name = " nemsmeshfolder_STORAGE"
390+ service_bus_connections = [" internal" ]
393391 app_urls = [
394392 {
395393 env_var_name = " ExceptionFunctionURL"
@@ -1184,12 +1182,11 @@ function_apps = {
11841182 }
11851183
11861184 NemsMeshRetrieval = {
1187- name_suffix = " nems-mesh-retrieval"
1188- function_endpoint_name = " NemsMeshRetrieval"
1189- app_service_plan_key = " NonScaling"
1190- key_vault_url = " KeyVaultConnectionString"
1191- storage_account_env_var_name = " nemsmeshfolder_STORAGE"
1192- storage_uses_managed_identity = true
1185+ name_suffix = " nems-mesh-retrieval"
1186+ function_endpoint_name = " NemsMeshRetrieval"
1187+ app_service_plan_key = " NonScaling"
1188+ key_vault_url = " KeyVaultConnectionString"
1189+ storage_account_env_var_name = " nemsmeshfolder_STORAGE"
11931190 app_urls = [
11941191 {
11951192 env_var_name = " ExceptionFunctionURL"
0 commit comments