Skip to content

Latest commit

 

History

History
12 lines (5 loc) · 723 Bytes

app-service-mobile-dotnet-backend-publish-service.md

File metadata and controls

12 lines (5 loc) · 723 Bytes
  • .NET backend (C#):

    1. In Visual Studio, right-click the project, click Publish > Publish Web > Microsoft Azure Web Apps, and (if needed) sign-in with your Azure credentials. When you sign in, Visual Studio downloads and stores your publish settings directly from Azure.

    2. Select your service from Existing Web Apps and click OK, then verify the publish information and click Publish. When your Mobile App backend has published successfully, you will see a landing page indicating success.

  • Node.js backend (via Node.js code) :

    Follow the instructions for deploying Node.js to a Web App