1
votes

In Azure portal, I have created a new mobile service with Xamarin/Android platform and able to download sample 'Todolist' solution.

When I open the sample solution in Visual Studio 2012 (or 2013) then right click on 'Service' project to choose 'Publish' there is no publish target named 'Azure Mobile Services' to select. I am only able to publish to 'Azure Web Sites' only which is wrong target.

Any helps?

1
What version of Visual Studio are you running? The "Publish->Mobile Service" gesture was added in VS 2013 Update 1, I believe. You can check your version from Help->About Visual Studio. - mattchenderson
Ok. It is solved when I use VS 2013 Update 4. Thanks for your help. - Minh Nguyen

1 Answers

1
votes

I got a project from my Azure Mobile Service

enter image description here And then I publish it without problems

enter image description here

Can you confirm that you did the same? And each type of project you got?

Did you got the HTML/JS, and now you are publishing it? Looks like that is....otherwise I think is impossible to publish to Web Sites.