Skip to content

Cheranga/DurableFunctionPatterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Durable function patterns

External events

  • Accept a SMS message to a customer through HTTP endpoint.
  • Store this data in an Azure table storage.
  • Send SMS to the customer.
  • Wait for the delivery response.
  • If the delivery response is successful, update the customer record stating that the message has been succesfully sent.
  • Else update the customer record stating that the message could not be sent.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages