Azure Static Web Apps custom domain limit is 2

Alexei Sapozhnikov 1 Reputation point
2021-04-25T03:57:18.973+00:00

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 :) :) :)

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
594 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,875 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
762 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 18,286 Reputation points
    2021-04-27T14:00:54.797+00:00

    Thanks for reaching here! As mentioned in the Quotas exist for Azure Static Web Apps Preview that a quota about custom domain setting is 1 for free plan. which plan you are using?
    Also, the best way to share your feedback would be to create a User Voice feedbackitem and upvote it. The product group monitors this site for feedback. This is the best way to ensure you are heard and you may receive a response depending on how much they information they can currently share.

    0 comments No comments

  2. Piotr Czyz 1 Reputation point
    2021-12-17T11:30:53.57+00:00

    Is there a solution to use more than 5 custom domains for Static Web Apps? It is no-go for us if it won't be possible.

    0 comments No comments