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
When running the
TailwindTraders.Website/Deploy/DeployWebAKS.ps1script, it fails with the message:It appears that the email variable on line 148 is incorrect in the call:
It does not have a "--set" and also uses the $email variable and not the $acsEmail variable