我是 Windows Azure 的新手。我有一个 Windows Azure 的免费试用帐户。我在 asp.net 中创建了一个 Web 应用程序并将其发布在 Windows Azure 上。URL 如下所示。
http://ssoimplenentation.azurewebsites.net/
是否可以使用免费试用帐户提供 Windows Azure 托管站点的自定义域名?或 如何使用免费试用帐户为 Windows Azure 托管站点提供自定义域名?
我是 Windows Azure 的新手。我有一个 Windows Azure 的免费试用帐户。我在 asp.net 中创建了一个 Web 应用程序并将其发布在 Windows Azure 上。URL 如下所示。
http://ssoimplenentation.azurewebsites.net/
是否可以使用免费试用帐户提供 Windows Azure 托管站点的自定义域名?或 如何使用免费试用帐户为 Windows Azure 托管站点提供自定义域名?
Custom domains are do supported by Windows Azure Websites. However, you have to have your website in at least Shared
or Reserved
website mode. Free
mode does not allow to have custom domains. I think the same applies to free trial account as Shared
and Reserved
website mode are not free of charge.
If you have your website in one of the mentioned modes, you configure your custom domains in Configure
tab, domain names
section. As mentioned above, in Free
mode that section will be disabled.
Please bear in mind that you will have to configure your DNS first, before adding custom mode to Azure configuration. When you add new domain name to Azure, DNS servers are checked to find out if the domain name points to Azure. If that condition is not met, you will get an error message and Azure will not accept that domain name.
I hope that will help.
看看这个: http: //www.windowsazure.com/en-us/develop/net/common-tasks/custom-dns-web-site/。请注意,此时将自定义域名映射到 azure 网站的选项仅在网站在共享或保留模式下运行时可用。