pushed
zhengqunkoo/Luxuryshoppingwebsite • 10:00 AM - Feb 9, 2026
This change moves the app’s deployment flow away from hardcoded Azure values by running Terraform in CI, capturing outputs like the ACR login server, resource group, and web app name, and then using those values for image push and web app updates. The infrastructure config was also retargeted to a new Azure subscription, region, and resource naming scheme, including new ACR, web app, SQL server, and Key Vault identifiers. For developers, this makes the deployment path more portable across Azure environments and reduces manual config drift between infra and app delivery. Practical effect: pushes to main now provision/apply against the new subscription and deploy using the live Terraform-managed endpoints.
