microsoft / AzureSMR

AzureSMR is no longer being actively developed. For ongoing support of Azure in R, see: https://github.com/Azure/AzureR
Other
60 stars 43 forks source link

azureCreateStorageAccount fails while storage account does not exist #109

Closed jwijffels closed 6 years ago

jwijffels commented 6 years ago
azureCreateStorageAccount(sc, storageAccount = "testmystorage1", 
+                           location = "northeurope", resourceGroup = "cloudprojectXYZ")
409: Conflict : Account already exists with the same name
[1] TRUE

If I look in the storage account part of the Azure website, the storage account does not exist so why is this failing?

jwijffels commented 6 years ago

Closing as response from users seems to be dead.