Jim Wilcox
Jim Wilcox

Reputation: 1573

Azure WCF Service in a Web App rather than a Classic Cloud Service

I have created a Xamarin Android App that uses Azure for the back end. It seems that it would be better to host it in an App Service, but in Visual Studio 2017 Community, the only option seems to be to host it in a Classic Could Service. In VS, I created a Cloud Service project and added the WCF Project as a Role. Is there a better way to do this?

Upvotes: 0

Views: 347

Answers (1)

user793891
user793891

Reputation:

If you can't use Visual Studio Web Deploy, you can use FTP to deploy your compiled project. The FTP information is located in the Overview blade of the App Service. In the same blade, you can also click on the Publish Profile button to download an XML file containing credentials for Web Deploy and FTP.

Here's a video explaining the whole process.

Upvotes: 1

Related Questions