Skip to content

Bengkel/DurableFunctions.Demo

Repository files navigation

Usage

  1. Create a local.settings.json file and add the following properties.

{ "IsEncrypted": false, "Values": { "AzureWebJobsStorage": "UseDevelopmentStorage=true", "FUNCTIONS_WORKER_RUNTIME": "dotnet", "AzureStorage_Connection": "{your storage account connection string}", "input_blob_name": "import", "input_table_name": "addresses" } }

  1. Create a storage account and add the connection string to the settings.

  2. Drop the CSV in the storage cointainer "import" to test the import function.

  3. Post to json below to test the FanOutBatch function.

{ "numberOfFiles" : "100000", "batchNumber": "100" }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages