Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ng update @angular/cli @angular/core

## History

- 2025-12-07 Updated to Angular 21
- 2025-12-07 Updated to .NET 10 and Angular 21
- 2025-11-02 Added bootstrap, improved UI (style), created app registration for BFF app using terraform
- 2025-11-01 Added security.txt, added OpenAPI
- 2025-10-31 Updated to Angular CLI and Angular 20.3.0, using vite in dev
Expand Down
5 changes: 0 additions & 5 deletions iac/main-appsrv.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ resource "azurerm_linux_web_app" "appsrv" {
"MicrosoftEntraID__ClientSecret" = azuread_application_password.aadapppwd.value
}
)
lifecycle {
ignore_changes = [
site_config["application_stack"]
]
}
}

# Azure App Service custom domain and SSL certificate
Expand Down