在我在研究CNAME, custom domain時找到了一篇不錯的文章,對觀念的釐清還蠻有用的:
http://blog.smarx.com/posts/custom-domain-names-in-windows-azure
不過如果要同時設定兩個以上的自訂網域名稱,還是建議用A RECORD不用CNAME
另外,免費試用版的 websites 是不支援 CNAME 或 A record >"<
在我在研究CNAME, custom domain時找到了一篇不錯的文章,對觀念的釐清還蠻有用的:
http://blog.smarx.com/posts/custom-domain-names-in-windows-azure
不過如果要同時設定兩個以上的自訂網域名稱,還是建議用A RECORD不用CNAME
另外,免費試用版的 websites 是不支援 CNAME 或 A record >"<
這是我自己常做的XD 所以列個罪狀。
1. 忘了到IIS把應用程式集區所改成對應的.NET 版本
2. 該reference的assembly沒有佈署到Azure
3. 看到"Could not load file or assembly"錯誤時就知道reference的Assembly又錯亂。譬如說MVC3和MVC4
4. 另外如果是VS2012/TFS的問題,我會到team explorer檢查有沒有不需要bind卻被我亂設的
目前的限制:
Queue Number of active connections: 100
Maximum allowed connections: 100
從連線管理的角度來看:
1. 建立單一連線給MessagingFactory instance
1)當存取的資料來源是遠端的 SQL Server,則可能會遇到 Double Hop 驗證問題,因此建議在 Reporting Services 啟動 Kerberos 驗證:
步驟:
將 Reporting Services 服務帳號改成 Domain User Account (並擁有 Local Administrator 權限)
使用 setspn 工具註冊 Reporting Services 服務帳號的 Service Principal Name,格式如下:Setspn -a http/<computer-name>.<domain-name>:<port> <domain-user-account>
確認 RSReportServer.config 中的 <AuthenticationTypes> 是否有啟用 Kerberos 驗證

Git version: v1.8.4
Windows: Windows Server 2008 R2
1. 安裝 Git for Windows
我選[Git Bash]
不考慮換行格式的問題,所以還是使用預設選項
錯誤如下:
TF246021: An Error occurred while processing your request.
Technical information (for administrator) SQL Server Error: 50000
上網查了一下發現其實是Workspace壞了,得用command把Workspace刪掉:
tf workspace /delete /collection:https://<myprofilename>.visualstudio.com/defaultcollection <workspace>;"owner"
1. 將網站切換成shared mode: [Management Portal] > [Web Sites] > [SCALE] tab
2. 到DNS註冊網站確認CNAMEs
1. 參考這篇(http://www.visualstudio.com/get-started/connect-to-vs)來建立Visual Studio Online account
2. 參考這篇(http://www.visualstudio.com/en-us/get-started/assign-licenses-to-users-vs)將team member加為"Eligible MSDN Subscriber"
3. 建議再新增backup administrators(http://www.visualstudio.com/get-started/change-account-ownership-vs)
用底下兩種來建立規則:
• Monitoring metrics from the virtual machine host operating system
• Web endpoint status metrics
其實我不太確定這是By-design 還是Product limit 還是環境因素
原因是資料儲存在Disk上,第一次讀時會需要時間把資料從Disk Load到Memory裡
cache之後執行速度就會變快。
我後來是加了 execution plan 來定期更新 statistic,這問題就不會影響到Production
1. 變更預設Datacenter public IP Ranges
Windows Azure Datacenter Public IP Ranges
http://msdn.microsoft.com/en-us/library/windowsazure/dn175718.aspx
2. 變更管理員帳號名稱(Administrator Username)