This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Description
When running the TailwindTraders.Website/Deploy/DeployWebAKS.ps1 script, it fails with the message:
Deploying web chart
Error: unknown flag: --email
It appears that the email variable on line 148 is incorrect in the call:
--set acsConnectionString=$acsConnectionString --email=$email
It does not have a "--set" and also uses the $email variable and not the $acsEmail variable