You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
+
85
75
-**.NET backend**
86
76
87
77
If you’re going to use .NET quickstart app, follow the instructions below.
@@ -96,4 +86,4 @@ ms.custom: "include file"
96
86
97
87
4. Select **App Service** as publish target, then click **Select Existing**, then click the **Publish** button at the bottom of the window.
98
88
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