Skip to content

Commit 5cecc68

Browse files
Merge pull request #111564 from elamalani/patch-3
Remove Easy Tables and Easy APIs from docs
2 parents 3347c41 + 367f0c8 commit 5cecc68

File tree

1 file changed

+8
-18
lines changed

1 file changed

+8
-18
lines changed

includes/app-service-mobile-configure-new-backend.md

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: app-service\mobile
55
author: conceptdev
66
ms.service: app-service-mobile
77
ms.topic: "include"
8-
ms.date: 05/06/2019
8+
ms.date: 04/15/2020
99
ms.author: crdun
1010
ms.custom: "include file"
1111
---
@@ -65,23 +65,13 @@ ms.custom: "include file"
6565
- **Node.js backend**
6666

6767
If you’re going to use Node.js quickstart app, follow the instructions below.
68-
69-
1. In the Azure portal, go to **Easy Tables**, you will see this screen.
70-
71-
![Node Easy Tables](./media/app-service-mobile-configure-new-backend/node-easy-tables.png)
72-
73-
2. Make sure the SQL connection string is already added in the **Configuration** tab. Then check the box of **I acknowledge that this will overwrite all site contents** and click the **Create TodoItem table** button.
7468

75-
![Node Easy Tables Configuration](./media/app-service-mobile-configure-new-backend/node-easy-tables-configuration.png)
76-
77-
3. In **Easy Tables**, click the **+ Add** button.
78-
79-
![Node Easy Tables Add Button](./media/app-service-mobile-configure-new-backend/node-easy-tables-add.png)
80-
81-
4. Create a `TodoItem` table with anonymous access.
82-
83-
![Node Easy Tables Add Table](./media/app-service-mobile-configure-new-backend/node-easy-tables-table-add.png)
84-
69+
1. Create a new API - You can either make changes right in the Azure portal or modify the code locally in your development environment and then publish to Azure. Click on the `App Service Editor (Preview)` under `Development Tools` menu which provides an in-browser editing experience for your app code.
70+
71+
2. Click on `Go` and once the App Service Editor opens, you have full control over the source code. Assuming you have already installed express and azure-mobile-apps package with npm install command, click on the api folder under WWWROOT to create or edit custom API. Make your changes to the code file and the changes are saved automatically.
72+
73+
3. You have full control on the Azure SQL Database used to store the application data. You can easily create new tables in the database.
74+
8575
- **.NET backend**
8676

8777
If you’re going to use .NET quickstart app, follow the instructions below.
@@ -96,4 +86,4 @@ ms.custom: "include file"
9686

9787
4. Select **App Service** as publish target, then click **Select Existing**, then click the **Publish** button at the bottom of the window.
9888

99-
5. You will need to log into Visual Studio with your Azure subscription first. Select the `Subscription`, `Resource Group`, and then select the name of your app. When you are ready, click **OK**, this will deploy the .NET server project that you have locally into the App Service backend. When deployment finishes, you will be redirected to `http://{zumoappname}.azurewebsites.net/` in the browser.
89+
5. You will need to log into Visual Studio with your Azure subscription first. Select the `Subscription`, `Resource Group`, and then select the name of your app. When you are ready, click **OK**, this will deploy the .NET server project that you have locally into the App Service backend. When deployment finishes, you will be redirected to `http://{zumoappname}.azurewebsites.net/` in the browser.

0 commit comments

Comments
 (0)