File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
infra/templates/az-svc-data-integration-mlw Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ locals {
6464 acr_svc_princ_name = " ${ local . base_name } -acr-svc-principal" // container registry service principal
6565 app_svc_name_prefix = local. base_name_21
6666 auth_svc_name_prefix = " ${ local . base_name_21 } -au"
67- smpl_app_postfix = " app"
67+ smpl_app_postfix = " app"
6868 data_factory_name = " adf-cares-${ local . base_name_46 } "
6969 func_app_name_prefix = " func-cares-${ local . base_name_46 } " // Function app name (Max 60 chars)
7070 cosmos_account_name = " cosmos-cares-${ local . base_name_21 } " // Cosmos databse account name (max 44 chars)
@@ -73,7 +73,7 @@ locals {
7373 app_service_global_config = {
7474 aad_client_id = format (local. app_setting_kv_format , local. output_secret_map . aad-client-id )
7575 appinsights_key = format (local. app_setting_kv_format , local. output_secret_map . appinsights-key )
76- smpl_app_endpoint = format (" https://%s-%s.azurewebsites.net" , local. auth_svc_name_prefix , lower (local. smpl_app_postfix ))
76+ smpl_app_endpoint = format (" https://%s-%s.azurewebsites.net" , local. auth_svc_name_prefix , lower (local. smpl_app_postfix ))
7777 storage_account = module.sys_storage_account.name
7878 storage_account_key = format (local. app_setting_kv_format , local. output_secret_map . sys-storage-account-key )
7979 }
You can’t perform that action at this time.
0 commit comments