Send the file

PUT {{upload_link}}

The link returned by PUT Upload a file is a pre-signed URL for a Microsoft Azure Blob store within our Seequent hubs. It has a 5 minute expiry, so make a second PUT request within this time window, but this time to the returned URL. Specify a binary body containing the file to upload, with the addition of header key-value pair:

x-ms-blob-type : BlockBlob

as required by the MS Azure documentation
https://docs.microsoft.com/en-us/rest/api/storageservices/put-blob

HEADERS

KeyDatatypeRequiredDescription
x-ms-blob-typestring

RESPONSES

status: Created