Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.13 KB

Demo.md

File metadata and controls

41 lines (29 loc) · 1.13 KB

Mobile Demos

Demo 1 - Adding data validation

  1. If using quick start
  2. Go into insert script and add validation to check length of item.text field
  3. Run app and show validation catching
  4. Show app still working if validation is fulfilled

Demo 2 - Adding Push Notifications

  1. Configure server side for push (Apple Dev portal / Android portal / Win Portal)
  2. Copy certificate / api key / etc to Azure portal
  3. Set up push on client
  4. Enable push from server to client

Demo 3 - Adding Auth

  1. Lock table operations down to authenticated users
  2. Attempt to access and show 401 on client
  3. Set up auth provider and mobile service in portal
  4. Add auth code to client
  5. Show auth working
  6. Add logic to insert script to tie data to user
  7. Add logic to read script to only fetch data user can access

Demo 4 - Scaling

  1. Go to scaling tab
  2. Go to Standard mode
  3. Turn on auto-scaling
  4. Explain that additional units will only be turned on / used if you need them based off daily API calls

Demo 5 - Using the CLI

  1. Open the CLI tools
  2. Perform some commands
  3. azure mobile list
  4. azure mobile table list