/AzureFunctions

Try out Azure Functions and get a collection of useful links.

Primary LanguageC#

Playing with Azure Functions

  • Experiment with various Azure Function features and provides a collection of useful links.
  • 2 Azure Function projects In-process and Isolated worker process

Resources

Functions

OrderFunctions
  • This class has some functions with different triggers and outputs
  • TimerTrigger -> HttpTrigger -> BlobTrigger -> QueueTrigger -> Table
SayHelloDurableFunctions
  • A simple function generated by the template with slight modification
EmailConfirmation
  • An email confirmation process with human interaction + time out. Some extra steps just to take advantage of the features
EternalDurableFunc
  • A simple example to use the ContinueAsNew method
DurableHttp
  • Example: Serverless HTTP call using the new feature of Durable Functions
CounterFunctions
  • Try out the basics of Durable Entities as a new feature of Durable Functions