Skip to content

Commit

Permalink
Forgot to add switcher to new scheduler topic
Browse files Browse the repository at this point in the history
If it's not too late for AUX4.5.2
  • Loading branch information
ggailey777 committed Jun 12, 2014
1 parent 6ecb9c0 commit 31eb7f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion articles/mobile-services-html-get-started-users.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</div>


This topic shows you how to authenticate users in Azure Mobile Services from your HTML app. In this tutorial, you add authentication to the quickstart project using an identity provider that is supported by Mobile Services. After being successfully authenticated and authorized by Mobile Services, the user ID value is displayed.
This topic shows you how to authenticate users in Azure Mobile Services from your HTML or PhoneGap app. In this tutorial, you add authentication to the quickstart project using an identity provider that is supported by Mobile Services. After being successfully authenticated and authorized by Mobile Services, the user ID value is displayed.

This tutorial walks you through these basic steps to enable authentication in your app:

Expand Down
4 changes: 2 additions & 2 deletions articles/mobile-services-schedule-recurring-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

# Schedule recurring jobs in Mobile Services

<!--<div class="dev-center-tutorial-subselector">
<div class="dev-center-tutorial-subselector">
<a href="/en-us/documentation/articles/articles/mobile-services-dotnet-backend-schedule-recurring-tasks/" title=".NET backend">.NET backend</a> | <a href="/en-us/documentation/articles/articles/mobile-services-schedule-recurring-tasks/" title="JavaScript backend" class="current">JavaScript backend</a>
</div>-->
</div>

This topic shows you how to use the job scheduler functionality in the Management Portal to define server script code that is executed based on a schedule that you define. In this case, the script periodically check with a remote service, in this case Twitter, and stores the results in a new table. Some other periodic tasks that can be scheduled include:

Expand Down

0 comments on commit 31eb7f6

Please sign in to comment.