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
This tutorial shows you how to add a cloud-based backend service to a Universal Windows Platform (UWP) app. For more information, see [What are Mobile Apps](app-service-mobile-value-prop.md). The following are screen captures from the completed app:
This tutorial shows you how to add a cloud-based backend service to a Universal Windows Platform (UWP) app. For more information, see [What are Mobile Apps](app-service-mobile-value-prop.md). The following are screen captures from the completed app:
Completing this tutorial is a prerequisite for all other Mobile App tutorials for UWP apps.
33
30
34
31
## Prerequisites
32
+
35
33
To complete this tutorial, you need the following:
36
34
37
35
* An active Azure account. If you don't have an account, you can sign up for an Azure trial and get up to 10 free mobile apps that you can keep using even after your trial ends. For details, see [Azure Free Trial](https://azure.microsoft.com/pricing/free-trial/).
38
-
*[Visual Studio Community 2015] or a later version.
36
+
*[Visual Studio Community 2017].
39
37
40
38
## Create a new Azure Mobile App backend
39
+
41
40
Follow these steps to create a new Mobile App backend.
You have now provisioned an Azure Mobile App backend that can be used by your mobile client applications. Next, you will download a server project for a simple "todo list" backend and publish it to Azure.
Once you have configured your Mobile App backend, you can either create a new client app or modify an existing app to connect to Azure. In this section, you download a UWP app template project that is customized to connect to your Mobile App backend.
51
+
52
+
Once you have configured your Mobile App backend, you can either create a new client app or modify an existing app to connect to Azure. In this section, you download a UWP sample app project that is customized to connect to your Mobile App backend.
52
53
53
54
1. Back in the **Quick start** blade for your Mobile App backend, click **Create a new app** > **Download**, then extract the compressed project files to your local computer.
54
55
55
56

56
-
2. (Optional) Add the UWP app project to the same solution as the server project. This makes it easier to debug and test both the app and the backend in the same Visual Studio solution, if you choose to do so. To add a UWP app project to the solution, you must be using Visual Studio 2015 or a later version.
57
-
3. With the UWP app as the startup project, press the F5 key to deploy and run the app.
58
-
4. In the app, type meaningful text, such as *Complete the tutorial*, in the **Insert a TodoItem** text box, and then click **Save**.
57
+
58
+
2. Open the UWP project and press the F5 key to deploy and run the app.
59
+
3. In the app, type meaningful text, such as *Complete the tutorial*, in the **Insert a TodoItem** text box, and then click **Save**.
Notice that data saved from the previous step is loaded from Azure after the UWP app starts.
65
+
> [!TIP]
66
+
> You can add the UWP app project to the same solution as the server project if you are using the .NET backend. This makes it easier to debug and test both the app and the backend in the same Visual Studio solution. To add a UWP app project to the backend solution, you must be using Visual Studio 2017.
68
67
69
68
## Next steps
69
+
70
70
*[Add authentication to your app](app-service-mobile-windows-store-dotnet-get-started-users.md)
71
71
Learn how to authenticate users of your app with an identity provider.
72
72
*[Add push notifications to your app](app-service-mobile-windows-store-dotnet-get-started-push.md)
@@ -79,4 +79,4 @@ Once you have configured your Mobile App backend, you can either create a new cl
0 commit comments