Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以为 webroles 创建子域?
例如,我想创建两个 webrole,一个指向 xxx.mywebsite.com,另一个指向 yyy.mywebsite.com
我找不到办法。
嗯,这很容易。首先登录到您的域注册商,然后转到您的 DNS/域管理器页面。为每个 webrole 添加两个 CNAME 条目。
例如,添加一个 CNAME,xxx 并将其指向 webrole1.cloudapp.net,同样添加 yyy 并将其指向 webrole2.cloudapp.net
是的,您在 DNS 服务器(或您的域注册的任何地方)上创建子域,并将子域指向 azure DNS 名称。