Answers

  1. Flexible authentication model, push notifications and notifications hub integration, and client SDKs for all major mobile platforms.
  2. This is the highest level of authorization, which overrides all other levels and requires the mobile service master key, which should not be used in client applications.
  3. TableControllers are typed against the ITableData interface, which requires a number of default fields, which an existing table may not have. We can either map the existing entities to a new entity using something like AutoMapper, or use an API controller.
  4. ScheduledJob; this can be called with an HTTP POST request and configured to run on a schedule in the portal.
  5. Add models for the AspNetUser and AspNetUserLogin users to the DbContext with matching ...

Get Learning Microsoft Azure now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.