dns - Custom domains for Azure Web App -
i'm trying set multiple custom domains our web app.
basically it's dynamic website checks url , displays specific content based on customer determined url.
let's have contoso.com our customer.
in order website work need , record poiting our server ip provided azure , txt record poiting mywebsite.azurewebsites.net.
but not enough, have go azure portal, , add hostname there, 'contoso.com', otherwise our customer 404 error.
my question is, can tell azure, our web app, accept hostname, not ones defined in azure portal?
i know can add hostnames via powershell or rest api, have thousands of customers , maintain.
no that's not possible. think, can have multiple sites running on same vm , they'll have same ip address. service requires each site register it's hostname ahead of time when request comes in, service knows site request should routed to.
Comments
Post a Comment