Slide 40
Slide 40 text
@marcduiker
Durable Functions
• In and output of functions should be serializable.
• Orchestration Functions should be deterministic.
Don’t use:
- DateTime.Now, use CurrentUtcDateTime
- Guid.NewGuid()
- Random generated data
Closing remarks I