We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af95e0c + 9d763b4 commit 6c067a3Copy full SHA for 6c067a3
2 files changed
README.md
@@ -88,7 +88,7 @@ ng update @angular/cli @angular/core
88
89
## History
90
91
-- 2025-12-07 Updated to Angular 21
+- 2025-12-07 Updated to .NET 10 and Angular 21
92
- 2025-11-02 Added bootstrap, improved UI (style), created app registration for BFF app using terraform
93
- 2025-11-01 Added security.txt, added OpenAPI
94
- 2025-10-31 Updated to Angular CLI and Angular 20.3.0, using vite in dev
iac/main-appsrv.tf
@@ -33,11 +33,6 @@ resource "azurerm_linux_web_app" "appsrv" {
33
"MicrosoftEntraID__ClientSecret" = azuread_application_password.aadapppwd.value
34
}
35
)
36
- lifecycle {
37
- ignore_changes = [
38
- site_config["application_stack"]
39
- ]
40
- }
41
42
43
# Azure App Service custom domain and SSL certificate
0 commit comments