Completed
Cosmos DB
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Dos and Don'ts for Serverless and Azure Functions
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What are Azure Functions
- 3 What is Serverless
- 4 What is a Service Platform
- 5 What is an Event Grid
- 6 Examples
- 7 Demo
- 8 Functions App
- 9 Triggers
- 10 Bindings
- 11 Editor Recommendations
- 12 Create a new function project
- 13 Runtimes
- 14 Visual Studio
- 15 Adding a Function
- 16 HTTP Triggering
- 17 Using bindings
- 18 Integrations
- 19 Connection String
- 20 Cosmos DB
- 21 Local Environment Variable
- 22 Local Settings JSON
- 23 Running the Code
- 24 Send a Request
- 25 Top 5 Examples
- 26 Use Case Carl Zeiss
- 27 Advanced Tips
- 28 Instances and Resources
- 29 View Solution Explorer
- 30 Application Insight
- 31 Load Testing
- 32 Live Monitoring
- 33 Save Computer
- 34 Add Instances
- 35 Parallel Instances
- 36 Var sequelClient
- 37 Monitoring solution
- 38 Private static sequel client
- 39 HTTP client
- 40 Reusing resources
- 41 Scale
- 42 Flexibility
- 43 Consumption Functions
- 44 Azure Functions on IoT Devices
- 45 Azure Durable Functions
- 46 Pattern Functions Demo
- 47 Status Endpoint
- 48 Durable Function Behind the Scenes
- 49 Orchestration
- 50 Activity Functions
- 51 Logic Apps vs Durable
- 52 Wrapup
- 53 Exceptions