使用未在 azure 中托管的 azure 移动后端

Using azure mobile backend not hosted in azure

我正在创建一个使用 Azure 后端的 Windows 8.1 商店应用程序。我在 Visual Studio 中创建了后端,并出于成本原因选择将其托管在 Gear Host 而不是 Azure 上。这是通过取消选择 "Host in Cloud" 选项来完成的。

如何将后端服务添加到我的应用程序? 我知道使用 Azure 我可以添加连接服务,但我无法使用其他托管服务来执行此操作。

您不能只在另一个托管服务提供商处托管 Azure 移动服务模板。此模板对 Azure 移动服务 SDK 和 Azure 功能有很多依赖性,例如表。

using Microsoft.WindowsAzure.Mobile.Service;
using Microsoft.WindowsAzure.Mobile.Service.Tables;

此模板基于 ASP.NET 网络 API 模板,因此您可以创建自己的自定义移动后端。