Azure File Storage - Upsert file action

The Upsert file action enables you to create a new file or update an existing file with content you specify. The action searches your files and replaces your file content if it finds an existing file. The action creates a new file with the content if it doesn't find an existing file.

This action supports files up to 300 MB.

Input

Input fieldDescription
File pathEnter the path to the file in the share, including the file name. For example, hrdata/test.csv
TimeoutSpecify the timeout in seconds to wait for the server to complete the operation.
File contentsSpecify the contents of the file.
Request headers (create file)Specify HTTP request headers for the create file operation, such as content length, content type, cache control, and metadata.
Request headers (put range)Specify HTTP request headers for the put range operation, such as content MD5, lease ID, file last write time.

Output

Output fieldDescription
Create file responseOutput of the create file operation.
Status codeHTTP status code of the operation.
Response headersHTTP response headers including content length, last modified, ETag, and request ID.
Put range responseOutput of the put range operation.
Status codeHTTP status code of the operation.
Response headersHTTP response headers including content length, content MD5, last modified, ETag, and request ID.

Last updated: