Completed
Starting Demo
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Use Azure Functions with Storage - Leaderboard Unity Tutorial, Learn Azure
Automatically move to the next video in the Classroom when playback concludes
- 1 How to make a Free Leaderboard with Azure Functions and Storage
- 2 What other Cloud Game Mechanics you could build
- 3 Starting Demo
- 4 Azure Cloud Basics
- 5 Pricing cost of Azure Functions and Storage
- 6 How to create a Azure Function Resource
- 7 Note on Free Azure Accounts regarding Function Storage
- 8 Azure Function Resource Deployment
- 9 Create a Azure Function - Develop in Portal, HTTP Trigger
- 10 Writing Azure Function code
- 11 Testing Azure Function in Portal
- 12 Calling Azure Function from inside Unity
- 13 Download Leaderboard JSON from Azure Function
- 14 How to Create Azure Function through Visual Studio
- 15 How to Publish to Azure from Visual Studio
- 16 Call AddScore API endpoint from Unity
- 17 How to Create Azure Storage for Function
- 18 How to Connect Storage to Azure Function in Visual Studio
- 19 How to Read/Write Storage from Azure Function
- 20 Read/Write Storage with BlobAttribute in Azure Function
- 21 How to Fix Cannot find BlobAttribute, Errors with Version Mismatch
- 22 How to use the BlobAttribute for Reading and Writing Azure Storage
- 23 AddScore logic, appending a score to Blob Storage
- 24 Connecting all the logic
- 25 Final Demo
- 26 User Authentication
- 27 Sorting locally or on the Cloud
- 28 Issues with Concurrency
- 29 Retry Pattern
- 30 Best practices for reliable Azure Functions
- 31 Complete Working Demo Online Leaderboard with Azure Functions and Storage