Is it possible for the App service to respond to all domain names it receives? I really would like to be able to deploy an App Service plan, not a virtual machine. Note I'm not trying to create wildcard subdomains — this requires adding them through the Azure console. I am trying to accept any domain name that the application receives. Adding and verifying each domain is impractical.
I have a multi-user application, so for me it is very important that clients can use their own domain names.
I tried to add the * and. Domain, but it did not pass the verification.
source
share