Skip to content

KevinDJones/DFDevOpsTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DFDevOpsTest

The Durable directory contains the starter, orchestrator, and activity functions. The Durable.Mstest directory contains a unit test project. Currently, that just contains 3 unit tests that all assert true.

Settings

The only setting needed is AzureWebJobsStorage which should be set to the connection string of the Azure storage.

Running the Function

Once deployed, send a POST to /api/DevOpsStarter with JSON

{
	"delay": "5",
	"speed": "3"
}

Where delay is how many seconds to wait before triggering the activity and speed is how many seconds that the activity will take to run.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages