• 硬體
• 需要一個DataBase Server – 儲存優惠資料
• 需要一台Web Service Server – 對外提供資料取得的服務
• 應用程式
• Web Service or RESTful Service
• 授權驗證(facebook、google、Microsoft account、 Twitter …)
• 推播(iOS、android、windows)
9Microsoft Azure
Azure Mobile Service
•基於Cloud,專門為行動平台APP開發而提供的整合
式服務
• SQL Database Service
• RESTful Service
• 整合社群驗證 (Facebook、Google、 Twitter 、 Microsoft
Account)
• 推播
•架構於現有的PaaS
•可依使用情況進行延展,具有高延展性
11Microsoft Azure
12.
Azure Mobile Service
•.NetBackend - WebAPI + Entity Framework
•JavaScript Backend – Node.js
12Microsoft Azure
• Uses oAuth
•Mobile Service is registered with provider to allow auth
• Client calls auth method and passes in provider name
• User ID and token (for Mobile Service) returned to
client
22Microsoft Azure
Authentication