I am running this command in the cli
First attempt is Successful
az staticwebapp hostname set -n MyApp --hostname subdomain1.example.com
Second attempt is Successful
az staticwebapp hostname set -n MyApp--hostname subdomain2.example.com
Third attempt is Not Successful
az staticwebapp hostname set -n MyApp--hostname subdomain3.example.com
Error The maximum number of custom domains allowed for this static site is 2
Can you please increase it to 3 or 5. I only need to add 1 more :) :) :)