Skip to content

feat: add frontend settings to app service#138

Draft
StefanH114 wants to merge 1 commit intomainfrom
137-feature-add-frontend-parameters-to-terraform-deployment
Draft

feat: add frontend settings to app service#138
StefanH114 wants to merge 1 commit intomainfrom
137-feature-add-frontend-parameters-to-terraform-deployment

Conversation

@StefanH114
Copy link
Contributor

close #137

This pull request adds support for customizing the application's browser tab title and favicon through new Terraform variables. These changes allow users to specify a custom app title and favicon URL, which are then passed as environment variables to the backend web app.

New customization options:

  • Added app_title and favicon_url as optional variables in variables.tf, allowing users to set a custom browser tab title and favicon via Terraform configuration.
  • Updated locals.tf to include the new app_title and favicon_url variables in the local values.
  • Modified the azurerm_linux_web_app.backend resource in main.tf to pass Frontend__AppTitle and Frontend__FaviconUrl environment variables to the backend, enabling the frontend to display the custom title and favicon.

@StefanH114 StefanH114 linked an issue Jan 27, 2026 that may be closed by this pull request
1 task
@c4a8-sonarqube
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Add frontend parameters to Terraform Deployment

1 participant