Saturday 22 February 2014

Publishing a Windows Azure Mobile Service Web API Project

In my previous article, we started looking at what's in the template Azure Mobile Service solution. This is a quick walk-through how to publish the solution:

1. From the dashboard in the Mobile Service portal, click the 'Download publish profile' link on the dashboard to download the services publish profile

2. From the 'Build' menu in Visual Studio, select 'Publish':




3. Click on the 'Import' button:




4. Browse to the downloaded profile and click OK:




5. Check the connection details and click 'Publish':



6. The solution should publish to our service. Check the output window for any problems.

Next we'll start looking at security in the controllers...

No comments:

Post a Comment