是否可以通过编程方式将移动服务添加到 Windows Azure 订阅

Is it possible to add a Mobile Service to Windows Azure Subscription programmatically

我希望能够通过代码向我的 Windows Azure 订阅添加移动服务。只是创建而不是实际发布代码。

如有任何帮助,我们将不胜感激

我自己还没有尝试过,但 Azure 文档解释了如何使用 Azure CLI 和 PowerShell 创建新的移动服务:

azure mobile create "service-name" "server-admin" "server-password

查看文档以了解分步说明:https://azure.microsoft.com/en-us/documentation/articles/mobile-services-manage-command-line-interface/