简体   繁体   中英

Host Azure website application to another domain

Currently my application url is xyz.azurewebsites.net . I have to host that application to another domain like www.xyz.com . I have company's domain and I have to host from xyz.azurewebsite.net to company's domain.

I don't know how to host from azurewebsite.net to another domain.

Please suggest me proper steps.

Thanks!

I'd suggest you configure a custom domain name for your web site. Since you already have company's domain as the custom domian. You just need to do below two basic steps:

1.Create DNS records that map the domain to your Azure web app.

2.Add the domain name inside the Azure Portal .

Note: Setting a custom domain name is only available for the Shared , Basic and Standard modes for Web Apps. Before switching a web app from the Free mode to the Shared , Basic or Standard mode, you must first remove spending caps in place for your Web Apps subscription.

For detailed information, please refer to this MS article .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM