1 Forks
1 Stars
1 Watchers

func-http-request-to-blob

This Azure Function App will take a HTTP response and write it to Blob storage. This is useful in Data Factory when the API Service requires a session cookie for authentication. Today, the cookie that is obtained in a login Web Activity cannot be added to the request in a Copy Data activity. Use this approach to write data from a web call to an Azure Blob.

How to download and setup func-http-request-to-blob

Open terminal and run command
git clone https://github.com/travishofmeister/func-http-request-to-blob.git
git clone is used to create a copy or clone of func-http-request-to-blob repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with func-http-request-to-blob https://github.com/travishofmeister/func-http-request-to-blob/archive/master.zip

Or simply clone func-http-request-to-blob with SSH
[email protected]:travishofmeister/func-http-request-to-blob.git

If you have some problems with func-http-request-to-blob

You may open issue on func-http-request-to-blob support forum (system) here: https://github.com/travishofmeister/func-http-request-to-blob/issues