2017/03/13 0 [Azure]_修復虛擬機器從舊有資源群組移動至不同訂閱新的資源群組而發生移動錯誤的問題 前些日子,在移動VM(使用資源群組建立)的過程中,不小心把正在移動的VM給關機… 這一關,大事不妙… 跟著那一台VM對應的Storage, NIC, [繼續閱讀...]
2016/08/22 0 [Azure]_使用SSMS來類似MySQL Workbench管理Azure SQL Server 這一篇也是有人來問的,之前Azure SQL Server會有個很不好用且很緩慢的web ui來管資料庫內的table… 而到了新版SQL Server,似乎就沒辦法透過web [繼續閱讀...]
2016/08/21 0 [Azure]_Web App Service + MySQL + phpmyadmin 新版Azure設定 前陣子Azure新portal開始逐漸逼宮舊版portal,以及感覺底層也逐漸改版,變成新舊技術混合的情況。 [繼續閱讀...]
2016/08/15 0 [IIS 8.5 | Azure]_將On Premise上的WordPress轉移到Azure VM 直接Copy paste發在FB解釋做這件事情的動機文字內容XD…: 因為HPC Server放在頂樓,才不到兩年機殼就開始有很明顯的鏽蝕 [繼續閱讀...]
2015/10/30 0 [Azure]_使用Azure上的File Service當作私有雲端空間 結束微軟實習後,對Azure的使用就沒有這麼頻繁啦,大多都是使用家中on-premiese Server居多, 導致每個月的AZURE QUOTA都燒不完… [繼續閱讀...]
2015/05/13 0 [Universal Apps]_Web App Template (WAT) 使用上的操作筆記 Web App Template是一個Universal App的範本 主要是將現有具備良好的響應設計(responsive design)的網站,可以透過這個WAT Template轉化包裝為App。 [繼續閱讀...]
2015/03/25 0 Integrate Azure IoT Backend for Application This article is same as CodeProject with Microsoft Azure IoT competition. http://www.codeproject.com/Articles/889963/Integrate-Azure-IoT-Backend-for-Application Introduction This article shows a full [繼續閱讀...]
2015/03/03 0 [Universal App]_解決Universal App在Windows Phone上面,Mobile Service 身分驗證會有錯誤的問題 在官方的 Mobile Service 身分驗證教學中,有提到在OnNavigatedTo()裡面就可以進行驗證, 官方範例的todo items也是這麼做,驗證過之後再去跟Azure Mobile [繼續閱讀...]
2015/02/24 0 [Azure]_Service Bus Event Hubs Getting Started 範例使用筆記 之前已經寫了一系列的Azure EventHubs文章 最近要把他移植到Universal App上面 查資料的同時順便查到這隻Sample,沒有太多的花俏的功能 [繼續閱讀...]
2015/01/20 0 [Azure]_ConnectTheDots IoT範例:運用Raspberry Pi + Arduino當作IoT Sensor連上Azure回傳資料 //2015/03/23 [繼續閱讀...]
2015/01/05 0 [Azure]_使用Azure Event Hubs – 打造即時log紀錄功能 本文翻譯&整理&擴充專案做法原文來自:http://fabriccontroller.net/blog/posts/getting-started-azure-service-bus-event-hubs-building-a-real-time-log-stream/ [繼續閱讀...]
2014/12/17 0 [Azure]_解決部屬網站到Azure website後,出現Could not load file or assembly ‘System.Web.Http … The system cannot find the file specified. 今天老闆丟了兩個Azure site的Project給我,本機run都ok…可是WebDeploy到了Azure site就出現: Could not load file or assembly ‘System.Web.Http, Version=4.0.0.0, [繼續閱讀...]
2014/09/12 0 [PowerShell]_解決錯誤”File cannot be loaded because the execution of scripts is disabled on this system”的問題 今天再用Azure,在寫PowerShell腳本排成開關機跟scale vm size時,是建立一個超小型的vm去handle這件事情 而OS是Windows 8.1 [繼續閱讀...]