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

63 Views Asked by At

I want to be able to add a mobile service to my Windows Azure subscription from code. Just the creation and not the actual publishing of the code.

Any help would be greatly appreciated

1

There are 1 best solutions below

1
On BEST ANSWER

I haven't tried it myself but the Azure documentation explains how to use the Azure CLI and PowerShell to create a new Mobile Service:

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

Check the documentation for step-by-step inscructions: https://azure.microsoft.com/en-us/documentation/articles/mobile-services-manage-command-line-interface/