blob_upload: Upload a blob

Description Usage Arguments Value

View source: R/blobs.R

Description

Uploads the blob speficied in source_file_path to the destination_path. The file name is not changed.

Usage

1
2
3
4
5
6
7
blob_upload(
  storage_account,
  container_name,
  azure_access_key,
  source_file_path,
  destination_path = "/"
)

Arguments

storage_account

The name of the storage account

container_name

The name of the container

azure_access_key

Access key to the storage account

source_file_path

Path to the file to be uploaded

destination_path

Destination path for the blob

Value

The result of the request is returned invisibly.


paasim/azuretools documentation built on March 10, 2021, 10:08 a.m.