

Once the project is created, VS Code will prompt like below, to resolve the dependencies for this projectĬlick on Restore to resolve the dependencies.

DurableFunctionsOrchestration : Used to start new orchestrator function or resuming awaiting orchestrator functions.CosmosDBTrigger : Function gets invoked whenever a document is inserted or updated from CosmosDB.BlobTrigger : Functions gets invoked whenever a Blob is created in Azure Storage.

HttpTrigger : Function gets invoked whenever a Http request is made.Step 1 : Installing Azure Functions ExtensionĪzure Functions can be created using any one of the languages as shown in the image belowĢ.2 : Select a template for the Function app In this blog post, I will provide a step by step walk through on how you can debug and run Azure Functions locally in your machine before deploying it to Azure.
