MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.09k stars 21.14k forks source link

Unclear node.js instructions? #32589

Open jyue86 opened 5 years ago

jyue86 commented 5 years ago

What happens after we create a ToDoItem table? The instructions seem to end for the node.js backend after that. Is there a repo for the node.js that we download?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

BryanTrach-MSFT commented 5 years ago

@flyingjay16 The docs are in the process of being updated due to changes in the portal. We have assigned your feedback to the doc author for further updates.

voyager163 commented 4 years ago

Do update the documentation

conceptdev commented 4 years ago

When these instructions were written, EasyTables had a default node.js backend already implemented - no download was required (unlike the .NET backend which you need to download and then deploy).

There is a node folder in the backend GitHub repo if you'd like to view the code.

Also, see the note at the top of this page: App Service Mobile Apps is no longer our recommended solution. You might want to investigate using CosmosDB directly too?

m2rinch commented 4 years ago

once the we set up the client, how do we integrate the backend using the github repo? there are no instructions provided for this