Popular Posts
-
Introduction I am writing this article as a result of my learning for deploying ASP.NET Core web applications on Linux boxes. There is a ...
-
When The Ringer, a sports and culture publication founded in June 2016 by former ESPN star Bill Simmons, jumped from Medium to Vox Media...
-
by Chris Burt on Thursday, October 6 2016 As the October 10 deadline approaches for non-binding offers for Host Europe Grou...
-
The first season of Westworld ended with one heck of a finale. Alongside the death of Anthony Hopkins' character, the Hosts rose up ...
-
Deutsche Telekom and United Internet are preparing rival bids for German web hosting provider Host Europe Group (HEG) ahead of an Oct. 10 ...
-
Online security is one of the biggest challenges in this hacker heavy digital arena. Security is the first parameter you should reinforc...
-
Advertisement A New Company With Less Experienced CIO Often Fumbles Between Options and Land to Odd Comparison Like Cloud Hosting vs Dedic...
-
(PRLEAP.COM) August 25, 2015 - While the company has offered Shared Hosting services since it was first established, the company decid...
-
This article is part of a web development series from Microsoft. Thank you for supporting the partners who make SitePoint possible. Ther...
-
Pokémon Uranium, a fan-made game featuring 150 new Pokémon, a new region, and more responsive menus, is no longer available through the ...
Blog Archive
- December (19)
- November (25)
- October (28)
- September (26)
- August (28)
- July (31)
- June (26)
- May (27)
- April (28)
- March (30)
- February (28)
- January (31)
- December (31)
- November (30)
- October (31)
- September (29)
- August (44)
- July (56)
- June (53)
- May (54)
- April (48)
- March (55)
- February (44)
- January (3)
- December (5)
- November (5)
- October (26)
- September (25)
- August (29)
- July (26)
- June (18)
- September (1)
About Me
Total Pageviews
Update DNS records to keep your website with your current hosting provider
If you manage your domain's Office 365 records at your DNS hosting provider, you don't have to worry about the steps in this topic. Your website stays where it is and people can still get to it.
Note: Not sure if you manage your domain's DNS records or Office 365 manages the records? Check out How Office 365 manages DNS records.
If you manage your domain's Office 365 records at your DNS hosting provider, you don't have to worry about the steps in this topic. Your website stays where it is and people can still get to it.
If Office 365 manages your DNS records, to route traffic to an existing public website hosted outside of Office 365, after you add your domain to Office 365, do the following.
Update DNS records in the Office 365 admin centerSign in to Office 365 with your work or school account.
Go to the Domains page.

On the Manage domains page, in the list of domains, select the domain you're using for your website, and then select DNS settings in the management pane.

If this option isn't available, see Can't update the A record or CNAME record?
Select + New custom record and enter the following:
For DNS type enter: A (Address)
For Host name or Alias, type the following: @
For IP Address, type the static IP address for your website where it's currently hosted (for example, 172.16.140.1).
This must be a static IP address for the website, not a dynamic IP address. Check with site where your website is hosted to make sure you can get a static IP address for your public website.
Select Save.
In addition, you can create a CNAME record to help customers find your website.
On the Manage domains page, in the list of domains, select the domain you're using for your website, and then select DNS Management in the management pane.
If this option is not available, see Can't update the A record or CNAME record?.
Select + New custom record and enter the following:
For DNS type enter: CNAME (Alias)
For Host name or Alias, type the following: www
For Points to address, type the fully qualified domain name (FQDN) for your website (for example, contoso.com).
Select Save.
Finally, do the following:
Update your domain's NS records to point to Office 365.
When the NS records have been updated to point to Office 365, your domain is all set up. Email will be routed to Office 365, and traffic to your website address will continue to go to your current website host.
Learn more about adding your domain to Office 365 and keeping your current website.
Update DNS records in the old Office 365 admin center
If Office 365 manages your DNS records, to route traffic to an existing public website hosted outside of Office 365, after you add your domain to Office 365, do the following.
Sign in to Office 365 with your work or school account.
Go to the Domains page.
On the Manage domains page, in the list of domains, select the domain you're using for your website, and then select Manage DNS > New > A (Address).
If this option isn't available, see Can't update the A record or CNAME record?.
On the Add a DNS record page, type the following:
For Host name or Alias, type the following: @
For IP Address, type the static IP address for your website where it's currently hosted (for example, 172.16.140.1).
This must be a static IP address for the website, not a dynamic IP address. Check with site where your website is hosted to make sure you can get a static IP address for your public website.
Select Save.
In addition, you can create a CNAME record to help customers find your website.
Select New > CNAME (Alias).
If this option is not available, see Can't update the A record or CNAME record?.
On the Add a DNS record page, type the following:
For Host name or Alias, type the following: www
For Points to address, type the fully qualified domain name (FQDN) for your website (for example, contoso.com).
Select Save.
Finally, do the following:
Update your domain's NS records to point to Office 365.
When the NS records have been updated to point to Office 365, your domain is all set up. Email will be routed to Office 365, and traffic to your website address will continue to go to your current website host.
Learn more about adding your domain to Office 365 and keeping your current website.
Source: Update DNS records to keep your website with your current hosting provider
0 comments:
Post a Comment