Skip to content

Commit 78abc04

Browse files
authored
Merge pull request #49330 from conceptdev/crdun-mobile-uwp-qs-0818
[mobile-apps] update Windows quickstart
2 parents d521159 + 0f4d289 commit 78abc04

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

articles/app-service-mobile/app-service-mobile-windows-store-dotnet-get-started.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,60 +13,60 @@ ms.workload: mobile
1313
ms.tgt_pltfrm: mobile-windows
1414
ms.devlang: dotnet
1515
ms.topic: hero-article
16-
ms.date: 10/01/2016
16+
ms.date: 08/17/2018
1717
ms.author: crdun
18-
1918
---
2019
# Create a Windows app
20+
2121
[!INCLUDE [app-service-mobile-selector-get-started](../../includes/app-service-mobile-selector-get-started.md)]
2222

2323
## Overview
24-
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:
2524

26-
![Completed desktop app](./media/app-service-mobile-windows-store-dotnet-get-started/mobile-quickstart-completed-desktop.png)
27-
Running on a desktop.
25+
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:
2826

29-
![Completed phone app](./media/app-service-mobile-windows-store-dotnet-get-started/mobile-quickstart-completed.png)
30-
Running on a phone
27+
![Completed desktop app](./media/app-service-mobile-windows-store-dotnet-get-started/mobile-quickstart-completed-desktop.png)
3128

3229
Completing this tutorial is a prerequisite for all other Mobile App tutorials for UWP apps.
3330

3431
## Prerequisites
32+
3533
To complete this tutorial, you need the following:
3634

3735
* 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].
3937

4038
## Create a new Azure Mobile App backend
39+
4140
Follow these steps to create a new Mobile App backend.
4241

4342
[!INCLUDE [app-service-mobile-dotnet-backend-create-new-service](../../includes/app-service-mobile-dotnet-backend-create-new-service.md)]
4443

4544
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.
4645

4746
## Configure the server project
47+
4848
[!INCLUDE [app-service-mobile-configure-new-backend.md](../../includes/app-service-mobile-configure-new-backend.md)]
4949

5050
## Download and run the client project
51-
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.
5253

5354
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.
5455

5556
![Download Windows quickstart project](./media/app-service-mobile-windows-store-dotnet-get-started/mobile-app-windows-quickstart.png)
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**.
5960

6061
![Windows quickstart complete desktop](./media/app-service-mobile-windows-store-dotnet-get-started/mobile-quickstart-startup.png)
6162

6263
This sends a POST request to the new mobile app backend that's hosted in Azure.
63-
5. (Optional) Stop the app and restart it on a different device or mobile emulator.
6464

65-
![Windows quickstart complete phone](./media/app-service-mobile-windows-store-dotnet-get-started/mobile-quickstart-completed.png)
66-
67-
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.
6867
6968
## Next steps
69+
7070
* [Add authentication to your app](app-service-mobile-windows-store-dotnet-get-started-users.md)
7171
Learn how to authenticate users of your app with an identity provider.
7272
* [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
7979
<!-- URLs. -->
8080
[Mobile App SDK]: http://go.microsoft.com/fwlink/?LinkId=257545
8181
[Azure portal]: https://portal.azure.com/
82-
[Visual Studio Community 2015]: https://go.microsoft.com/fwLink/p/?LinkID=534203
82+
[Visual Studio Community 2017]: https://go.microsoft.com/fwLink/p/?LinkID=534203

0 commit comments

Comments
 (0)