forked from joostdenijs/azure-content
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
283 additions
and
22 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+26.1 KB
articles/media/web-sites-custom-domain-name/godaddy-quickaddcname.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<properties title="Custom domain name" pageTitle="Configuring a custom domain name for a Microsoft Azure web site" metaKeywords="Windows Azure, Windows Azure Web Sites, domain name" description="" services="Web Sites" documentationCenter="" authors="" /> | ||
|
||
#Configuring a custom domain name for an Azure web site (eNom) | ||
|
||
<div class="dev-center-tutorial-selector sublanding"><a href="/en-us/documentation/articles/web-sites-godaddy-custom-domain-name" title="GoDaddy">GoDaddy</a><a href="/en-us/documentation/articles/web-sites-network-solutions-custom-domain-name" title="Network Solutions">Network Solutions</a><a href="/en-us/documentation/articles/web-sites-registerdotcom-custom-domain-name" title="Register.com">Register.com</a><a href="/en-us/documentation/articles/web-sites-enom-custom-domain" title="Enom" class="current">Enom</a><a href="/en-us/documentation/articles/web-sites-moniker-custom-domain" title="Moniker">Moniker</a><a href="/en-us/documentation/articles/web-sites-dotster-custom-domain" title="Dotster">Dotster</a><a href="/en-us/documentation/articles/web-sites-domaindiscover-custom-domain" title="DomainDiscover">DomainDiscover</a><a href="/en-us/documentation/articles/web-sites-directnic-custom-domain" title="Directnic">Directnic</a></div> | ||
<div class="dev-center-tutorial-subselector"><a href="/en-us/documentation/articles/web-sites-enom-custom-domain/" title="Web Sites" class="current">Web Site</a> | <a href="/en-us/documentation/articles/web-sites-godaddy-custom-domain-name-traffic-manager/" title="Web Site using Traffic Manager">Web Site using Traffic Manager</a></div> | ||
|
||
[WACOM.INCLUDE [intro](../includes/custom-dns-web-site-intro.md)] | ||
|
||
This article provides instructions on using a custom domain name purchased from [eNom](https://enom.com) with Azure Web Sites. | ||
|
||
[WACOM.INCLUDE [introfooter](../includes/custom-dns-web-site-intro-notes.md)] | ||
|
||
In this article: | ||
|
||
- [Understanding DNS records](#understanding-records) | ||
- [Configure your web sites for basic, shared or standard mode](#bkmk_configsharedmode) | ||
- [Add a DNS record for your custom domain](#bkmk_configurecname) | ||
- [Enable the domain on your web site](#enabledomain) | ||
|
||
<h2><a name="understanding-records"></a>Understanding DNS records</h2> | ||
|
||
[WACOM.INCLUDE [understandingdns](../includes/custom-dns-web-site-understanding-dns-raw.md)] | ||
|
||
<h2><a name="bkmk_configsharedmode"></a>Configure your web sites for basic, shared or standard mode</h2> | ||
|
||
[WACOM.INCLUDE [modes](../includes/custom-dns-web-site-modes.md)] | ||
|
||
<a name="bkmk_configurecname"></a><h2>Add a DNS record for your custom domain</h2> | ||
|
||
To associate your custom domain with an Azure Web Site, you must add a new entry in the DNS table for your custom domain by using tools provided by eNom. Use the following steps to locate the DNS tools for enom.com | ||
|
||
1. Log on to your account with GoDaddy.com, and select **My Account** and then **Manage your domains**. Finally, select the domain name that you wish to use with your Azure Web Site. | ||
|
||
![custom domain page for GoDaddy](./media/web-sites-custom-domain-name/godaddy-customdomain.png) | ||
|
||
2. From the **Domain details** page, select the **DNS Zone File** tab. This is the section used for adding and modifying DNS records for your domain name. Select the **Edit** button to display the **Zone File Editor**. | ||
|
||
![DNS Zone File tab](./media/web-sites-custom-domain-name/godaddy-zonetab.png) | ||
|
||
4. The **Zone File Editor** is broken out into sections for each record type, starting with A records (listed as **A (Host)** as the very first section, followed by CNAME records (listed as **CNAME (Alias)**.) To add a new entry, use the **Quick Add** button below the corresponding section. To edit an existing entry, select that entry and modify the existing information. | ||
|
||
![zone file editor](./media/web-sites-custom-domain-name/godaddy-quickaddcname.png) | ||
|
||
> [WACOM.NOTE] Before adding entries to the zone file, note that GoDaddy has already created DNS records for popular sub-domains (called **Host** in editor,) such as **email**, **files**, **mail**, and others. If the name you wish to use already exists, modify the existing record instead of creating a new one. | ||
|
||
* When adding a CNAME record, you must set the **host** field to the sub-domain you wish to use. For example, **www**. You must set the **Points to** field to the **.azurewebsites.net** domain name of your Azure Web Site. For example, **contoso.azurwebsites.net**. | ||
|
||
* When adding an A record, you must set the **host** field to either **@** (this represents root domain name, such as **contoso.com**,) or the sub-domain you wish to use (for example, **www**.) You must set the **Points to** field to the IP address of your Azure Web Site. | ||
|
||
> [WACOM.NOTE] When adding an A record, you must also add a CNAME record with a host of **awverify**, and a **Points to** of **awverify.<yourwebsitename>.azurewebsites.net. | ||
|
||
5. When you have finished adding or modifying records, click **Save Zone File** to save changes. | ||
|
||
> [WACOM.NOTE] It can take some time for your CNAME to propagate through the DNS system. You cannot set the CNAME for the web site until the CNAME has propagated. You can use a service such as <a href="http://www.digwebinterface.com/">http://www.digwebinterface.com/</a> to verify that the CNAME is available. | ||
|
||
<h2><a name="enabledomain"></a>Enable the domain name on your web site</h2> | ||
|
||
[WACOM.INCLUDE [modes](../includes/custom-dns-web-site-enable-on-web-site.md)] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60 changes: 60 additions & 0 deletions
60
articles/web-sites-godaddy-traffic-manager-custom-domain-name.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<properties title="Custom domain name" pageTitle="Configuring a custom domain name for a Microsoft Azure web site" metaKeywords="Windows Azure, Windows Azure Web Sites, domain name" description="" services="Web Sites" documentationCenter="" authors="" /> | ||
|
||
#Configuring a custom domain name for an Azure web site (GoDaddy) | ||
|
||
<div class="dev-center-tutorial-selector sublanding"><a href="/en-us/documentation/articles/web-sites-godaddy-custom-domain-name" title="GoDaddy" class="current">GoDaddy</a><a href="/en-us/documentation/articles/web-sites-network-solutions-custom-domain-name" title="Network Solutions">Network Solutions</a><a href="/en-us/documentation/articles/web-sites-registerdotcom-custom-domain-name" title="Register.com">Register.com</a><a href="/en-us/documentation/articles/web-sites-enom-custom-domain" title="Enom">Enom</a><a href="/en-us/documentation/articles/web-sites-moniker-custom-domain" title="Moniker">Moniker</a><a href="/en-us/documentation/articles/web-sites-dotster-custom-domain" title="Dotster">Dotster</a><a href="/en-us/documentation/articles/web-sites-domaindiscover-custom-domain" title="DomainDiscover">DomainDiscover</a><a href="/en-us/documentation/articles/web-sites-directnic-custom-domain" title="Directnic">Directnic</a></div> | ||
<div class="dev-center-tutorial-subselector"><a href="/en-us/documentation/articles/web-sites-godaddy-custom-domain-name/" title="Web Sites">Web Site</a> | <a href="/en-us/documentation/articles/web-sites-godaddy-traffic-manager-custom-domain-name/" title="Web Site using Traffic Manager" class="current">Web Site using Traffic Manager</a></div> | ||
|
||
|
||
[WACOM.INCLUDE [intro](../includes/custom-dns-web-site-intro-traffic-manager.md)] | ||
|
||
This article provides instructions on using a custom domain name purchased from [Go Daddy](https://godaddy.com) with Azure Web Sites. | ||
|
||
[WACOM.INCLUDE [tmwebsitefooter](../includes/custom-dns-web-site-traffic-manager-notes.md)] | ||
|
||
[WACOM.INCLUDE [introfooter](../includes/custom-dns-web-site-intro-notes.md)] | ||
|
||
In this article: | ||
|
||
- [Understanding DNS records](#understanding-records) | ||
- [Configure your web sites for standard mode](#bkmk_configsharedmode) | ||
- [Add a DNS record for your custom domain](#bkmk_configurecname) | ||
- [Enable Traffic Manager for your web site](#enabledomain) | ||
|
||
<h2><a name="understanding-records"></a>Understanding DNS records</h2> | ||
|
||
[WACOM.INCLUDE [understandingdns](../includes/custom-dns-web-site-understanding-dns-traffic-manager.md)] | ||
|
||
<h2><a name="bkmk_configsharedmode"></a>Configure your web sites for standard mode</h2> | ||
|
||
[WACOM.INCLUDE [modes](../includes/custom-dns-web-site-modes-traffic-manager.md)] | ||
|
||
<a name="bkmk_configurecname"></a><h2>Add a DNS record for your custom domain</h2> | ||
|
||
To associate your custom domain with an Azure Web Site, you must add a new entry in the DNS table for your custom domain by using tools provided by GoDaddy. Use the following steps to locate the DNS tools for GoDaddy.com | ||
|
||
1. Log on to your account with GoDaddy.com, and select **My Account** and then **Manage your domains**. Finally, select the domain name that you wish to use with your Azure Web Site. | ||
|
||
![custom domain page for GoDaddy](./media/web-sites-custom-domain-name/godaddy-customdomain.png) | ||
|
||
2. From the **Domain details** page, select the **DNS Zone File** tab. This is the section used for adding and modifying DNS records for your domain name. Select the **Edit** button to display the **Zone File Editor**. | ||
|
||
![DNS Zone File tab](./media/web-sites-custom-domain-name/godaddy-zonetab.png) | ||
|
||
4. The **Zone File Editor** is broken out into sections for each record type, starting with A records (listed as **A (Host)** as the very first section, followed by CNAME records (listed as **CNAME (Alias)**.) To add a new entry, use the **Quick Add** button below the corresponding section. To edit an existing entry, select that entry and modify the existing information. | ||
|
||
![zone file editor](./media/web-sites-custom-domain-name/godaddy-quickaddcname.png) | ||
|
||
> [WACOM.NOTE] Before adding entries to the zone file, note that GoDaddy has already created DNS records for popular sub-domains (called **Host** in editor,) such as **email**, **files**, **mail**, and others. If the name you wish to use already exists, modify the existing record instead of creating a new one. | ||
|
||
When adding a CNAME record, you must set the **host** field to the sub-domain you wish to use. For example, **www**. You must set the **Points to** field to the **.trafficmgr.com** domain name of your Azure Web Site. For example, **contoso.trafficmgr.com**. | ||
|
||
> [WACOM.NOTE] You must only use CNAME records when associating your custom domain name with a web site that is load balanced using Traffic Manager. | ||
|
||
5. When you have finished adding or modifying records, click **Save Zone File** to save changes. | ||
|
||
> [WACOM.NOTE] It can take some time for your CNAME to propagate through the DNS system. You cannot set the CNAME for the web site until the CNAME has propagated. You can use a service such as <a href="http://www.digwebinterface.com/">http://www.digwebinterface.com/</a> to verify that the CNAME is available. | ||
|
||
<h2><a name="enabledomain"></a>Enable Traffic Manager web site</h2> | ||
|
||
[WACOM.INCLUDE [modes](../includes/custom-dns-web-site-enable-on-traffic-manager.md)] |
Oops, something went wrong.