XAML in Xamarin.Forms 基礎篇 電子書

XAML in Xamarin.Forms 基礎篇 電子書
XAML in Xamarin.Forms 基礎篇 電子書

Xamarin.Forms 快速入門 電子書

Xamarin.Forms 快速入門 電子書
Xamarin.Forms 快速入門 電子書

2017/04/17

Xamarin.Forms 與 Azure Mobile App Lab 1

建立 Azure Mobile App

這裡有兩種方法可以建立 Azure Mobile App Service,若您對於 Azure Mobile App 不孰悉的話,建議您使用第二個作法。

使用 Web + 行動 > Moibl App 建立 Azure Mobile App

在這裡我們需要建立一個 Azure Mobile App Server來提供我們後端的資料存取服務。
  • 打開 Microsoft Azure 儀表板
  • 在 Microsoft Azure 儀表板頁面左上方,找到 + 新增 區域,點擊這個連結
  • 在 新增 刀鋒視窗中,選擇 Web + 行動
  • 在 Web + 行動 刀鋒視窗中,選擇 Mobile App
  • 在 Mobile App 刀鋒視窗中,依序輸入 應用程式名稱 / 訂戶名稱 / 資源群組 / App Service 方案/位置,下圖為這個練習所建立的 Mobile App 資訊。
    應用程式名稱 : XamarinAzureDay
    資源群組(新建): DoggyXamarin
    App Service 方案/ DoggyXamarinAsiaAppService / Southeast Asia
    定價層:F1免費
  • 在 Mobile App 刀鋒視窗下,點選 釘選到儀表板
  • 接著點 建立 按鈕,完成建立這個 Azure Mobile App 服務
  • 您需要等候一段時間,Azure 會進行部署相關服務到特定機器上。

使用 Mobile Apps Quickstart 建立 Azure Mobile App

在這裡,我們使用 Azure 提供的 Mobile App 快速入門 應用程式,來快速幫我們建立起這一個後端資料庫存取服務
  • 打開 Microsoft Azure 儀表板
  • 在 Microsoft Azure 儀表板頁面左上方,找到 + 新增 區域,點擊這個連結
  • 在 新增 刀鋒視窗中,請在搜尋文字輸入盒內(有 搜尋Marketplace 文字處),輸入 Mobile Apps
  • 請在 Everything 刀鋒視窗中,點選 Mobile Apps Quickstart 這個項目
  • 在 Mobile Apps Quickstart 刀鋒視窗中,請點選 建立 按鈕
    底下為這個刀鋒視窗中顯示的說明文字:
    Accelerate your mobile app development with this ready-to-use Mobile App todo sample. Azure Mobile Apps uses Azure App Service to provide a turnkey way to store structured data, authenticate users, and send push notifications. With native and cross-platform SDKs for iOS, Android, Windows, and JavaScript, as well as a powerful and flexible REST API, Azure Mobile Apps empowers you to build connected applications for any platform and deliver a consistent experience across devices.
    • Pre-configured for a basic SQLite database
    • Connect to on-premise or Azure-hosted SQL databases
    • Authenticate users via Azure Active Directory, Facebook, Google, Microsoft and Twitter
    • Push notifications via Apple, Google and Microsoft services
    • Gain insights with mobile analytics
    • Auto-scale to millions of devices
  • 在新出現的刀鋒視窗中,請依序填入底下欄位所需要的內容
    應用程式名稱 : XamarinAzureQuickstartDoggy
    (請依照您的需求,填入您想要的應用程式名稱)
    資源群組(使用現有項目): DoggyXamarin
    (您可以新建或者選擇使用現有項目)
    App Service 方案/ DoggyXamarinAsiaAppService / Southeast Asia
    定價層:F1免費
    (這裡可以依照您的需求來選取或定義)
    底下為這個練習範例所建立的 Mobile Apps Quickstart 資訊
  • 最後,請勾選 釘選到儀表板 ,並且點選 建立 按鈕
  • 您需要等候一段時間,Azure 會進行部署相關服務到特定機器上。
  • 當這個服務建立完成之後,會出現底下刀鋒視窗 XamarinAzureQuickstartDoggy / Mobile Apps Quickstart
    最上方中間的那個圖示 xamarinazurequickstart 行動App 就是這個後端服務設定入口點。

沒有留言:

張貼留言