-
Notifications
You must be signed in to change notification settings - Fork 7
Add new pusnotifications azure functions app #465
Conversation
prod/westeurope/internal/api/functions_pushnotifications/subnet/terragrunt.hcl
Outdated
Show resolved
Hide resolved
|
||
locals { | ||
commonvars = read_terragrunt_config(find_in_parent_folders("commonvars.hcl")) | ||
service_api_url = local.commonvars.locals.service_api_url |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Service api url is not used
|
||
locals { | ||
commonvars = read_terragrunt_config(find_in_parent_folders("commonvars.hcl")) | ||
service_api_url = local.commonvars.locals.service_api_url |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's not useful
...westeurope/internal/api/functions_pushnotifications/function_app_slot_staging/terragrunt.hcl
Outdated
Show resolved
Hide resolved
...westeurope/internal/api/functions_pushnotifications/function_app_slot_staging/terragrunt.hcl
Outdated
Show resolved
Hide resolved
prod/westeurope/internal/api/functions_pushnotifications/function_app/terragrunt.hcl
Outdated
Show resolved
Hide resolved
…ion_app_slot_staging/terragrunt.hcl Co-authored-by: Walter Traspadini <walter.traspadini@pagopa.it>
…ion_app_slot_staging/terragrunt.hcl Co-authored-by: Walter Traspadini <walter.traspadini@pagopa.it>
…ion_app/terragrunt.hcl Co-authored-by: Walter Traspadini <walter.traspadini@pagopa.it>
…t/terragrunt.hcl Co-authored-by: Pasquale De Vita <59291437+pasqualedevita@users.noreply.github.com>
...westeurope/internal/api/functions_pushnotifications/function_app_slot_staging/terragrunt.hcl
Outdated
Show resolved
Hide resolved
@balanza we reached max length for storage account named
|
🤦 I'd say |
I prefer |
Not yet, I'm doing the fix |
@gquadrati @balanza there was an issue on function_app_slot
|
Status: applied |
Add the configurations for a brand new Azure Functions dedicated to consume push notifications-related messages.
This app is basically a copy of
functions_app_async
which is meant to only consume messages passed throughnotification_queue
. In the long run, such app will be replaced by this one (for the part regarding push notifications).Notable differences:
12.18.0
instead of10.14.1
;Application code is found at https://github.com/pagopa/io-functions-pushnotifications