# NOT RUN {
share <- file_share("https://mystorage.file.core.windows.net/myshare", key="access_key")
list_azure_files(share, "/")
create_azure_dir(share, "/newdir")
upload_azure_file(share, "~/bigfile.zip", dest="/newdir/bigfile.zip")
download_azure_file(share, "/newdir/bigfile.zip", dest="~/bigfile_downloaded.zip")
delete_azure_file(share, "/newdir/bigfile.zip")
delete_azure_dir(share, "/newdir")
# }
Run the code above in your browser using DataLab