我正在寻找有关将自定义域(在我的情况下为CNAME)放在包含WebApp的模板中的Azure Resource Project中的任何信息。
有人可以对此有任何了解吗?广告可以与他人分享吗?
答案 0 :(得分:0)
更新Microsoft.Web / Sites部分,如下所示:
<tr ng-repeat="u in ctrl.users">
<td><span ng-bind="u.id"></span></td>
<td><span ng-bind="u.name"></span></td>
<td><span ng-bind="u.age"></span></td>
<td><span ng-bind="u.isAdmin ? 'yes' : 'no'" ></span></td>
</tr>