Skip to content

Commit

Permalink
Adding slugs to hero topics for Mobile Services
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrir committed Oct 7, 2015
1 parent 32a580b commit 0131d29
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@
ms.tgt_pltfrm="mobile-ios"
ms.devlang="objective-c"
ms.topic="article"
ms.date="07/28/2015"
ms.date="10/07/2015"
ms.author="krisragh"/>

# <a name="getting-started"> </a>Get started with Mobile Services

[AZURE.INCLUDE [mobile-services-selector-get-started](../../includes/mobile-services-selector-get-started.md)]

[AZURE.INCLUDE [mobile-services-hero-slug](../../includes/mobile-services-hero-slug.md)]


This tutorial shows you how to add a cloud-based backend service to an iOS app using Azure Mobile Services. In this tutorial, you will create both a new mobile service and a simple _To do list_ app that stores app data in the new mobile service. The mobile service uses .NET and Visual Studio for server-side business logic. To create a mobile service with server-side business logic in JavaScript, see the [JavaScript backend version] of this topic.

> [AZURE.NOTE] To complete this tutorial, you need an Azure account. If you don't have an account, you can sign up for an Azure trial and get [free mobile services that you can keep using even after your trial ends](http://azure.microsoft.com/pricing/details/mobile-services/). For details, see [Azure Free Trial](http://azure.microsoft.com/pricing/free-trial/?WT.mc_id=AE564AB28&amp;returnurl=http%3A%2F%2Fazure.microsoft.com%2Fdocumentation%2Farticles%2Fmobile-services-dotnet-backend-ios-get-started%2F).
Expand Down Expand Up @@ -70,6 +73,8 @@ Learn how to perform additional important tasks in Mobile Services:
* [Troubleshoot Mobile Services .NET backend]
<br/> Learn how to diagnose and fix issues that can arise with a Mobile Services .NET backend.

[AZURE.INCLUDE [app-service-disqus-feedback-slug](../../includes/app-service-disqus-feedback-slug.md)]

<!-- Anchors. -->
[Getting started with Mobile Services]:#getting-started
[Create a new mobile service]:#create-new-service
Expand Down
7 changes: 6 additions & 1 deletion articles/mobile-services/mobile-services-ios-get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@
ms.tgt_pltfrm="mobile-ios"
ms.devlang="objective-c"
ms.topic="hero-article"
ms.date="10/05/2015"
ms.date="10/07/2015"
ms.author="krisragh"/>

# <a name="getting-started"> </a>Get started with Mobile Services

[AZURE.INCLUDE [mobile-services-selector-get-started](../../includes/mobile-services-selector-get-started.md)]

[AZURE.INCLUDE [mobile-services-hero-slug](../../includes/mobile-services-hero-slug.md)]


This tutorial shows you how to add a cloud-based backend service to an iOS app using Azure Mobile Services.

In this tutorial, you will create both a new mobile service and a simple _To do list_ app that stores app data in the new mobile service. The mobile service that you will create uses JavaScript for server-side business logic. To create a mobile service with server-side business logic in .NET, see the [.NET backend version] of this topic.
Expand Down Expand Up @@ -61,6 +64,8 @@ Learn how to perform additional important tasks in Mobile Services:
* [Add push notifications to an existing app]
<br/>Learn how to send a very basic push notification to your app.

[AZURE.INCLUDE [app-service-disqus-feedback-slug](../../includes/app-service-disqus-feedback-slug.md)]


<!-- Anchors. -->
[Getting started with Mobile Services]:#getting-started
Expand Down

0 comments on commit 0131d29

Please sign in to comment.