Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
add an app setting to see if a second deploy works
Browse files Browse the repository at this point in the history
Co-Authored-By: Samuel Aquino <[email protected]>
  • Loading branch information
somesylvie and saquino0827 committed Aug 26, 2024
1 parent 9c07872 commit 4603a6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions operations/template/app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ resource "azurerm_linux_web_app" "sftp" {
AZURE_KEY_VAULT_URI = azurerm_key_vault.key_storage.vault_uri
FLEXION_CLIENT_NAME = "flexion.simulated-lab"
QUEUE_MAX_DELIVERY_ATTEMPTS = azurerm_eventgrid_system_topic_event_subscription.topic_sub.retry_policy.0.max_delivery_attempts # making the Azure container <-> queue retry count be in sync with the queue <-> application retry count..

AN_APP_SETTING_TO_TRIGGER_REBUILD = "hello world"
}

sticky_settings {
Expand Down

0 comments on commit 4603a6c

Please sign in to comment.