November 2018
Intermediate to advanced
424 pages
10h 55m
English
Durable Functions allow us to develop a reliable execution of our functions, which means that even if the VMs crash or are restarted while the function is running, it automatically goes back to its previous state automatically. It does so with the help of something called checkpointing and replaying, where the history of the execution is stored in the storage table.