Hi Team,
I have an Azure Website which I am selling as a SAAS. My problem is that currently Azure App Service has a hard limit of maximum 500 sub-domains that I can create under a single App Service. All my 500 sub domains points to the same App Service and based on the sub-domain name, I am dynamically changing the UI.
My problem is that because of this hard limit of 500, I am not able to scale my application further and as a temporary workaround I had to create another instance of App Service with duplicate code although this is a wrong approach.
Hence I was wondering if your team can assist in this issue or increase my sub domain limit to 1500 so that I can sell my SAAS model better.