AzureSMR icon indicating copy to clipboard operation
AzureSMR copied to clipboard

AzureSMR is no longer being actively developed. For ongoing support of Azure in R, see: https://github.com/Azure/AzureR

Results 29 AzureSMR issues
Sort by recently updated
recently updated
newest added

Hi, I've been able to interact with blob storage in the following ways: list all storage containers, list all storage blobs. When I try writing a new blob using the...

I'm trying to use Azure Blob storage as follows but I'm getting an authentication error.: ``` Server failed to authenticate the request. Make sure the value of Authorization header is...

bug

There are 2 methods we’re trying: 1. - Excel files with multiple tabs go directly to SQL warehouse rather than blob - Point R scripts to SQL tables - Put...

the need is to download files from blob storage into a azure VM. For smaller files, this works and it’s also possible to set the type to “text” and leave...

enhancement

This change fixes issue #86. When a `NULL` value is passed for the `azureActiveContext` argument to blob storage functions, the assertions and updates in `updateAzureActiveContext` are unnecessary and throw an...

SSL should be used to follow security best practice

`` azureGetBlob(NULL, storageAccount = storageAccount, container = container, blob=blob, storageKey = storageKey) `` Error in is_resource_group(resourceGroup) : argument "resourceGroup" is missing, with no default

In azureGetBlob, "blob not found" error shown when not supplying a value for the directory parameter (for a blob at the root of the container). Workaround: supplying directory="" works

When calling `azureListStorageBlobs(azureActiveContext = NULL, storageAccount = "accountname", container = "containername", storageKey = "storagekey")` I get back the following error: `Error: Provide a valid azureActiveContext. See createAzureContext()`. When stepping through...