Skip to content

allthatjava/azure-durable-function-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Durable Function

Pretty much same as Function only difference is, it will run for longer period time than azure's default time out (something like 30min) and it shows where you can see the result of call.

  • see the Function example here

  • Need to add local.settings.json file after download the code img/local.settings.json.png Then need to update the Storage connection string as yours

  • After the durable function call, you will get the path where you can see the progress and result img/status-get.png

Update

  • updated following dependency with latest version(1.5.0) but, it still has a vulnerability... What can you do ¯\(ツ)_/¯
        <dependency>
            <groupId>com.microsoft</groupId>
            <artifactId>durabletask-azure-functions</artifactId>
            <version>${durabletask.azure.functions}</version>
        </dependency>

About

Azure Durable Function example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages