Skip to content

Example that show how use Azure Data Movement Library wiht Azure Durable Functions

Notifications You must be signed in to change notification settings

bermejoblasco/DataMovement-DurableFunctions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In this ample, we can see how move files from one Blob Storage to another in a diferent region with Auzre Data Movement Library and Azure Durable Functions.

Running this sample

To run this sample:

  1. Create two Azure Storage Account
  2. Install Visual Studio 2017
  3. Clone the repo. Opne it in VS2017.
  4. In Blob origin Blob Storage, create a Queue wiht name datatransfer.
  5. Create an Azure Function App
  6. Add/Modify AppSettings
    6.1. "AzureWebJobsStorage" --> Add Origin Blob Storage connectionstring
    6.2. "AzureWebJobsStorage" --> Add Origin Blob Storage connectionstring
    6.3. "StorageDestination" --> Add Destination Blob Storage connectionstring
    6.4. "SourceContainername" --> Add name source container in Origin Blob.
    6.5. "DestinationsContainername" --> Add name destination container in Destination Blob.
  7. Deploy Azure Function From Vs2017 to the Azure Function App.
  8. Add a message in Queue create in point 4. Any message.

About

Example that show how use Azure Data Movement Library wiht Azure Durable Functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages